提交 145fbdff 编写于 作者: X Xavier Noria

removes the documentation group from the Gemfile, thus making RDoc 2.2 required in dev machines

In order to generate the API with that particular version we need to activate the gem
in the Rakefile before rake. Therefore the Rakefile does not honor --without for that
group now. Installing rdoc is no big deal anyway.
上级 8e560858
...@@ -5,6 +5,7 @@ gem "rails", :path => File.dirname(__FILE__) ...@@ -5,6 +5,7 @@ gem "rails", :path => File.dirname(__FILE__)
gem "rake", ">= 0.8.7" gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8" gem "mocha", ">= 0.9.8"
gem "rdoc", "2.2"
mri = !defined?(RUBY_ENGINE) || RUBY_ENGINE == "ruby" mri = !defined?(RUBY_ENGINE) || RUBY_ENGINE == "ruby"
if mri && RUBY_VERSION < '1.9' if mri && RUBY_VERSION < '1.9'
...@@ -44,10 +45,6 @@ elsif RUBY_ENGINE == "jruby" ...@@ -44,10 +45,6 @@ elsif RUBY_ENGINE == "jruby"
end end
end end
group :documentation do
gem 'rdoc', '2.2'
end
if ENV['CI'] if ENV['CI']
gem "nokogiri", ">= 1.4.0" gem "nokogiri", ">= 1.4.0"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册