Skip to content

Commit 9727daf

Browse files
committed
Update Bower documentation (1.7.7)
1 parent 79ec175 commit 9727daf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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',

lib/docs/scrapers/bower.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
&copy; 2015 Bower contributors<br>
20-
Licensed under the Creative Commons Attribution License.
19+
&copy; 2016 Bower contributors<br>
20+
Licensed under the MIT License.
2121
HTML
2222
end
2323
end

0 commit comments

Comments
 (0)