public
Description: A library for determining if GitHub has built a gem yet
Homepage:
Clone URL: git://github.com/technicalpickles/gemstalker.git
Click here to lend your support to: gemstalker and make a donation at www.pledgie.com !
README.rdoc

gemstalker

GemStalker is a small utility to determine if GitHub has built a gem yet.

  sudo gem install technicalpickles-gemstalker --source http://gems.github.com

  gemstalk <username> <repository> <version>
  gemstalk <username> <repository>
  gemstalk

If you leave of the version, it will be figured out from the repository’s gemspec on the master branch.

If you also leave of the username and repository, they will be figured out from the the origin remote’s URL. The version will also be figured out from the repository’s gemspec on master.

Contributions and credit

Origin code borrowed and inspired by hasmygembuiltyet.org.

Contributions from Jeff Rafter.

COPYRIGHT

Copyright © 2009 Josh Nichols. See LICENSE for details.