css_validator 2.0.0 → 3.0.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Teng Siong Ong
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-16 00:00:00.000000000 Z
11
+ date: 2014-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -65,6 +65,7 @@ files:
65
65
  - LICENSE
66
66
  - README.md
67
67
  - Rakefile
68
+ - benchmark.rb
68
69
  - css_validator.gemspec
69
70
  - lib/css_validator.rb
70
71
  - spec/css_validator_spec.rb
@@ -73,8 +74,9 @@ files:
73
74
  - spec/fixtures/valid_css/0.css
74
75
  - spec/fixtures/valid_css/1.css
75
76
  - spec/spec_helper.rb
76
- - vendor/csslint-rhino.js
77
- - vendor/js.jar
77
+ - vendor/cli.js
78
+ - vendor/lib/csslint-node.js
79
+ - vendor/lib/node-parserlib.js
78
80
  homepage: https://github.com/siong1987/css_validator
79
81
  licenses:
80
82
  - MIT
@@ -95,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
97
  version: '0'
96
98
  requirements: []
97
99
  rubyforge_project:
98
- rubygems_version: 2.0.3
100
+ rubygems_version: 2.0.14
99
101
  signing_key:
100
102
  specification_version: 4
101
103
  summary: ActiveModel Validation for CSS
Binary file