|
|
@ -22,7 +22,6 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
self.version = '2.1.0'
|
|
|
|
self.version = '2.1.0'
|
|
|
|
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby'
|
|
|
|
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby'
|
|
|
|
self.initial_paths = %w(class.html) # not referenced by rdoc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html_filters.replace 'rdoc/entries', 'ruby/entries'
|
|
|
|
html_filters.replace 'rdoc/entries', 'ruby/entries'
|
|
|
|
|
|
|
|
|
|
|
@ -70,7 +69,7 @@ module Docs
|
|
|
|
/\AXMP/]
|
|
|
|
/\AXMP/]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
Ruby Core © 1993–2013 Yukihiro Matsumoto<br>
|
|
|
|
Ruby Core © 1993–2014 Yukihiro Matsumoto<br>
|
|
|
|
Licensed under the Ruby License.<br>
|
|
|
|
Licensed under the Ruby License.<br>
|
|
|
|
Ruby Standard Library © contributors<br>
|
|
|
|
Ruby Standard Library © contributors<br>
|
|
|
|
Licensed under their own licenses.
|
|
|
|
Licensed under their own licenses.
|
|
|
|