Skip to content

Commit

Permalink
Rakefile: Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Apr 22, 2009
1 parent 1b3b601 commit bfe05c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -10,6 +10,9 @@ begin
gem.homepage = "http://github.com/emk/sinatra-url-for"
gem.authors = ["Eric Kidd"]

gem.add_runtime_dependency 'sinatra', ['>= 0.9.1.1']
gem.add_development_dependency 'rspec', ['>= 1.1.11']

# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
rescue LoadError
Expand Down

0 comments on commit bfe05c0

Please sign in to comment.