Update Async documentation (2.1.5)

pull/570/merge
Thibaut Courouble 8 years ago
parent aa312b953a
commit fd46dc5d18

@ -101,7 +101,7 @@ credits = [
'https://www.apache.org/licenses/LICENSE-2.0'
], [
'Async',
'2010-2016 Caolan McMahon',
'2010-2017 Caolan McMahon',
'MIT',
'https://raw.githubusercontent.com/caolan/async/master/LICENSE'
], [

@ -1,7 +1,7 @@
module Docs
class Async < UrlScraper
self.type = 'async'
self.release = '2.1.4'
self.release = '2.1.5'
self.base_url = 'https://caolan.github.io/async/'
self.root_path = 'docs.html'
self.links = {
@ -14,7 +14,7 @@ module Docs
options[:skip_links] = true
options[:attribution] = <<-HTML
&copy; 2010&ndash;2016 Caolan McMahon<br>
&copy; 2010&ndash;2017 Caolan McMahon<br>
Licensed under the MIT License.
HTML
end

Loading…
Cancel
Save