grimen / gems_install

Rails: A replacement for the useless Rake task gems:install that fails to install the gems 90% of the time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEMS:INSTALL!

Rails: A replacement for the useless Rake task gems:install that fails to install the gems 90% of the time.

How?

Detecting gem details from your environment files, and install them using the RubyGems native install command.

Together with the gem name, it also take these into account:

  • :version (if specified)
  • :source (if specified)

Just a note: If this task fails (which I doubt in most cases) there’s most probably something wrong with the project’s gem configuration, or some gem library dependencies that fails to build.

Usage

rake gems:install!

License

Copyright © 2009 Jonas Grimfelt, released under the MIT-license.

About

Rails: A replacement for the useless Rake task gems:install that fails to install the gems 90% of the time.

License:MIT License