Update Kotlin documentation (1.2.21)

pull/775/head
Thibaut Courouble 7 years ago
parent e042a7d208
commit ceaa89e2b1

@ -367,7 +367,7 @@ credits = [
'https://raw.githubusercontent.com/knockout/knockout/master/LICENSE' 'https://raw.githubusercontent.com/knockout/knockout/master/LICENSE'
], [ ], [
'Kotlin', 'Kotlin',
'2010-2017 JetBrains s.r.o.', '2010-2018 JetBrains s.r.o.',
'Apache', 'Apache',
'https://raw.githubusercontent.com/JetBrains/kotlin/master/license/LICENSE.txt' 'https://raw.githubusercontent.com/JetBrains/kotlin/master/license/LICENSE.txt'
], [ ], [

@ -1,7 +1,7 @@
module Docs module Docs
class Kotlin < UrlScraper class Kotlin < UrlScraper
self.type = 'kotlin' self.type = 'kotlin'
self.release = '1.1.4' self.release = '1.2.21'
self.base_url = 'https://kotlinlang.org/' self.base_url = 'https://kotlinlang.org/'
self.root_path = 'api/latest/jvm/stdlib/index.html' self.root_path = 'api/latest/jvm/stdlib/index.html'
self.links = { self.links = {
@ -25,7 +25,7 @@ module Docs
options[:replace_paths] = { 'api/latest/jvm/stdlib/' => 'api/latest/jvm/stdlib/index.html' } options[:replace_paths] = { 'api/latest/jvm/stdlib/' => 'api/latest/jvm/stdlib/index.html' }
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2010&ndash;2017 JetBrains s.r.o.<br> &copy; 2010&ndash;2018 JetBrains s.r.o.<br>
Licensed under the Apache License, Version 2.0. Licensed under the Apache License, Version 2.0.
HTML HTML
end end

Loading…
Cancel
Save