w3c_validators 1.3.3 → 1.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.gitignore +1 -1
- data/.travis.yml +5 -4
- data/CHANGELOG +5 -0
- data/lib/w3c_validators/css_validator.rb +1 -1
- data/lib/w3c_validators/nu_validator.rb +1 -3
- data/lib/w3c_validators/version.rb +1 -1
- data/test/http_recording/css_context.yml +24 -7
- data/test/http_recording/css_overriding_css_profile.yml +27 -10
- data/test/http_recording/css_skippedstring.yml +24 -7
- data/test/http_recording/css_validating_big_file.yml +398 -519
- data/test/http_recording/css_validating_file.yml +24 -7
- data/test/http_recording/css_validating_text.yml +27 -10
- data/test/http_recording/css_validating_text_via_file.yml +24 -7
- data/test/http_recording/css_validating_uri.yml +31 -13
- data/test/http_recording/css_vendor_extensions_as_errors.yml +22 -5
- data/test/http_recording/css_vendor_extensions_as_warnings.yml +23 -6
- data/test/http_recording/css_vendor_extensions_default.yml +23 -6
- metadata +3 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: w3c_validators
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Dunae
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
189
189
|
version: '0'
|
190
190
|
requirements: []
|
191
191
|
rubyforge_project:
|
192
|
-
rubygems_version: 2.
|
192
|
+
rubygems_version: 2.7.7
|
193
193
|
signing_key:
|
194
194
|
specification_version: 4
|
195
195
|
summary: A Ruby wrapper for the World Wide Web Consortium’s online validation services.
|