It's Buggie time!

Getting nice stats from your pivotal projects.

Example

Simple usage to capture the number of open and closed bugs:

require 'rubygems' require 'lib/buggie'

b = Buggie.with("[email protected]", "your_password_here") puts b.projects["QCon 2010"].to_html

Team and Contact

"Guilherme Silveira":[email protected]

How to contribute

Fork, patch, test, push and send a pull request.