Update Ramda documentation (0.27.0)

pull/1456/head
Simon Legner 4 years ago
parent fb113d3f54
commit 23fb460c2e

@ -673,7 +673,7 @@ credits = [
'https://doc.qt.io/qt-5/licensing.html' 'https://doc.qt.io/qt-5/licensing.html'
], [ ], [
'Ramda', 'Ramda',
'2013-2016 Scott Sauyet and Michael Hurley', '2013-2020 Scott Sauyet and Michael Hurley',
'MIT', 'MIT',
'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt' 'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt'
], [ ], [

@ -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
&copy; 2013&ndash;2016 Scott Sauyet and Michael Hurley<br> &copy; 2013&ndash;2020 Scott Sauyet and Michael Hurley<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML

Loading…
Cancel
Save