Skip to content

Commit

Permalink
Add Rake as a development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RLovelett committed Nov 4, 2012
1 parent a5d3573 commit 4ab5be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sports_data_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "nokogiri", "~> 1.5.5"
gem.add_dependency "rest-client", "~> 1.6.7"

gem.add_development_dependency "rake", "~> 0.9.2.2"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rspec-xml", "~> 0.0.6"
gem.add_development_dependency "guard-rspec", "~> 2.1.0"
Expand Down

0 comments on commit 4ab5be6

Please sign in to comment.