Browse Source

Update Nim documentation (0.19.0)

Thibaut Courouble 7 năm trước cách đây
mục cha
commit
da0ca68c0d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lib/docs/scrapers/nim.rb

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

@@ -1,7 +1,7 @@
 module Docs
   class Nim < UrlScraper
     self.type = 'simple'
-    self.release = '0.18.0'
+    self.release = '0.19.0'
     self.base_url = 'https://nim-lang.org/docs/'
     self.root_path = 'overview.html'
     self.links = {
@@ -14,7 +14,7 @@ module Docs
     options[:skip] = %w(theindex.html docgen.txt)
 
     options[:attribution] = <<-HTML
-      &copy; 2006&ndash;2017 Andreas Rumpf<br>
+      &copy; 2006&ndash;2018 Andreas Rumpf<br>
       Licensed under the MIT License.
     HTML
   end