Ruby Awareness API (A.K.A. My First Gem)
Posted by ben, Mon Mar 26 00:00:00 UTC 2007
So I wrote my first rubygem and put it on rubyforge. It really wasn’t too bad, soon enough I will write a tutorial on packaging your code into a ruby gem and post it.
The Ruby Awareness API (rawapi) is a ruby interface to the FeedBurner Awareness API. it is really simple with one class that needs to be instantiated and only 2 methods right now. You can see the pitiful documentation online. I will be updating it too soon enough when I find motivation.
The cool part is since I registered my project with rubyforge I, and anyone else, can install it via the gem command.
sudo gem install rawapi
Isn’t that nifty?