Update Ruby on Rails documentation (4.0.3)

pull/69/head
Thibaut 11 years ago
parent 584011fe73
commit d203ecb9b9

@ -180,7 +180,7 @@ credits = [
'https://www.ruby-lang.org/en/about/license.txt' 'https://www.ruby-lang.org/en/about/license.txt'
], [ ], [
'Ruby on Rails', 'Ruby on Rails',
'2004-2013 David Heinemeier Hansson<br>Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.', '2004-2014 David Heinemeier Hansson<br>Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.',
'MIT', 'MIT',
'https://raw.github.com/rails/rails/master/activerecord/MIT-LICENSE' 'https://raw.github.com/rails/rails/master/activerecord/MIT-LICENSE'
], [ ], [

@ -18,7 +18,7 @@ module Docs
self.name = 'Ruby on Rails' self.name = 'Ruby on Rails'
self.slug = 'rails' self.slug = 'rails'
self.version = '4.0.2' self.version = '4.0.3'
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Rails' self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Rails'
html_filters.replace 'rdoc/entries', 'rails/entries' html_filters.replace 'rdoc/entries', 'rails/entries'
@ -89,7 +89,7 @@ module Docs
/\ASourceAnnotationExtractor/] /\ASourceAnnotationExtractor/]
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2004&ndash;2013 David Heinemeier Hansson<br> &copy; 2004&ndash;2014 David Heinemeier Hansson<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
end end

Loading…
Cancel
Save