[devdocsgjs/main: 1737/1867] Update Underscore.js documentation (1.13.1)
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 1737/1867] Update Underscore.js documentation (1.13.1)
- Date: Fri, 19 Nov 2021 23:48:17 +0000 (UTC)
commit 8ccdaa7da77e8dfb3fc19f5bfff990ff9e7677f6
Author: Enoc <brianhernandez222 hotmail com>
Date: Tue Jun 29 01:53:51 2021 -0600
Update Underscore.js documentation (1.13.1)
assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
lib/docs/scrapers/underscore.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 d054f21a..c0305f2d 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -838,7 +838,7 @@ credits = [
'https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE'
], [
'Underscore.js',
- '2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
+ '2009-2021 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
'MIT',
'https://raw.githubusercontent.com/jashkenas/underscore/master/LICENSE'
], [
diff --git a/lib/docs/scrapers/underscore.rb b/lib/docs/scrapers/underscore.rb
index 00004759..1c517bc9 100644
--- a/lib/docs/scrapers/underscore.rb
+++ b/lib/docs/scrapers/underscore.rb
@@ -3,7 +3,7 @@ module Docs
self.name = 'Underscore.js'
self.slug = 'underscore'
self.type = 'underscore'
- self.release = '1.12.0'
+ self.release = '1.13.1'
self.base_url = 'https://underscorejs.org'
self.links = {
home: 'https://underscorejs.org',
@@ -17,7 +17,7 @@ module Docs
options[:skip_links] = true
options[:attribution] = <<-HTML
- © 2009–2020 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors<br>
+ © 2009–2021 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors<br>
Licensed under the MIT License.
HTML
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]