Wim Vander Schelden wrote:
> Who needs one click installers when you have gems?
Ever tried "gem ruby -r -y" on the Windows command line where no Ruby is
installed?
That's why: Not all OSes or Linux distros come with Ruby installed per
default, or don't have a current version in their packet management
repositories. While you can compile Ruby under Linux (doing so is mostly
trivial), Windows users aren't so lucky.
--
Phillip "CynicalRyan" Gawlowski
http://cynicalryan.110mb.com/
Rule of Open-Source Programming #48:
The number of items on a project's to-do list always grows or remains
constant.