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
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 Thu Nov 19 13:52:49 -0800 2009 stale_fish added [jsmestad]
file LICENSE Thu Nov 05 16:02:05 -0800 2009 moved to rspec from test::unit [jsmestad]
file README.rdoc Tue Nov 17 11:44:18 -0800 2009 remove bullet [jsmestad]
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/ Sun Nov 29 15:19:26 -0800 2009 project resource has an optional parameter, but... [bobbyw]
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.

Documentation: rdoc.info/projects/jsmestad/pivotal-tracker

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