From 95895b1b73c86b21fdcb0bfc8d9e7e8f4dc63813 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 18 Mar 2018 11:06:58 -0400 Subject: [PATCH] Update Yarn documentation (1.5.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/yarn.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 f6f8e247..1b5da039 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -677,7 +677,7 @@ credits = [ 'https://creativecommons.org/licenses/by/4.0/' ], [ 'Yarn', - '2016-2017 Yarn Contributors', + '2016-present Yarn Contributors', 'BSD', 'https://raw.githubusercontent.com/yarnpkg/yarn/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/yarn.rb b/lib/docs/scrapers/yarn.rb index 8231ff52..8c41dd8c 100644 --- a/lib/docs/scrapers/yarn.rb +++ b/lib/docs/scrapers/yarn.rb @@ -1,7 +1,7 @@ module Docs class Yarn < UrlScraper self.type = 'yarn' - self.release = '1.3.2' + self.release = '1.5.1' self.base_url = 'https://yarnpkg.com/en/docs/' self.links = { home: 'https://yarnpkg.com/', @@ -17,7 +17,7 @@ module Docs options[:skip_patterns] = [/\Aorg\//] options[:attribution] = <<-HTML - © 2016–2017 Yarn Contributors
+ © 2016–present Yarn Contributors
Licensed under the BSD License. HTML end