public
Description: Super simpler gem installer. We use it to install gems on RunCodeRun build boxes.
Homepage: http://runcoderun.com
Clone URL: git://github.com/runcoderun/gem_sync.git
name age message
file .gitignore Fri Sep 05 09:50:35 -0700 2008 initial commit [rsanheim]
file History.txt Wed Jul 29 12:00:04 -0700 2009 tons of gem list updates and a version bump [abedra]
file LICENSE Tue Jan 06 08:02:18 -0800 2009 add MIT LICENSE file [rsanheim]
file Manifest Sun Sep 21 21:33:16 -0700 2008 0.2.5...fix naming and gem stuff [rsanheim]
file Manifest.txt Fri Sep 05 09:50:35 -0700 2008 initial commit [rsanheim]
file README.txt Mon Sep 14 18:11:36 -0700 2009 [runcoderun]
file Rakefile Tue Nov 03 23:00:14 -0800 2009 include lib and examples [rsanheim]
file VERSION Sat Sep 19 20:03:56 -0700 2009 Version bump to 1.4.0 [rsanheim]
directory bin/ Fri Sep 04 11:43:33 -0700 2009 Fixing the binary; more clean up [rsanheim]
directory examples/ Sat Sep 19 20:01:50 -0700 2009 BUGFIX: make sure we install specific versions ... [rsanheim]
file gem_sync.gemspec Sat Sep 19 20:04:02 -0700 2009 Regenerated gemspec for version 1.4.0 [rsanheim]
directory lib/ Mon Dec 07 08:19:22 -0800 2009 Add jeweler, jnunemaker-matchy, jnunemaker-vali... [jasonrudolph]
README.txt
= GemTest

* http://runcoderun.com

== DESCRIPTION:

Sync gems between machines, using the text output gem --list gives you.  Simple.

== INSTALL:

sudo gem install runcoderun-gem_sync --source http://gems.github.com

== LICENSE:

(The MIT License)

Copyright (c) 2009 Relevance, Inc.

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.