Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Aug 04 06:52:12 -0700 2008 | |
| |
History.txt | Mon May 18 15:17:01 -0700 2009 | |
| |
License.txt | Mon Aug 04 06:35:17 -0700 2008 | |
| |
Manifest.txt | Fri Sep 26 17:36:26 -0700 2008 | |
| |
PostInstall.txt | Mon Aug 04 06:31:12 -0700 2008 | |
| |
README.textile | Sat May 16 14:14:12 -0700 2009 | |
| |
README.txt | Mon May 18 15:17:01 -0700 2009 | |
| |
Rakefile | Mon Aug 04 06:31:12 -0700 2008 | |
| |
bin/ | Mon May 18 15:17:01 -0700 2009 | |
| |
config/ | Wed Sep 03 18:42:11 -0700 2008 | |
| |
gem_tools.gemspec | Tue Feb 10 15:19:08 -0800 2009 | |
| |
lib/ | Mon May 18 15:17:01 -0700 2009 | |
| |
script/ | Mon Aug 04 06:31:12 -0700 2008 | |
| |
setup.rb | Mon Aug 04 06:31:12 -0700 2008 | |
| |
spec/ | Mon Aug 04 06:31:12 -0700 2008 | |
| |
tasks/ | Mon Aug 04 06:31:12 -0700 2008 | |
| |
website/ | Wed Aug 06 11:08:59 -0700 2008 |
GemTools
DESCRIPTION:
The gem verison of my lightweight tool to manage gems using a config file,
similar to GemInstaller.
My blog post on why I prefer GemTools over config:gem
FEATURES/PROBLEMS:
Doesn’t yet work in Windows
SYNOPSIS:
I use this to manage gem versions in my apps, it has a script to install gems
and a load utility to load them on startup.
create a gems.yml in a new project
gemtools setup path/to/appInstall or update required gems
gemtools installCheck to see if any of the gems in your app have newer versions
gemtools check_updatesMake sure they are loaded with the right versions during startup, by adding the
following to your script or environment.rb (Rails)
See the sample config for the format
INSTALL:
sudo gem install gem_toolsTODO
- Write the tests/specs
- Make it work in Windows
LICENSE:
(The MIT License)
Copyright © 2008 Michael Moen
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
‘Software’), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.







