Update Ruby on Rails documentation (5.0.2, 4.2.8, 4.1.16)

pull/602/head
Thibaut Courouble 8 years ago
parent 0ef7904e63
commit ebec39bba6

@ -506,7 +506,7 @@ credits = [
'https://www.ruby-lang.org/en/about/license.txt' 'https://www.ruby-lang.org/en/about/license.txt'
], [ ], [
'Ruby on Rails', 'Ruby on Rails',
'2004-2016 David Heinemeier Hansson<br>Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.', '2004-2017 David Heinemeier Hansson<br>Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.',
'MIT', 'MIT',
'https://raw.githubusercontent.com/rails/rails/master/activerecord/MIT-LICENSE' 'https://raw.githubusercontent.com/rails/rails/master/activerecord/MIT-LICENSE'
], [ ], [

@ -44,16 +44,16 @@ module Docs
/\ARails\/Generators\/Testing/] /\ARails\/Generators\/Testing/]
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2004&ndash;2016 David Heinemeier Hansson<br> &copy; 2004&ndash;2017 David Heinemeier Hansson<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
version '5.0' do version '5.0' do
self.release = '5.0.1' self.release = '5.0.2'
end end
version '4.2' do version '4.2' do
self.release = '4.2.7' self.release = '4.2.8'
end end
version '4.1' do version '4.1' do

Loading…
Cancel
Save