public
Description: Automated Gem installation, activation, and much more!
Homepage: http://geminstaller.rubyforge.org/
Clone URL: git://github.com/thewoolleyman/geminstaller.git
name age message
file .gitignore Sat Jul 25 14:36:54 -0700 2009 ignore webgen generated dirs [Chad Woolley]
file .gitmodules Sat Jul 18 13:35:03 -0700 2009 rename submodule from rubygems_trunk to rubygem... [Chad Woolley]
file .project Wed Dec 06 01:00:59 -0800 2006 eclipse project file update (mac) git-svn-id: ... [Chad Woolley]
file COPYING Wed Oct 18 01:33:59 -0700 2006 steal Rakefile and gem setup stuff from Mongrel... [Chad Woolley]
file History.txt Sun Nov 15 22:06:14 -0800 2009 prepare for 0.5.4 release [Chad Woolley]
file LICENSE Tue Jan 01 17:27:28 -0800 2008 update readme/license git-svn-id: svn+ssh://ru... [Chad Woolley]
file Manifest.txt Sat Nov 07 11:13:34 -0800 2009 add --bundler-exporter option (still needs docu... [Chad Woolley]
file README.txt Tue Aug 25 22:34:20 -0700 2009 now with less pretension [Chad Woolley]
file Rakefile Tue Aug 25 17:17:33 -0700 2009 preparing for 0.5.3 release [Chad Woolley]
file TODO.txt Mon Mar 09 19:51:47 -0700 2009 dummy update git-svn-id: svn+ssh://rubyforge.o... [Chad Woolley]
file authors Mon Mar 09 19:46:06 -0700 2009 git authors file git-svn-id: svn+ssh://rubyfor... [thewoolleyman]
directory bin/ Sat Nov 07 11:13:34 -0800 2009 add --bundler-exporter option (still needs docu... [Chad Woolley]
file cruise_config.rb Sun Jul 19 01:29:17 -0700 2009 only send build failure emails on official servers [Chad Woolley]
submodule dummyrepo - 3e3a551 Tue Jul 28 03:09:36 -0700 2009 update dummyrepo submodule [Chad Woolley]
file focused_spec.sh Tue Jan 01 19:01:55 -0800 2008 updates to prepare for 0.3.0 release git-svn-i... [Chad Woolley]
file focused_spec_debug.sh Tue Jan 22 21:42:06 -0800 2008 r1466@chadmac: woolley | 2008-01-22 22:26:27 ... [Chad Woolley]
file geminstaller.iml Sat Dec 01 10:18:23 -0800 2007 r1326@chadmac: woolley | 2007-12-01 11:18:18 ... [Chad Woolley]
file geminstaller.ipr Fri Nov 30 14:29:50 -0800 2007 r1316@chadmac: woolley | 2007-11-29 22:07:26 ... [Chad Woolley]
file geminstaller.kpf Sun Feb 25 22:40:34 -0800 2007 move all spec helper files to spec/helper subdi... [Chad Woolley]
file geminstaller.yml Sun Jul 19 16:45:41 -0700 2009 hook geminstaller into cruise to auto-install d... [Chad Woolley]
directory lib/ Sat Nov 07 11:13:34 -0800 2009 add --bundler-exporter option (still needs docu... [Chad Woolley]
directory spec/ Tue Nov 24 08:53:48 -0800 2009 update spec/fixture/rubygems_dist/rubygems-trun... [pivotal]
file start_local_gem_server.sh Sun Dec 02 21:48:34 -0800 2007 r1349@chadmac: woolley | 2007-12-02 05:03:48 ... [Chad Woolley]
directory test_suites/ Sun Jul 19 16:30:34 -0700 2009 lots of changes, upgrade to latest hoe, more sm... [Chad Woolley]
directory website/ Sun Nov 15 22:50:45 -0800 2009 add docs for --bundler-export [Chad Woolley]
README.txt
= GemInstaller

* http://geminstaller.rubyforge.org
* http://thewoolleyweb.lighthouseapp.com/projects/11580-geminstaller
* mailto:"GemInstaller Development" <geminstaller-development@rubyforge.org>
* mailto:"Chad Woolley" <thewoolleyman@gmail.com>

== 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
* Find lost socks.

== SYNOPSYS:

See Quick Start at http://geminstaller.rubyforge.org/documentation/index.html

=== Bugs/Patches

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

=== Quick Start:

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

== REQUIREMENTS:

* RubyGems

== 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.