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 d413aab commit 57a9f0cCopy full SHA for 57a9f0c
lib/docs/scrapers/ramda.rb
@@ -10,17 +10,12 @@ class Ramda < UrlScraper
10
11
options[:title] = 'Ramda'
12
options[:attribution] = <<-HTML
13
- © 2013–2024 Scott Sauyet and Michael Hurley<br>
+ © 2013–2025 Scott Sauyet and Michael Hurley<br>
14
Licensed under the MIT License.
15
HTML
16
17
- version '0.30' do
18
- self.release = '0.30.1'
19
- self.base_url = "https://ramdajs.com/#{release}/docs/"
20
- end
21
-
22
- version '0.29' do
23
- self.release = '0.29.1'
+ version do
+ self.release = '0.31.3'
24
self.base_url = "https://ramdajs.com/#{release}/docs/"
25
end
26
0 commit comments