[devdocsgjs/main: 1448/1867] Update Ramda documentation (0.27.0)




commit 23fb460c2e7b3d7237d920b50cbe693fad3df9c0
Author: Simon Legner <Simon Legner gmail com>
Date:   Sun Jan 3 09:09:22 2021 +0100

    Update Ramda documentation (0.27.0)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/ramda.rb                           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 612d4614..985cfe8e 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -673,7 +673,7 @@ credits = [
     'https://doc.qt.io/qt-5/licensing.html'
   ], [
     'Ramda',
-    '2013-2016 Scott Sauyet and Michael Hurley',
+    '2013-2020 Scott Sauyet and Michael Hurley',
     'MIT',
     'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt'
   ], [
diff --git a/lib/docs/scrapers/ramda.rb b/lib/docs/scrapers/ramda.rb
index 993fd913..897b227f 100644
--- a/lib/docs/scrapers/ramda.rb
+++ b/lib/docs/scrapers/ramda.rb
@@ -1,7 +1,7 @@
 module Docs
   class Ramda < UrlScraper
     self.type = 'ramda'
-    self.release = '0.26.1'
+    self.release = '0.27.0'
     self.base_url = "https://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;2016 Scott Sauyet and Michael Hurley<br>
+      &copy; 2013&ndash;2020 Scott Sauyet and Michael Hurley<br>
       Licensed under the MIT License.
     HTML
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]