|
|
@ -63,17 +63,21 @@ module Docs
|
|
|
|
options[:attribution] = ->(filter) do
|
|
|
|
options[:attribution] = ->(filter) do
|
|
|
|
if filter.slug.start_with?('guides')
|
|
|
|
if filter.slug.start_with?('guides')
|
|
|
|
<<-HTML
|
|
|
|
<<-HTML
|
|
|
|
© 2004–2018 David Heinemeier Hansson<br>
|
|
|
|
© 2004–2019 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
|
|
|
|
© 2004–2018 David Heinemeier Hansson<br>
|
|
|
|
© 2004–2019 David Heinemeier Hansson<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '6.0' do
|
|
|
|
|
|
|
|
self.release = '6.0.0'
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '5.2' do
|
|
|
|
version '5.2' do
|
|
|
|
self.release = '5.2.2'
|
|
|
|
self.release = '5.2.2'
|
|
|
|
end
|
|
|
|
end
|
|
|
|