Bläddra i källkod

Update Ruby on Rails documentation (4.0.3)

Thibaut 11 år sedan
förälder
incheckning
d203ecb9b9

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -180,7 +180,7 @@ credits = [
     'https://www.ruby-lang.org/en/about/license.txt'
   ], [
     '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',
     'https://raw.github.com/rails/rails/master/activerecord/MIT-LICENSE'
   ], [

+ 2 - 2
lib/docs/scrapers/rdoc/rails.rb

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