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 8fdca1d commit 9a8b94fCopy full SHA for 9a8b94f
1 file changed
lib/docs/scrapers/jq.rb
@@ -19,5 +19,9 @@ class Jq < UrlScraper
19
Licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 license</a>
20
HTML
21
22
+ def get_latest_version(opts)
23
+ get_latest_github_release('stedolan', 'jq', opts).split('-')[1]
24
+ end
25
+
26
end
27
0 commit comments