Update D documentation (2.078.3)

pull/775/head
Thibaut Courouble 7 years ago
parent 7655ba8543
commit 2b210a306f

@ -202,7 +202,7 @@ credits = [
'https://raw.githubusercontent.com/crystal-lang/crystal/master/LICENSE'
], [
'D',
'1999-2017 The D Language Foundation',
'1999-2018 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.076.0'
self.release = '2.078.3'
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;2017 The D Language Foundation<br>
&copy; 1999&ndash;2018 The D Language Foundation<br>
Licensed under the Boost License 1.0.
HTML

Loading…
Cancel
Save