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 !
commit  3bdf2e60dc5388f67ae9b58872fad1e2552ff010
tree    f146c461554a5f66bfb8e1fce406fdf9d93576eb
parent  e9c6d96cdf2f2685cb65814eff3d0f2861999f45
README.rdoc

gemstalker

I’m going to be straight with you. If you haven’t heard, GitHub no longer builds gems. Which means this gem is probably useless now. But if you’re still interested…

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 off the version, it will be figured out from the repository’s gemspec on the master branch.

If you also leave off the username and repository, they will be figured out from 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.