Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mynyml committed Jan 29, 2010
1 parent 1537d7b commit 08a9b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rack-respond_to.gemspec
Expand Up @@ -7,10 +7,10 @@ spec = Gem::Specification.new do |s|
s.email = "mynyml@gmail.com"
s.homepage = "http://github.com/mynyml/rack-respond_to"
s.rubyforge_project = "rack-respond_to"
s.has_rdoc = true
s.has_rdoc = false
s.require_path = "lib"
s.files = File.read("Manifest").strip.split("\n")

s.add_dependency 'mynyml-rack-accept-media-types', '>= 0.6'
s.add_dependency 'rack-accept-media-types', '>= 0.6'
s.add_development_dependency 'minitest'
end

0 comments on commit 08a9b4e

Please sign in to comment.