public
Description: Ruby wrapper for the Pivotal Tracker API, no framework to be heard of!
Homepage: http://www.evalcode.com
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 05 16:02:05 -0800 2009 moved to rspec from test::unit [jsmestad]
file LICENSE Thu Nov 05 16:02:05 -0800 2009 moved to rspec from test::unit [jsmestad]
file README.rdoc Thu Nov 05 16:05:30 -0800 2009 missed indentation [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/ Thu Nov 05 16:02:05 -0800 2009 moved to rspec from test::unit [jsmestad]
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