Преглед на файлове

Merge pull request #1499 from RUSshy/patch-1

Update D to latest version
Simon Legner преди 4 години
родител
ревизия
1a633fa7c3
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/d.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -218,7 +218,7 @@ credits = [
     'https://raw.githubusercontent.com/cypress-io/cypress-documentation/develop/LICENSE.md'
     'https://raw.githubusercontent.com/cypress-io/cypress-documentation/develop/LICENSE.md'
   ], [
   ], [
     'D',
     'D',
-    '1999-2020 The D Language Foundation',
+    '1999-2021 The D Language Foundation',
     'Boost',
     'Boost',
     'https://raw.githubusercontent.com/dlang/phobos/master/LICENSE_1_0.txt'
     'https://raw.githubusercontent.com/dlang/phobos/master/LICENSE_1_0.txt'
   ], [
   ], [

+ 2 - 2
lib/docs/scrapers/d.rb

@@ -2,7 +2,7 @@ module Docs
   class D < UrlScraper
   class D < UrlScraper
     include MultipleBaseUrls
     include MultipleBaseUrls
 
 
-    self.release = '2.094.2'
+    self.release = '2.095.1'
     self.type = 'd'
     self.type = 'd'
     self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/']
     self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/']
     self.root_path = 'index.html'
     self.root_path = 'index.html'
@@ -19,7 +19,7 @@ module Docs
     options[:title] = false
     options[:title] = false
 
 
     options[:attribution] = <<-HTML
     options[:attribution] = <<-HTML
-      &copy; 1999&ndash;2020 The D Language Foundation<br>
+      &copy; 1999&ndash;2021 The D Language Foundation<br>
       Licensed under the Boost License 1.0.
       Licensed under the Boost License 1.0.
     HTML
     HTML