mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-28 09:25:53 +00:00
Use rdoc 2.4 for rubies < 1.9
This commit is contained in:
parent
c9904d1ed4
commit
27a9027102
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_development_dependency("bundler", [">= 1.2.0"])
|
||||
gem.add_development_dependency("test-unit", [">= 2.4.3", *("< 3" if RUBY_VERSION < "1.9")])
|
||||
gem.add_development_dependency("rake", [">= 0.9.2.2", *("< 11" if RUBY_VERSION < "1.9")])
|
||||
gem.add_development_dependency("rdoc", ["> 2.4.2"])
|
||||
gem.add_development_dependency("rdoc", RUBY_VERSION > "1.9" ? "> 2.4.2" : "~> 2.4.2")
|
||||
gem.add_development_dependency("simplecov", [">= 0"])
|
||||
gem.add_development_dependency("json", ["< 2"]) if RUBY_VERSION < "2.0"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue