Update Ramda documentation (0.22.1)

pull/417/merge
Thibaut Courouble 9 years ago
parent e92d0e15e7
commit c7b62150af

@ -434,6 +434,11 @@ credits = [
'2009-2015 Kristopher Michael Kowal and contributors', '2009-2015 Kristopher Michael Kowal and contributors',
'MIT', 'MIT',
'https://raw.githubusercontent.com/kriskowal/q/v1/LICENSE' 'https://raw.githubusercontent.com/kriskowal/q/v1/LICENSE'
], [
'Ramda',
'2013-2016 Scott Sauyet and Michael Hurley',
'MIT',
'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt'
], [ ], [
'React, React Native, Flow, Relay', 'React, React Native, Flow, Relay',
'2013-2016 Facebook Inc.', '2013-2016 Facebook Inc.',

@ -1,7 +1,7 @@
module Docs module Docs
class Ramda < UrlScraper class Ramda < UrlScraper
self.type = 'ramda' self.type = 'ramda'
self.release = '0.21.0' self.release = '0.22.1'
self.base_url = "http://ramdajs.com/#{release}/docs/" self.base_url = "http://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;2014 Scott Sauyet and Michael Hurley<br> &copy; 2013&ndash;2016 Scott Sauyet and Michael Hurley<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
end end

Loading…
Cancel
Save