public
Fork of thewoolleyman/geminstaller
Description: This repo has been merged into the master geminstaller repo.
Homepage: http://geminstaller.rubyforge.org/
Clone URL: git://github.com/britt/geminstaller.git
name age message
file .gitignore Thu Jun 04 01:13:16 -0700 2009 ignore old rubygems-9.9.9 svn external dir [thewoolleyman]
file .gitmodules Thu Jun 04 01:05:39 -0700 2009 resolve conflicts git-svn-id: svn+ssh://rubyfo... [thewoolleyman]
file .loadpath Sun Sep 09 22:54:01 -0700 2007 aptana radrails config file git-svn-id: svn+ss... [thewoolleyman]
file .project Wed Dec 06 01:00:59 -0800 2006 eclipse project file update (mac) git-svn-id: ... [thewoolleyman]
file COPYING Wed Oct 18 01:33:59 -0700 2006 steal Rakefile and gem setup stuff from Mongrel... [thewoolleyman]
file History.txt Mon Feb 23 01:53:41 -0800 2009 update history date git-svn-id: svn+ssh://ruby... [thewoolleyman]
file LICENSE Tue Jan 01 17:27:28 -0800 2008 update readme/license git-svn-id: svn+ssh://ru... [thewoolleyman]
file Manifest.txt Mon Feb 23 00:18:37 -0800 2009 update manifest git-svn-id: svn+ssh://rubyforg... [thewoolleyman]
file README.txt Thu Jun 04 01:13:05 -0700 2009 update README with link to lighthouse [thewoolleyman]
file Rakefile Thu Jun 04 01:13:16 -0700 2009 add rakefile update for git [thewoolleyman]
file TODO.txt Mon Mar 09 19:51:47 -0700 2009 dummy update git-svn-id: svn+ssh://rubyforge.o... [thewoolleyman]
file authors Mon Mar 09 19:46:06 -0700 2009 git authors file git-svn-id: svn+ssh://rubyfor... [thewoolleyman]
directory bin/ Sat Jan 05 12:43:00 -0800 2008 rename 'run' method to 'install', and add alias... [thewoolleyman]
file cruise_config.rb Fri Apr 11 01:41:17 -0700 2008 change smoketest invocation git-svn-id: svn+ss... [thewoolleyman]
submodule dummyrepo - e226a7c Thu Jun 04 01:13:16 -0700 2009 update dummyrepo submodule [thewoolleyman]
file focused_spec.sh Tue Jan 01 19:01:55 -0800 2008 updates to prepare for 0.3.0 release git-svn-i... [thewoolleyman]
file focused_spec_debug.sh Tue Jan 22 21:42:06 -0800 2008 r1466@chadmac: woolley | 2008-01-22 22:26:27 ... [thewoolleyman]
file geminstaller.iml Sat Dec 01 10:18:23 -0800 2007 r1326@chadmac: woolley | 2007-12-01 11:18:18 ... [thewoolleyman]
file geminstaller.ipr Fri Nov 30 14:29:50 -0800 2007 r1316@chadmac: woolley | 2007-11-29 22:07:26 ... [thewoolleyman]
file geminstaller.kpf Sun Feb 25 22:40:34 -0800 2007 move all spec helper files to spec/helper subdi... [thewoolleyman]
file geminstaller.yml Mon Mar 16 20:57:06 -0700 2009 force old hoe version git-svn-id: svn+ssh://ru... [thewoolleyman]
directory lib/ Loading commit data...
directory nbproject/ Tue Jan 08 09:13:11 -0800 2008 trying out netbeans git-svn-id: svn+ssh://ruby... [thewoolleyman]
directory spec/ Sun May 10 03:11:23 -0700 2009 add submodule for github mirror of rubygems trunk [thewoolleyman]
file start_local_gem_server.sh Sun Dec 02 21:48:34 -0800 2007 r1349@chadmac: woolley | 2007-12-02 05:03:48 ... [thewoolleyman]
directory test/ Tue Feb 03 11:12:56 -0800 2009 upgrade to latest rspec and fix incompatibility... [thewoolleyman]
directory website/ Sun Mar 01 11:16:28 -0800 2009 add vlad the deployer to tutorials (thanks John... [thewoolleyman]
README.txt
GemInstaller
    by Chad Woolley
    http://geminstaller.rubyforge.org
    http://thewoolleyweb.lighthouseapp.com/projects/11580-geminstaller

== DESCRIPTION:

Automated Gem installation, activation, and much more!

== FEATURES:
  
GemInstaller provides automated installation, loading and activation of RubyGems.  It uses a simple YAML config file to:


* Automatically install the correct versions of all required gems wherever your app runs.
* Automatically ensure installed gems and versions are consistent across multiple applications, machines, platforms, and 
environments 
* Automatically activate correct versions of gems on the ruby load path when your app runs ('require_gem'/'gem')
* Automatically reinstall missing dependency gems (built in to RubyGems > 1.0)
* Automatically detect correct platform to install for multi-platform gems (built in to RubyGems > 1.0)
* Print YAML for "rogue gems" which are not specified in the current config, to easily bootstrap your config file, or 
find gems that were manually installed without GemInstaller.
* Allow for common configs to be reused across projects or environments by supporting multiple config files, including 
common config file snippets, and defaults with overrides.
* Allow for dynamic selection of gems, versions, and platforms to be used based on environment vars or any other logic.
* Avoid the "works on demo, breaks on production" syndrome
* Solve world hunger, prevent the global energy crisis, and wash your socks.

== SYNOPSYS:

Automated Gem installation, activation, and much more!

=== Bugs/Patches

http://thewoolleyweb.lighthouseapp.com/projects/11580-geminstaller

=== Quick Start:

See http://geminstaller.rubyforge.org/documentation/index.html

== INSTALL:

* [sudo] gem install geminstaller

== LICENSE:

(The MIT License)

Copyright (c) 2008 Chad Woolley

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.