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
pivotal-tracker / README.rdoc
100644 27 lines (17 sloc) 0.632 kb

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