Update Ruby documentation (2.4.1, 2.3.4, 2.2.7)

pull/621/merge
Thibaut Courouble 8 years ago
parent 0e8ab3c5c5
commit c71588a378

@ -510,7 +510,7 @@ credits = [
'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE' 'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
], [ ], [
'Ruby', 'Ruby',
'1993-2016 Yukihiro Matsumoto', '1993-2017 Yukihiro Matsumoto',
'Ruby', 'Ruby',
'https://www.ruby-lang.org/en/about/license.txt' 'https://www.ruby-lang.org/en/about/license.txt'
], [ ], [

@ -53,8 +53,6 @@ module Docs
/\AIRB/, /\AIRB/,
/\AMakeMakefile/i, /\AMakeMakefile/i,
/\ANQXML/, /\ANQXML/,
/\AOptionParser\//,
/\APrettyPrint/,
/\APride/, /\APride/,
/\AProfiler__/, /\AProfiler__/,
/\APsych\//, /\APsych\//,
@ -65,7 +63,6 @@ module Docs
/\AREXML/, /\AREXML/,
/\ARSS/, /\ARSS/,
/\AShell\//, /\AShell\//,
/\ASocket\//,
/\ATest/, /\ATest/,
/\AWEBrick/, /\AWEBrick/,
/win32/i, /win32/i,
@ -73,24 +70,24 @@ module Docs
/\AXMP/] /\AXMP/]
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
Ruby Core &copy; 1993&ndash;2016 Yukihiro Matsumoto<br> Ruby Core &copy; 1993&ndash;2017 Yukihiro Matsumoto<br>
Licensed under the Ruby License.<br> Licensed under the Ruby License.<br>
Ruby Standard Library &copy; contributors<br> Ruby Standard Library &copy; contributors<br>
Licensed under their own licenses. Licensed under their own licenses.
HTML HTML
version '2.4' do version '2.4' do
self.release = '2.4.0' self.release = '2.4.1'
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby24' self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby24'
end end
version '2.3' do version '2.3' do
self.release = '2.3.3' self.release = '2.3.4'
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby23' self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby23'
end end
version '2.2' do version '2.2' do
self.release = '2.2.6' self.release = '2.2.7'
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby22' self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Ruby22'
end end
end end

Loading…
Cancel
Save