Просмотр исходного кода

Update Nim version and copyright

Jake Leahy 1 год назад
Родитель
Сommit
abec0d9375
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 = '1.4.8'
+    self.release = '2.0.2'
     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.html tut1.html tut2.html tut3.html tools.html)
 
     options[:attribution] = <<-HTML
-      &copy; 2006&ndash;2021 Andreas Rumpf<br>
+      &copy; 2006&ndash;2024 Andreas Rumpf<br>
       Licensed under the MIT License.
     HTML