Browse Source

Update Ruby documentation

Thibaut 11 years ago
parent
commit
584011fe73

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

@@ -175,7 +175,7 @@ credits = [
     'https://raw.github.com/antirez/redis/unstable/COPYING'
   ], [
     'Ruby',
-    '1993-2013 Yukihiro Matsumoto',
+    '1993-2014 Yukihiro Matsumoto',
     'Ruby',
     'https://www.ruby-lang.org/en/about/license.txt'
   ], [

+ 1 - 2
lib/docs/scrapers/rdoc/ruby.rb

@@ -22,7 +22,6 @@ module Docs
 
     self.version = '2.1.0'
     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'
 
@@ -70,7 +69,7 @@ module Docs
       /\AXMP/]
 
     options[:attribution] = <<-HTML
-      Ruby Core &copy; 1993&ndash;2013 Yukihiro Matsumoto<br>
+      Ruby Core &copy; 1993&ndash;2014 Yukihiro Matsumoto<br>
       Licensed under the Ruby License.<br>
       Ruby Standard Library &copy; contributors<br>
       Licensed under their own licenses.