Update Bower documentation (1.7.7)

pull/382/head
Thibaut Courouble 9 years ago
parent 79ec1755f1
commit 9727daf1f9

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

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

Loading…
Cancel
Save