w3clove 0.7.8 → 0.7.9

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml CHANGED
@@ -1 +1 @@
1
- rvm: 1.9.2-p290
1
+ rvm: 1.9.2
data/README.rdoc CHANGED
@@ -1,3 +1,5 @@
1
+ = w3clove {<img src="http://travis-ci.org/jaimeiniesta/w3clove.png" />}[http://travis-ci.org/jaimeiniesta/w3clove]
2
+
1
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.
2
4
 
3
5
  This is the command-line version of http://w3clove.com
@@ -60,9 +60,8 @@
60
60
  <a class="brand" href="http://w3clove.com"><strong>W3C<span style="color:pink;">love</span></strong></a>
61
61
  <ul class="nav" data-dropdown="dropdown" >
62
62
  <li><a href="http://w3clove.com/faqs">FAQs</a></li>
63
+ <li><a href="http://w3clove.com/plans-and-pricing">Plans and pricing</a></li>
63
64
  <li><a href="http://w3clove.com/contact">Contact</a></li>
64
- <li><a href="http://w3clove.com/donate">Donate</a></li>
65
- <li><a href="http://w3clove.com/supporters">Supporters</a></li>
66
65
  </ul>
67
66
  </div>
68
67
  </div>
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  module W3Clove
4
- VERSION = "0.7.8"
4
+ VERSION = "0.7.9"
5
5
  end
data/w3clove.gemspec CHANGED
@@ -18,7 +18,7 @@ and outputs a detailed report with all errors and warnings}
18
18
 
19
19
  gem.add_dependency 'w3c_validators', '~> 1.2'
20
20
  gem.add_dependency 'nokogiri', '~> 1.5.3'
21
- gem.add_dependency 'metainspector', '1.9.9'
21
+ gem.add_dependency 'metainspector', '1.9.10'
22
22
 
23
23
  gem.add_development_dependency 'rspec', '~> 2.5.0'
24
24
  gem.add_development_dependency 'mocha', '~> 0.11.4'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: w3clove
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 8
10
- version: 0.7.8
9
+ - 9
10
+ version: 0.7.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jaime Iniesta
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-08-13 00:00:00 Z
18
+ date: 2012-09-12 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: w3c_validators
@@ -56,12 +56,12 @@ dependencies:
56
56
  requirements:
57
57
  - - "="
58
58
  - !ruby/object:Gem::Version
59
- hash: 33
59
+ hash: 39
60
60
  segments:
61
61
  - 1
62
62
  - 9
63
- - 9
64
- version: 1.9.9
63
+ - 10
64
+ version: 1.9.10
65
65
  type: :runtime
66
66
  version_requirements: *id003
67
67
  - !ruby/object:Gem::Dependency