Update Sass documentation (3.4.11)

This commit is contained in:
Thibaut 2015-02-01 16:28:37 -05:00
parent b01d530100
commit 526febac27
2 changed files with 3 additions and 3 deletions

View file

@ -292,7 +292,7 @@ credits = [
'https://raw.github.com/rails/rails/master/activerecord/MIT-LICENSE'
], [
'Sass',
'2006-2014 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',
'2006-2015 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',
'MIT',
'https://raw.github.com/nex3/sass/master/MIT-LICENSE'
], [

View file

@ -1,7 +1,7 @@
module Docs
class Sass < UrlScraper
self.type = 'yard'
self.version = '3.4.7'
self.version = '3.4.11'
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;2014 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein<br>
&copy; 2006&ndash;2015 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein<br>
Licensed under the MIT License.
HTML
end