w3clove 0.7.11 → 0.8
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.
- data/README.rdoc +1 -1
- data/lib/w3clove/version.rb +1 -1
- data/w3clove.gemspec +2 -3
- metadata +6 -9
data/README.rdoc
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
= w3clove {<img src="
|
|
1
|
+
= w3clove {<img src="https://secure.travis-ci.org/jaimeiniesta/w3clove.png?branch=master" />}[http://travis-ci.org/jaimeiniesta/w3clove] {<img src="https://codeclimate.com/badge.png" />}[https://codeclimate.com/github/jaimeiniesta/w3clove]
|
|
2
2
|
|
|
3
3
|
Site-wide markup validator. Validate a whole web site on the W3C Markup Validator, from the command line, and generate a comprehensive report of all errors found.
|
|
4
4
|
|
data/lib/w3clove/version.rb
CHANGED
data/w3clove.gemspec
CHANGED
|
@@ -4,10 +4,9 @@ require File.expand_path('../lib/w3clove/version', __FILE__)
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["Jaime Iniesta"]
|
|
6
6
|
gem.email = ["jaimeiniesta@gmail.com"]
|
|
7
|
-
gem.description = %q{this
|
|
8
|
-
and outputs a detailed report with all errors and warnings}
|
|
7
|
+
gem.description = %q{this gem has been discontinued, from now on you should use the site_validator gem}
|
|
9
8
|
gem.summary = %q{command-line tool to validate the markup of a whole site against the W3C validator}
|
|
10
|
-
gem.homepage = "https://github.com/jaimeiniesta/
|
|
9
|
+
gem.homepage = "https://github.com/jaimeiniesta/site_validator/"
|
|
11
10
|
|
|
12
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
13
12
|
gem.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: w3clove
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
|
|
10
|
-
version: 0.7.11
|
|
8
|
+
- 8
|
|
9
|
+
version: "0.8"
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Jaime Iniesta
|
|
@@ -15,7 +14,7 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date: 2012-11-
|
|
17
|
+
date: 2012-11-13 00:00:00 Z
|
|
19
18
|
dependencies:
|
|
20
19
|
- !ruby/object:Gem::Dependency
|
|
21
20
|
name: w3c_validators
|
|
@@ -128,9 +127,7 @@ dependencies:
|
|
|
128
127
|
version: 1.3.0
|
|
129
128
|
type: :development
|
|
130
129
|
version_requirements: *id007
|
|
131
|
-
description:
|
|
132
|
-
this tool allows you to check the markup validation of a whole site,
|
|
133
|
-
and outputs a detailed report with all errors and warnings
|
|
130
|
+
description: this gem has been discontinued, from now on you should use the site_validator gem
|
|
134
131
|
email:
|
|
135
132
|
- jaimeiniesta@gmail.com
|
|
136
133
|
executables:
|
|
@@ -172,7 +169,7 @@ files:
|
|
|
172
169
|
- spec/sitemap_spec.rb
|
|
173
170
|
- spec/spec_helper.rb
|
|
174
171
|
- w3clove.gemspec
|
|
175
|
-
homepage: https://github.com/jaimeiniesta/
|
|
172
|
+
homepage: https://github.com/jaimeiniesta/site_validator/
|
|
176
173
|
licenses: []
|
|
177
174
|
|
|
178
175
|
post_install_message:
|