Update Bower documentation (1.4.1)

pull/200/head
Thibaut 10 years ago
parent 1ec49a3ea7
commit 399e09e9fa

@ -87,7 +87,7 @@ credits = [
'https://raw.github.com/jashkenas/backbone/master/LICENSE'
], [
'Bower',
'2014 Bower contributors',
'2015 Bower contributors',
'CC BY',
'https://github.com/bower/bower.github.io/blob/b7b94ad38b72e8fb5dafb20c8ce42835a49cc98f/package.json#L20'
], [

@ -2,9 +2,13 @@ module Docs
class Bower < UrlScraper
self.name = 'Bower'
self.type = 'bower'
self.version = '1.3.12'
self.version = '1.4.1'
self.base_url = 'http://bower.io/docs/'
self.root_path = 'api'
self.links = {
home: 'http://bower.io/',
code: 'https://github.com/bower/bower'
}
html_filters.push 'bower/clean_html', 'bower/entries'
@ -12,7 +16,7 @@ module Docs
options[:skip] = %w(tools about)
options[:attribution] = <<-HTML
&copy; 2014 Bower contributors<br>
&copy; 2015 Bower contributors<br>
Licensed under the Creative Commons Attribution License.
HTML
end

Loading…
Cancel
Save