浏览代码

Update Sass documentation (3.4.11)

Thibaut 11 年之前
父节点
当前提交
526febac27
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/sass.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -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'
   ], [

+ 2 - 2
lib/docs/scrapers/sass.rb

@@ -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