From 71bbf4994b141f5953f8637e6b0f452f94c9ab52 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 3 Apr 2016 09:57:49 -0400 Subject: [PATCH] Update Sass documentation (3.4.22) --- assets/javascripts/templates/pages/about_tmpl.coffee | 4 ++-- lib/docs/scrapers/sass.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 0fdda22f..4d75d775 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -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', diff --git a/lib/docs/scrapers/sass.rb b/lib/docs/scrapers/sass.rb index e4b1263c..07a16499 100644 --- a/lib/docs/scrapers/sass.rb +++ b/lib/docs/scrapers/sass.rb @@ -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 - © 2006–2015 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein
+ © 2006–2016 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein
Licensed under the MIT License. HTML end