https://github.com/grimen/gems_install
Rails: A replacement for the useless Rake task gems:install that fails to install the gems 90% of the time.
https://github.com/grimen/gems_install
Last synced: 3 months ago
JSON representation
Rails: A replacement for the useless Rake task gems:install that fails to install the gems 90% of the time.
- Host: GitHub
- URL: https://github.com/grimen/gems_install
- Owner: grimen
- License: mit
- Created: 2009-09-23T00:27:18.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-10-07T21:12:30.000Z (over 15 years ago)
- Last Synced: 2025-01-12T06:11:22.392Z (4 months ago)
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: MIT-LICENSE
Awesome Lists containing this project
README
h1. GEMS:INSTALL!
_Rails: A replacement for the useless Rake task gems:install that fails to install the gems 90% of the time._
h2. 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.
h2. Usage
rake gems:install!h2. License
Copyright (c) 2009 Jonas Grimfelt, released under the MIT-license.