Merge pull request #1410 from scherepn/pony-update

Update Pony documentation (0.38.1)
pull/1412/head
Simon Legner 4 years ago committed by GitHub
commit 23a0004f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -628,7 +628,7 @@ credits = [
'https://creativecommons.org/licenses/by/3.0/'
], [
'Pony',
'2016-2018, The Pony Developers & 2014-2015, Causality Ltd.',
'2016-2020, The Pony Developers & 2014-2015, Causality Ltd.',
'BSD',
'https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE'
], [

@ -7,6 +7,7 @@ module Docs
css('pre').each do |node|
node.content = node.content
node['data-language'] = 'pony'
end
doc

@ -1,7 +1,7 @@
module Docs
class Pony < UrlScraper
self.type = 'simple'
self.release = '0.30.0'
self.release = '0.38.1'
self.base_url = 'https://stdlib.ponylang.io/'
self.links = {
home: 'https://www.ponylang.io/',
@ -11,7 +11,7 @@ module Docs
html_filters.push 'pony/clean_html', 'pony/entries'
options[:attribution] = <<-HTML
&copy; 2016-2018, The Pony Developers<br>
&copy; 2016-2020, The Pony Developers<br>
&copy; 2014-2015, Causality Ltd.<br>
Licensed under the BSD 2-Clause License.
HTML

Loading…
Cancel
Save