diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 1aef326c..e40c8625 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/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'
], [
diff --git a/lib/docs/scrapers/rdoc/ruby.rb b/lib/docs/scrapers/rdoc/ruby.rb
index def719d5..b9e3db17 100644
--- a/lib/docs/scrapers/rdoc/ruby.rb
+++ b/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 © 1993–2013 Yukihiro Matsumoto
+ Ruby Core © 1993–2014 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.