We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3ad6e commit abec0d9Copy full SHA for abec0d9
1 file changed
lib/docs/scrapers/nim.rb
@@ -1,7 +1,7 @@
1
module Docs
2
class Nim < UrlScraper
3
self.type = 'simple'
4
- self.release = '1.4.8'
+ self.release = '2.0.2'
5
self.base_url = 'https://nim-lang.org/docs/'
6
self.root_path = 'overview.html'
7
self.links = {
@@ -14,7 +14,7 @@ class Nim < UrlScraper
14
options[:skip] = %w(theindex.html docgen.html tut1.html tut2.html tut3.html tools.html)
15
16
options[:attribution] = <<-HTML
17
- © 2006–2021 Andreas Rumpf<br>
+ © 2006–2024 Andreas Rumpf<br>
18
Licensed under the MIT License.
19
HTML
20
0 commit comments