Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
Add development dependency: rake
Browse files Browse the repository at this point in the history
  • Loading branch information
frodenas committed Dec 2, 2011
1 parent cf920df commit a46c451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudfoundry.gemspec
Expand Up @@ -13,6 +13,7 @@ Gem::Specification.new do |s|
s.description = %q{This is a Ruby wrapper for the CloudFoundry API, the industry’s first open Platform as a Service (PaaS) offering.}
s.licenses = ["MIT"]

s.add_development_dependency("rake", ">= 0.9.2.2")
s.add_development_dependency("rspec", ">= 2.7.0")
s.add_development_dependency("webmock", ">= 1.7.8")
s.add_development_dependency("vcr", ">= 2.0.0.beta2")
Expand Down

0 comments on commit a46c451

Please sign in to comment.