Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 699 Bytes

File metadata and controls

29 lines (18 loc) · 699 Bytes

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

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

  • Installing:

    $ gem install pivotal-tracker
  • Contributing:

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

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.