site_validator 1.0.0 → 1.0.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.
- data/lib/site_validator/version.rb +1 -1
- data/site_validator.gemspec +1 -1
- metadata +4 -4
data/site_validator.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ require File.expand_path('../lib/site_validator/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{
|
|
7
|
+
gem.description = %q{command-line tool to validate the markup of a whole site against the W3C validator}
|
|
8
8
|
gem.summary = %q{command-line tool to validate the markup of a whole site against the W3C validator}
|
|
9
9
|
gem.homepage = "https://github.com/jaimeiniesta/site_validator/"
|
|
10
10
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: site_validator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jaime Iniesta
|
|
@@ -128,7 +128,7 @@ dependencies:
|
|
|
128
128
|
version: 1.3.0
|
|
129
129
|
type: :development
|
|
130
130
|
version_requirements: *id007
|
|
131
|
-
description:
|
|
131
|
+
description: command-line tool to validate the markup of a whole site against the W3C validator
|
|
132
132
|
email:
|
|
133
133
|
- jaimeiniesta@gmail.com
|
|
134
134
|
executables:
|