Merge pull request #1369 from simon04/d-2.094

d: update release 2.094.2
pull/1370/head
Simon Legner 4 years ago committed by GitHub
commit 8581763e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -2,7 +2,7 @@ module Docs
class D < UrlScraper
include MultipleBaseUrls
self.release = '2.088.0'
self.release = '2.094.2'
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
&copy; 1999&ndash;2019 The D Language Foundation<br>
&copy; 1999&ndash;2020 The D Language Foundation<br>
Licensed under the Boost License 1.0.
HTML

Loading…
Cancel
Save