Bladeren bron

Update Ramda documentation (0.27.0)

Simon Legner 5 jaren geleden
bovenliggende
commit
23fb460c2e
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/ramda.rb

+ 1 - 1
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'
   ], [

+ 2 - 2
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