Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Heroku is a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Jul 23, 2011
1 parent 5e3d931 commit 5145a35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kumade.gemspec
Expand Up @@ -20,6 +20,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"] s.require_paths = ["lib"]


s.add_dependency('heroku')

s.add_development_dependency('rake', '~> 0.8.7') s.add_development_dependency('rake', '~> 0.8.7')
s.add_development_dependency('rspec', '~> 2.6.0') s.add_development_dependency('rspec', '~> 2.6.0')
s.add_development_dependency('cucumber', '~> 1.0.2') s.add_development_dependency('cucumber', '~> 1.0.2')
Expand Down

0 comments on commit 5145a35

Please sign in to comment.