File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ credits = [
9696 ' https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE'
9797 ], [
9898 ' Bower' ,
99- ' 2015 Bower contributors' ,
100- ' CC BY ' ,
101- ' https://github.com/bower/bower.github.io/blob/b7b94ad38b72e8fb5dafb20c8ce42835a49cc98f /package.json#L20'
99+ ' 2016 Bower contributors' ,
100+ ' MIT ' ,
101+ ' https://github.com/bower/bower.github.io/blob/1057905c18d899106f91372e6cca7ef54a91d60f /package.json#L20'
102102 ], [
103103 ' C<br>C++' ,
104104 ' cppreference.com' ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
22 class Bower < UrlScraper
33 self . name = 'Bower'
44 self . type = 'bower'
5- self . release = '1.7.1 '
5+ self . release = '1.7.7 '
66 self . base_url = 'http://bower.io/docs/'
77 self . root_path = 'api'
88 self . links = {
@@ -16,8 +16,8 @@ class Bower < UrlScraper
1616 options [ :skip ] = %w( tools about )
1717
1818 options [ :attribution ] = <<-HTML
19- © 2015 Bower contributors< br >
20- Licensed under the Creative Commons Attribution License.
19+ © 2016 Bower contributors< br >
20+ Licensed under the MIT License.
2121 HTML
2222 end
2323end
You can’t perform that action at this time.
0 commit comments