public
Fork of evanphx/gemjour
Description: Serve and install gems over Bonjour
Homepage:
Clone URL: git://github.com/aussiegeek/gemjour.git
name age message
file .gitignore Tue Jun 03 22:54:37 -0700 2008 1.0 in first commit, the way it should be. [evanphx]
file README.rdoc Wed Jun 04 05:08:09 -0700 2008 more nice readme formatting [drnic]
file Rakefile Tue Jun 03 22:54:37 -0700 2008 1.0 in first commit, the way it should be. [evanphx]
directory bin/ Wed Jun 04 02:44:05 -0700 2008 new cmd 'install_diff' - installs any gem that ... [drnic]
file gemjour.gemspec Tue Jun 03 22:54:37 -0700 2008 1.0 in first commit, the way it should be. [evanphx]
directory lib/ Loading commit data...
README.rdoc

Gemjour

Server and install gems over Bonjour.

Installation

  sudo gem install dnssd
  sudo gem install evanphx-gemjour --source=http://gems.github.com

Usage

  alice$ gemjour serve             # publishes gems via bonjour
  bob$ gemjour list                # finds alice
  bob$ gemjour list alice          # shows alice's gems
  bob$ gemjour diff alice          # shows differences between bob and alice gems
  bob$ gemjour install_diff alice  # installs any gem bob doesn't have installed from alice

  alice$ gem install blah.gem; gitjour serve
  bob$ gemjour install alice blah

Prefix the cmds with "sudo" as necessary.

Awesome!

You know it.

License

Copyright © 2008 Evan Phoenix

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.