File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ credits = [
9191 ' https://www.apache.org/licenses/LICENSE-2.0'
9292 ], [
9393 ' Backbone.js' ,
94- ' 2010-2015 Jeremy Ashkenas, DocumentCloud' ,
94+ ' 2010-2016 Jeremy Ashkenas, DocumentCloud' ,
9595 ' MIT' ,
9696 ' https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE'
9797 ], [
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ class Backbone < UrlScraper
33 self . name = 'Backbone.js'
44 self . slug = 'backbone'
55 self . type = 'underscore'
6- self . release = '1.2.3 '
6+ self . release = '1.3.1 '
77 self . base_url = 'http://backbonejs.org'
88 self . links = {
99 home : 'http://backbonejs.org/' ,
@@ -17,7 +17,7 @@ class Backbone < UrlScraper
1717 options [ :skip_links ] = true
1818
1919 options [ :attribution ] = <<-HTML
20- © 2010–2015 Jeremy Ashkenas, DocumentCloud< br >
20+ © 2010–2016 Jeremy Ashkenas, DocumentCloud< br >
2121 Licensed under the MIT License.
2222 HTML
2323 end
You can’t perform that action at this time.
0 commit comments