Projects
home:vanmeeuwen:lesb
rubygem-hoe
rubygem-hoe-2.12.4-rdoctask-rescue.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rubygem-hoe-2.12.4-rdoctask-rescue.patch of Package rubygem-hoe
--- hoe-2.12.4/lib/hoe/publish.rb.dep 2011-12-04 21:42:40.000000000 +0900 +++ hoe-2.12.4/lib/hoe/publish.rb 2011-12-04 21:48:08.000000000 +0900 @@ -98,10 +98,14 @@ require 'rdoc/task' rescue LoadError require 'rake/rdoctask' + rdoctask = Rake::RDocTask end end + if defined? RDoc::Task: + rdoctask = RDoc::Task + end - RDoc::Task.new(:docs) do |rd| + rdoctask.new(:docs) do |rd| rd.main = readme_file rd.options << '-d' if (`which dot` =~ /\/dot/) unless ENV['NODOT'] || Hoe::WINDOZE
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.