瀏覽代碼

Update Nim documentation (0.19.0)

Thibaut Courouble 7 年之前
父節點
當前提交
da0ca68c0d
共有 1 個文件被更改,包括 2 次插入2 次删除
  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