Skip to content

Commit 57a9f0c

Browse files
committed
Update Ramda documentation (0.31.3)
1 parent d413aab commit 57a9f0c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

lib/docs/scrapers/ramda.rb

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,12 @@ class Ramda < UrlScraper
1010

1111
options[:title] = 'Ramda'
1212
options[:attribution] = <<-HTML
13-
&copy; 2013&ndash;2024 Scott Sauyet and Michael Hurley<br>
13+
&copy; 2013&ndash;2025 Scott Sauyet and Michael Hurley<br>
1414
Licensed under the MIT License.
1515
HTML
1616

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'
17+
version do
18+
self.release = '0.31.3'
2419
self.base_url = "https://ramdajs.com/#{release}/docs/"
2520
end
2621

0 commit comments

Comments
 (0)