From 4d9f725578eaeeafb06cee593a30fd4bfc00184d Mon Sep 17 00:00:00 2001 From: RUSshy Date: Thu, 11 Mar 2021 16:05:01 +0100 Subject: [PATCH 1/2] Update D to latest version --- lib/docs/scrapers/d.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/d.rb b/lib/docs/scrapers/d.rb index d0340450..7ecd9e0a 100644 --- a/lib/docs/scrapers/d.rb +++ b/lib/docs/scrapers/d.rb @@ -2,7 +2,7 @@ module Docs class D < UrlScraper include MultipleBaseUrls - self.release = '2.094.2' + self.release = '2.095.1' self.type = 'd' self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/'] self.root_path = 'index.html' @@ -19,7 +19,7 @@ module Docs options[:title] = false options[:attribution] = <<-HTML - © 1999–2020 The D Language Foundation
+ © 1999–2021 The D Language Foundation
Licensed under the Boost License 1.0. HTML From e59155e1ade97cc8e45e2b2e7b20b3cb15b23dac Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 11 Mar 2021 18:55:40 +0100 Subject: [PATCH 2/2] Update about_tmpl.coffee --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index e1d7e9ea..90d95833 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -218,7 +218,7 @@ credits = [ 'https://raw.githubusercontent.com/cypress-io/cypress-documentation/develop/LICENSE.md' ], [ 'D', - '1999-2020 The D Language Foundation', + '1999-2021 The D Language Foundation', 'Boost', 'https://raw.githubusercontent.com/dlang/phobos/master/LICENSE_1_0.txt' ], [