From c75c1e8097a5155a6159d83df8b1db94e129babc Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 5 Feb 2017 16:13:15 -0500 Subject: [PATCH] Update Rust documentation (1.15.0) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/rust.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 46193ef4..5da0b75d 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -511,7 +511,7 @@ credits = [ 'https://raw.githubusercontent.com/rails/rails/master/activerecord/MIT-LICENSE' ], [ 'Rust', - '2016 The Rust Project Developers', + '2010 The Rust Project Developers', 'MIT', 'https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT' ], [ diff --git a/lib/docs/scrapers/rust.rb b/lib/docs/scrapers/rust.rb index 8bba77e0..4a873ac5 100644 --- a/lib/docs/scrapers/rust.rb +++ b/lib/docs/scrapers/rust.rb @@ -1,7 +1,7 @@ module Docs class Rust < UrlScraper self.type = 'rust' - self.release = '1.14.0' + self.release = '1.15.0' self.base_url = 'https://doc.rust-lang.org/' self.root_path = 'book/index.html' self.initial_paths = %w( @@ -31,7 +31,7 @@ module Docs end options[:attribution] = <<-HTML - © 2016 The Rust Project Developers
+ © 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option. HTML