public
Description: Ruby wrapper for the Pivotal Tracker API, no framework to be heard of!
Homepage: http://github.com/jsmestad/pivotal-tracker
Clone URL: git://github.com/jsmestad/pivotal-tracker.git
jsmestad (author)
Thu Nov 05 16:04:30 -0800 2009
commit  4e36d244001b5e2fb2556395a825ec91b3b5659b
tree    b09cb74981236766197e9c22ad58e10c2e17ca10
parent  dfbc871aab91527a8a1bfb7a2a791f8a30d7dfa7
name age message
file .document Mon May 11 22:34:59 -0700 2009 Version bump to 0.0.0 [technicalpickles]
file .gitignore Thu Nov 05 16:02:05 -0800 2009 moved to rspec from test::unit [jsmestad]
file Gemfile Loading commit data...
file LICENSE Thu Nov 05 16:02:05 -0800 2009 moved to rspec from test::unit [jsmestad]
file README.rdoc
file Rakefile Thu Nov 05 16:02:05 -0800 2009 moved to rspec from test::unit [jsmestad]
file VERSION Wed Sep 09 07:59:07 -0700 2009 Version bump to 0.0.6 [hone]
directory lib/
file pivotal-tracker.gemspec Wed Sep 09 07:59:22 -0700 2009 Regenerated gemspec for version 0.0.6 [hone]
directory spec/ Thu Nov 05 16:02:05 -0800 2009 moved to rspec from test::unit [jsmestad]
README.rdoc

pivotal-tracker.rb

Ruby wrapper for Pivotal Tracker API, no frameworks required. Simply Ruby.

Getting Started

  • Installing:

    $ gem install pivotal-tracker

  • Contributing:

    $ git clone git://github.com/jsmestad/pivotal-tracker $ cd pivotal-tracker $ gem bundle $ ./gbin/rake

Notes

There are a few areas that need to be modified in order for this code to work correctly. You must set the Token key in the initialize method as well as project_id.

Contributers