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 / Gemfile
100644 14 lines (10 sloc) 0.274 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source 'http://gemcutter.org'
 
gem 'rest-client'
gem 'happymapper', '>= 0.2.4'
gem 'builder'
 
gem 'rspec', :only => :test, :require_as => 'spec'
gem 'rake', :only => :test
gem 'bundler', :only => :test
gem 'jeweler', :only => :test
 
bin_path 'gbin'
 
disable_system_gems