This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jun 04 01:13:16 -0700 2009 | |
| |
.gitmodules | Thu Jun 04 01:05:39 -0700 2009 | |
| |
.loadpath | Sun Sep 09 22:54:01 -0700 2007 | |
| |
.project | Wed Dec 06 01:00:59 -0800 2006 | |
| |
COPYING | Wed Oct 18 01:33:59 -0700 2006 | |
| |
History.txt | Mon Feb 23 01:53:41 -0800 2009 | |
| |
LICENSE | Tue Jan 01 17:27:28 -0800 2008 | |
| |
Manifest.txt | Mon Feb 23 00:18:37 -0800 2009 | |
| |
README.txt | Thu Jun 04 01:13:05 -0700 2009 | |
| |
Rakefile | Thu Jun 04 01:13:16 -0700 2009 | |
| |
TODO.txt | Mon Mar 09 19:51:47 -0700 2009 | |
| |
authors | Mon Mar 09 19:46:06 -0700 2009 | |
| |
bin/ | Sat Jan 05 12:43:00 -0800 2008 | |
| |
cruise_config.rb | Fri Apr 11 01:41:17 -0700 2008 | |
| |
dummyrepo - e226a7c | Thu Jun 04 01:13:16 -0700 2009 | |
| |
focused_spec.sh | Tue Jan 01 19:01:55 -0800 2008 | |
| |
focused_spec_debug.sh | Tue Jan 22 21:42:06 -0800 2008 | |
| |
geminstaller.gemspec | Tue Jun 23 10:23:07 -0700 2009 | |
| |
geminstaller.iml | Sat Dec 01 10:18:23 -0800 2007 | |
| |
geminstaller.ipr | Fri Nov 30 14:29:50 -0800 2007 | |
| |
geminstaller.kpf | Sun Feb 25 22:40:34 -0800 2007 | |
| |
geminstaller.yml | Mon Mar 16 20:57:06 -0700 2009 | |
| |
lib/ | Mon Jun 22 17:32:22 -0700 2009 | |
| |
nbproject/ | Tue Jan 08 09:13:11 -0800 2008 | |
| |
spec/ | Sun May 10 03:11:23 -0700 2009 | |
| |
start_local_gem_server.sh | Sun Dec 02 21:48:34 -0800 2007 | |
| |
test/ | Tue Feb 03 11:12:56 -0800 2009 | |
| |
website/ | Sun Mar 01 11:16:28 -0800 2009 |
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.







