Merge pull request #1349 from simon04/modernizr-3.11

modernizr: update release 3.11.3
pull/1350/head
Simon Legner 4 years ago committed by GitHub
commit 63ea6aa4bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -503,7 +503,7 @@ credits = [
'https://creativecommons.org/licenses/by/4.0/' 'https://creativecommons.org/licenses/by/4.0/'
], [ ], [
'Modernizr', 'Modernizr',
'2009-2017 The Modernizr team', '2009-2020 The Modernizr team',
'MIT', 'MIT',
'https://modernizr.com/license/' 'https://modernizr.com/license/'
], [ ], [

@ -2,7 +2,7 @@ module Docs
class Modernizr < UrlScraper class Modernizr < UrlScraper
self.name = 'Modernizr' self.name = 'Modernizr'
self.type = 'modernizr' self.type = 'modernizr'
self.release = '3.5.0' self.release = '3.11.3'
self.base_url = 'https://modernizr.com/docs/' self.base_url = 'https://modernizr.com/docs/'
html_filters.push 'modernizr/entries', 'modernizr/clean_html', 'title' html_filters.push 'modernizr/entries', 'modernizr/clean_html', 'title'
@ -12,7 +12,7 @@ module Docs
options[:skip_links] = true options[:skip_links] = true
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2009&ndash;2017 The Modernizr team<br> &copy; 2009&ndash;2020 The Modernizr team<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML

Loading…
Cancel
Save