w3c_validators 1.1 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,8 +7,7 @@ It supports the markup validator, the feed validator and the CSS validator.
7
7
 
8
8
  === Installation
9
9
 
10
- gem sources -a http://gems.github.com
11
- gem install alexdunae-w3c_validators
10
+ gem install w3c_validators
12
11
 
13
12
  === Usage
14
13
 
@@ -12,7 +12,7 @@ require 'w3c_validators/message'
12
12
  module W3CValidators
13
13
  # Base class for MarkupValidator and FeedValidator.
14
14
  class Validator
15
- VERSION = '1.0.2'
15
+ VERSION = '1.1'
16
16
  USER_AGENT = "Ruby W3C Validators/#{Validator::VERSION} (http://code.dunae.ca/w3c_validators/)"
17
17
  HEAD_STATUS_HEADER = 'X-W3C-Validator-Status'
18
18
  HEAD_ERROR_COUNT_HEADER = 'X-W3C-Validator-Errors'
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: w3c_validators
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- version: "1.1"
9
+ - 1
10
+ version: 1.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Alex Dunae