Hubeye gem: keep track of Github repositories for changes

Hey guys, I’ve been working on a little project (my first ruby gem!
Yay!) that keeps track of Github repositories, notifies you of changes
and allows you to execute commands when certain repositories change (if
you want).

Since it’s my first gem it isn’t great but it works (at least on Ubuntu
with Ruby > 1.9). This should also work on Mac and will give growl
notifications on repository changes. Windows…should be rough.

Here’s the source:

Download it:
gem install hubeye

If you’re interested in contributing, please do.

And hopefully promoting your own library here isn’t all that looked down
upon… seems to be done often enough though.

Thanks!

-Luke

Sorry for the repost, but if anyone downloaded this gem the other day
and it spat out a LoadError, sorry! It’s fixed now, and I made a mental
note to always install the gem locally and play with it BEFORE pushing
it to rubygems.

I forgot to add a file to spec.files in the .gemspec

Thanks,

-Luke