浏览代码

Update Bower documentation (1.7.7)

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

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

@@ -96,9 +96,9 @@ credits = [
     'https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE'
   ], [
     'Bower',
-    '2015 Bower contributors',
-    'CC BY',
-    'https://github.com/bower/bower.github.io/blob/b7b94ad38b72e8fb5dafb20c8ce42835a49cc98f/package.json#L20'
+    '2016 Bower contributors',
+    'MIT',
+    'https://github.com/bower/bower.github.io/blob/1057905c18d899106f91372e6cca7ef54a91d60f/package.json#L20'
   ], [
     'C<br>C++',
     'cppreference.com',

+ 3 - 3
lib/docs/scrapers/bower.rb

@@ -2,7 +2,7 @@ module Docs
   class Bower < UrlScraper
     self.name = 'Bower'
     self.type = 'bower'
-    self.release = '1.7.1'
+    self.release = '1.7.7'
     self.base_url = 'http://bower.io/docs/'
     self.root_path = 'api'
     self.links = {
@@ -16,8 +16,8 @@ module Docs
     options[:skip] = %w(tools about)
 
     options[:attribution] = <<-HTML
-      &copy; 2015 Bower contributors<br>
-      Licensed under the Creative Commons Attribution License.
+      &copy; 2016 Bower contributors<br>
+      Licensed under the MIT License.
     HTML
   end
 end