Update Modernizr documentation (3.5.0)

This commit is contained in:
Thibaut Courouble 2017-04-23 10:43:41 -04:00
parent d7f6b5a4b2
commit 76b4724b7b
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -2,7 +2,7 @@ module Docs
class Modernizr < UrlScraper
self.name = 'Modernizr'
self.type = 'modernizr'
self.release = '3.3.1'
self.release = '3.5.0'
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;2016 The Modernizr team<br>
&copy; 2009&ndash;2017 The Modernizr team<br>
Licensed under the MIT License.
HTML
end