From 584011fe73eecb7e487e26db1cd409623cf6425c Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 22 Feb 2014 11:52:31 -0500 Subject: [PATCH] Update Ruby documentation --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/rdoc/ruby.rb | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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.