Update Sass documentation (3.4.22)

pull/382/head
Thibaut Courouble 9 years ago
parent b5d4875f48
commit 71bbf4994b

@ -411,9 +411,9 @@ credits = [
'https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT'
], [
'Sass',
'2006-2015 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',
'2006-2016 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',
'MIT',
'https://raw.githubusercontent.com/nex3/sass/master/MIT-LICENSE'
'https://raw.githubusercontent.com/sass/sass/stable/MIT-LICENSE'
], [
'Sinon',
'2010-2015 Christian Johansen',

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

Loading…
Cancel
Save