From ceaa89e2b1a545159bdb02c9886275ef5a12b994 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 25 Feb 2018 10:38:31 -0500 Subject: [PATCH] Update Kotlin documentation (1.2.21) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/kotlin.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 2ef022c2..5edc7724 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -367,7 +367,7 @@ credits = [ 'https://raw.githubusercontent.com/knockout/knockout/master/LICENSE' ], [ 'Kotlin', - '2010-2017 JetBrains s.r.o.', + '2010-2018 JetBrains s.r.o.', 'Apache', 'https://raw.githubusercontent.com/JetBrains/kotlin/master/license/LICENSE.txt' ], [ diff --git a/lib/docs/scrapers/kotlin.rb b/lib/docs/scrapers/kotlin.rb index a6b68bd9..e5915075 100644 --- a/lib/docs/scrapers/kotlin.rb +++ b/lib/docs/scrapers/kotlin.rb @@ -1,7 +1,7 @@ module Docs class Kotlin < UrlScraper self.type = 'kotlin' - self.release = '1.1.4' + self.release = '1.2.21' self.base_url = 'https://kotlinlang.org/' self.root_path = 'api/latest/jvm/stdlib/index.html' self.links = { @@ -25,7 +25,7 @@ module Docs options[:replace_paths] = { 'api/latest/jvm/stdlib/' => 'api/latest/jvm/stdlib/index.html' } options[:attribution] = <<-HTML - © 2010–2017 JetBrains s.r.o.
+ © 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0. HTML end