hone / pivotal-tracker forked from jsmestad/pivotal-tracker
- Source
- Commits
- Network (7)
- Issues (2)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.document | Mon May 11 22:34:59 -0700 2009 | |
| |
.gitignore | ||
| |
Gemfile | ||
| |
LICENSE | Thu Nov 05 16:02:05 -0800 2009 | |
| |
README.rdoc | ||
| |
Rakefile | ||
| |
VERSION | Wed Sep 09 07:59:07 -0700 2009 | |
| |
lib/ | ||
| |
pivotal-tracker.gemspec | ||
| |
spec/ |
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
- Justin Smestad (github.com/jsmestad)
- Josh Nichols (github.com/technicalpickles)
- Terence Lee (github.com/hone)

