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 | Sat Jul 25 14:36:54 -0700 2009 | |
| |
.gitmodules | Sat Jul 18 13:35:03 -0700 2009 | |
| |
.project | Wed Dec 06 01:00:59 -0800 2006 | |
| |
COPYING | Wed Oct 18 01:33:59 -0700 2006 | |
| |
History.txt | Tue Aug 25 17:17:33 -0700 2009 | |
| |
LICENSE | Tue Jan 01 17:27:28 -0800 2008 | |
| |
Manifest.txt | Sat Nov 07 11:13:34 -0800 2009 | |
| |
README.txt | Tue Aug 25 22:34:20 -0700 2009 | |
| |
Rakefile | Tue Aug 25 17:17:33 -0700 2009 | |
| |
TODO.txt | Mon Mar 09 19:51:47 -0700 2009 | |
| |
authors | Mon Mar 09 19:46:06 -0700 2009 | |
| |
bin/ | Sat Nov 07 11:13:34 -0800 2009 | |
| |
cruise_config.rb | Sun Jul 19 01:29:17 -0700 2009 | |
| |
dummyrepo - 3e3a551 | Tue Jul 28 03:09:36 -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.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 | Sun Jul 19 16:45:41 -0700 2009 | |
| |
lib/ | Sat Nov 07 11:13:34 -0800 2009 | |
| |
spec/ | Sat Nov 07 11:32:47 -0800 2009 | |
| |
start_local_gem_server.sh | Sun Dec 02 21:48:34 -0800 2007 | |
| |
test_suites/ | Sun Jul 19 16:30:34 -0700 2009 | |
| |
website/ | Thu Sep 17 14:13:07 -0700 2009 |
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.







