فهرست منبع

Update Rust documentation (1.6.0)

Thibaut Courouble 10 سال پیش
والد
کامیت
68fcf9b00e
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/rust.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -361,7 +361,7 @@ credits = [
     'https://raw.github.com/rails/rails/master/activerecord/MIT-LICENSE'
   ], [
     'Rust',
-    '2011-2015 The Rust Project Developers',
+    '2016 The Rust Project Developers',
     'MIT',
     'https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT'
   ], [

+ 2 - 2
lib/docs/scrapers/rust.rb

@@ -1,7 +1,7 @@
 module Docs
   class Rust < UrlScraper
     self.type = 'rust'
-    self.release = '1.5.0'
+    self.release = '1.6.0'
     self.base_url = 'http://doc.rust-lang.org/'
     self.root_path = 'book/index.html'
     self.initial_paths = %w(
@@ -30,7 +30,7 @@ module Docs
     end
 
     options[:attribution] = <<-HTML
-      &copy; 2011-2015 The Rust Project Developers<br>
+      &copy; 2016 The Rust Project Developers<br>
       Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
     HTML