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/'
], [
'Modernizr',
'2009-2017 The Modernizr team',
'2009-2020 The Modernizr team',
'MIT',
'https://modernizr.com/license/'
], [

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

Loading…
Cancel
Save