提交 37bd45f8 编写于 作者: X Xavier Noria

upgrades to RDoc ~> 3.4 and removes the gem call in root Rakefile (use bundle exec if needed)

上级 366e7854
...@@ -12,7 +12,7 @@ gem "rack", :git => "git://github.com/rack/rack.git" ...@@ -12,7 +12,7 @@ gem "rack", :git => "git://github.com/rack/rack.git"
gem "rake", ">= 0.8.7" gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8" gem "mocha", ">= 0.9.8"
gem "rdoc", "~> 3.0" gem "rdoc", "~> 3.4"
gem "horo", "= 1.0.3" gem "horo", "= 1.0.3"
# for perf tests # for perf tests
......
#!/usr/bin/env rake #!/usr/bin/env rake
gem 'rdoc', '~> 3.0'
require 'rdoc'
require 'rdoc/task' require 'rdoc/task'
require 'net/http' require 'net/http'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册