Skip to content

Commit

Permalink
use rdoc ~> 3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
windwiny committed Jan 29, 2016
1 parent 2b9b47e commit a2f8811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/tools/docs.rake
Expand Up @@ -6,14 +6,14 @@ interpreters = RubyInstaller::BaseVersions.collect { |ver|
}

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 = []
Expand Down

0 comments on commit a2f8811

Please sign in to comment.