Explorar o código

Update Ramda documentation (0.31.3)

Simon Legner hai 5 meses
pai
achega
57a9f0ccbb
Modificáronse 1 ficheiros con 3 adicións e 8 borrados
  1. 3 8
      lib/docs/scrapers/ramda.rb

+ 3 - 8
lib/docs/scrapers/ramda.rb

@@ -10,17 +10,12 @@ module Docs
 
     options[:title] = 'Ramda'
     options[:attribution] = <<-HTML
-      &copy; 2013&ndash;2024 Scott Sauyet and Michael Hurley<br>
+      &copy; 2013&ndash;2025 Scott Sauyet and Michael Hurley<br>
       Licensed under the MIT License.
     HTML
 
-    version '0.30' do
-      self.release = '0.30.1'
-      self.base_url = "https://ramdajs.com/#{release}/docs/"
-    end
-
-    version '0.29' do
-      self.release = '0.29.1'
+    version do
+      self.release = '0.31.3'
       self.base_url = "https://ramdajs.com/#{release}/docs/"
     end