Update Ruby on Rails documentation (5.2.0)

pull/797/merge
Thibaut Courouble 7 years ago
parent 5b2ff8bd37
commit ac28bc0fb6

@ -56,23 +56,27 @@ module Docs
options[:attribution] = ->(filter) do options[:attribution] = ->(filter) do
if filter.slug.start_with?('guides') if filter.slug.start_with?('guides')
<<-HTML <<-HTML
&copy; 2004&ndash;2017 David Heinemeier Hansson<br> &copy; 2004&ndash;2018 David Heinemeier Hansson<br>
Licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
HTML HTML
else else
<<-HTML <<-HTML
&copy; 2004&ndash;2017 David Heinemeier Hansson<br> &copy; 2004&ndash;2018 David Heinemeier Hansson<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
end end
end end
version '5.2' do
self.release = '5.2.0'
end
version '5.1' do version '5.1' do
self.release = '5.1.4' self.release = '5.1.6'
end end
version '5.0' do version '5.0' do
self.release = '5.0.6' self.release = '5.0.7'
end end
version '4.2' do version '4.2' do

Loading…
Cancel
Save