hone / pivotal-tracker forked from jsmestad/pivotal-tracker

Ruby wrapper for the Pivotal Tracker API, no framework to be heard of!

This URL has Read+Write access

name age message
file .document Mon May 11 22:34:59 -0700 2009 Version bump to 0.0.0 [technicalpickles]
file .gitignore Loading commit data...
file Gemfile
file LICENSE Thu Nov 05 16:02:05 -0800 2009 moved to rspec from test::unit [jsmestad]
file README.rdoc
file Rakefile
file VERSION Wed Sep 09 07:59:07 -0700 2009 Version bump to 0.0.6 [hone]
directory lib/
file pivotal-tracker.gemspec
directory spec/
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