From fd46dc5d18412e3d08270bee704ccaccace3db21 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 26 Feb 2017 18:20:36 -0500 Subject: [PATCH] Update Async documentation (2.1.5) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/async.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 9d664124..f489d492 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -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' ], [ diff --git a/lib/docs/scrapers/async.rb b/lib/docs/scrapers/async.rb index 896fb4cf..c33d3a77 100644 --- a/lib/docs/scrapers/async.rb +++ b/lib/docs/scrapers/async.rb @@ -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 - © 2010–2016 Caolan McMahon
+ © 2010–2017 Caolan McMahon
Licensed under the MIT License. HTML end