|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Ramda < UrlScraper
|
|
|
|
class Ramda < UrlScraper
|
|
|
|
self.type = 'ramda'
|
|
|
|
self.type = 'ramda'
|
|
|
|
self.release = '0.26.1'
|
|
|
|
self.release = '0.27.0'
|
|
|
|
self.base_url = "https://ramdajs.com/#{release}/docs/"
|
|
|
|
self.base_url = "https://ramdajs.com/#{release}/docs/"
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'http://ramdajs.com/',
|
|
|
|
home: 'http://ramdajs.com/',
|
|
|
@ -12,7 +12,7 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
options[:title] = 'Ramda'
|
|
|
|
options[:title] = 'Ramda'
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2013–2016 Scott Sauyet and Michael Hurley<br>
|
|
|
|
© 2013–2020 Scott Sauyet and Michael Hurley<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|