From 5ab83e57602360d8a9244fa18a105b55a4463f92 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 13 May 2021 12:14:17 +0200 Subject: [PATCH] Update RxJS documentation (7.0.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/rxjs.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 ffecb8ab..22156928 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -733,7 +733,7 @@ credits = [ 'https://raw.githubusercontent.com/rust-lang/book/master/LICENSE-MIT' ], [ 'RxJS', - '2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors', + '2015-2021 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors', 'Apache', 'https://raw.githubusercontent.com/ReactiveX/rxjs/master/LICENSE.txt' ], [ diff --git a/lib/docs/scrapers/rxjs.rb b/lib/docs/scrapers/rxjs.rb index e6f57961..0c41a072 100644 --- a/lib/docs/scrapers/rxjs.rb +++ b/lib/docs/scrapers/rxjs.rb @@ -4,7 +4,7 @@ module Docs class Rxjs < UrlScraper self.name = 'RxJS' self.type = 'rxjs' - self.release = '6.5.2' + self.release = '7.0.1' self.base_url = 'https://rxjs.dev/' self.root_path = 'guide/overview' self.links = { @@ -27,7 +27,7 @@ module Docs options[:max_image_size] = 256_000 options[:attribution] = <<-HTML - © 2015–2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.
+ © 2015–2021 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.
Code licensed under an Apache-2.0 License. Documentation licensed under CC BY 4.0. HTML