Project

General

Profile

Bug #12193 » 0001-fix-some-bug-patch-from-latest-verion-rdoc.patch

windwiny (wind winy), 03/17/2016 03:37 PM

View differences:

recipes/tools/docs.rake
}
begin
gem 'rdoc', '~> 3.12'
gem 'rdoc', '~> 3.12.3'
require 'rdoc/rdoc'
gem 'rdoc_chm', '~> 3.1.0'
rescue Gem::LoadError
if Rake.application.options.show_tasks
puts "You need rdoc 3.12 and rdoc_chm 3.1.0 gems installed"
puts "You need rdoc 3.12.3 and rdoc_chm 3.1.0 gems installed"
puts "in order to build the docs tasks."
puts "Try `gem install rdoc -v 3.12` and later `gem install rdoc_chm -v 3.1.0`"
puts "Try `gem install rdoc -v 3.12.3` and later `gem install rdoc_chm -v 3.1.0`"
puts
end
interpreters = []
(1-1/6)