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',
'MIT',
'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',
'2013-2016 Facebook Inc.',

@ -1,7 +1,7 @@
module Docs
class Ramda < UrlScraper
self.type = 'ramda'
self.release = '0.21.0'
self.release = '0.22.1'
self.base_url = "http://ramdajs.com/#{release}/docs/"
self.links = {
home: 'http://ramdajs.com/',
@ -12,7 +12,7 @@ module Docs
options[:title] = 'Ramda'
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.
HTML
end

Loading…
Cancel
Save