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 1846079 commit ea9ee37Copy full SHA for ea9ee37
docs/file-scrapers.md
@@ -62,7 +62,7 @@ bsdtar --extract --file - --directory=docs/erlang\~$VERSION/
62
## es-toolkit
63
64
```sh
65
-git clone https://github.com/toss/es-toolkit docs/es_toolkit
+git clone --branch v$RELEASE https://github.com/toss/es-toolkit docs/es_toolkit
66
```
67
68
## Gnu
lib/docs/scrapers/es_toolkit.rb
@@ -7,10 +7,10 @@ class EsToolkit < FileScraper
7
code: "https://github.com/toss/es-toolkit",
8
home: "https://es-toolkit.slash.page",
9
}
10
- self.release = '1.42.0'
+ self.release = '1.45.1'
11
12
options[:attribution] = <<-HTML
13
- © 2024-2025, Viva Republica<br>
+ © 2024-2026, Viva Republica<br>
14
Licensed under the MIT License.
15
HTML
16
0 commit comments