Skip to content

grimen/gems_install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published