w3clove 0.7.11 → 0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- = w3clove {<img src="http://travis-ci.org/jaimeiniesta/w3clove.png" />}[http://travis-ci.org/jaimeiniesta/w3clove] {<img src="https://codeclimate.com/badge.png" />}[https://codeclimate.com/github/jaimeiniesta/w3clove]
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
 
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  module W3Clove
4
- VERSION = "0.7.11"
4
+ VERSION = "0.8"
5
5
  end
@@ -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 tool allows you to check the markup validation of a whole site,
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/w3clove/"
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: 21
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 7
9
- - 11
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-02 00:00:00 Z
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/w3clove/
172
+ homepage: https://github.com/jaimeiniesta/site_validator/
176
173
  licenses: []
177
174
 
178
175
  post_install_message: