diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 26c99452..b55f04c5 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -510,7 +510,7 @@ credits = [
'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
], [
'Ruby',
- '1993-2016 Yukihiro Matsumoto',
+ '1993-2017 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 be0291b4..d8f3b798 100644
--- a/lib/docs/scrapers/rdoc/ruby.rb
+++ b/lib/docs/scrapers/rdoc/ruby.rb
@@ -53,8 +53,6 @@ module Docs
/\AIRB/,
/\AMakeMakefile/i,
/\ANQXML/,
- /\AOptionParser\//,
- /\APrettyPrint/,
/\APride/,
/\AProfiler__/,
/\APsych\//,
@@ -65,7 +63,6 @@ module Docs
/\AREXML/,
/\ARSS/,
/\AShell\//,
- /\ASocket\//,
/\ATest/,
/\AWEBrick/,
/win32/i,
@@ -73,24 +70,24 @@ module Docs
/\AXMP/]
options[:attribution] = <<-HTML
- Ruby Core © 1993–2016 Yukihiro Matsumoto
+ Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.
HTML
version '2.4' do
- self.release = '2.4.0'
+ self.release = '2.4.1'
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby24'
end
version '2.3' do
- self.release = '2.3.3'
+ self.release = '2.3.4'
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby23'
end
version '2.2' do
- self.release = '2.2.6'
+ self.release = '2.2.7'
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby22'
end
end