|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Sass < UrlScraper
|
|
|
|
class Sass < UrlScraper
|
|
|
|
self.type = 'yard'
|
|
|
|
self.type = 'yard'
|
|
|
|
self.release = '3.4.17'
|
|
|
|
self.release = '3.4.22'
|
|
|
|
self.base_url = 'http://sass-lang.com/documentation/'
|
|
|
|
self.base_url = 'http://sass-lang.com/documentation/'
|
|
|
|
self.root_path = 'file.SASS_REFERENCE.html'
|
|
|
|
self.root_path = 'file.SASS_REFERENCE.html'
|
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ module Docs
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2006–2015 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein<br>
|
|
|
|
© 2006–2016 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|