css_lint 0.9.10.1 → 0.10.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.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZmM5ZGQ2MDMxZmYxOWEyODMwMGE1MjZiZmNkMmFiYWFiMDUyMDNhNQ==
5
+ data.tar.gz: !binary |-
6
+ ZmNjZTdjNDAxNDRlN2Y0ZTk4NDdmZjdhYzFkNzdkZjE1NWZiZDFlZg==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MzE1YzdhZDc0MzcyNWNiNjA1OGE5ZTA1ZDVkNjVmMDMwNjZiNDVhYzQzNTNj
10
+ YmNjNjdkY2NmMzk4ZjkzNWYwMWE4NTA3ZWU1YmI0YzY1MmI3ZDk4ZTNjZTJj
11
+ MjM2MDBiMDE3MWJjODYzYmE4ZjFhNzk0ODM5MWZmZTg0OTgzMjY=
12
+ data.tar.gz: !binary |-
13
+ ZTlhMGQ2NjdjNTMyYjRkNmZhOGMwNWIwMDZiMGE2YzBlZTkyMzdiNDhiMmRm
14
+ YmMxNTMyZTk3OWI2NmRmMDc5ZmM1ODczNjg4YmE0NmY4OTUzZjkwMmVmYzM1
15
+ MmJjYmUwOTQ3MGQxYWM4YjFmY2NlMDllZjYyYjQxNWUzN2NjZDY=
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- css_lint (0.9.10.0)
4
+ css_lint (0.10.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  diff-lcs (1.1.3)
10
- multi_json (1.3.6)
11
- rake (0.9.2.2)
10
+ multi_json (1.8.0)
11
+ rake (10.1.0)
12
12
  rspec (2.4.0)
13
13
  rspec-core (~> 2.4.0)
14
14
  rspec-expectations (~> 2.4.0)
@@ -17,10 +17,10 @@ GEM
17
17
  rspec-expectations (2.4.0)
18
18
  diff-lcs (~> 1.1.2)
19
19
  rspec-mocks (2.4.0)
20
- simplecov (0.7.0)
20
+ simplecov (0.7.1)
21
21
  multi_json (~> 1.0)
22
- simplecov-html (~> 0.7.0)
23
- simplecov-html (0.7.0)
22
+ simplecov-html (~> 0.7.1)
23
+ simplecov-html (0.7.1)
24
24
 
25
25
  PLATFORMS
26
26
  ruby
data/README.md CHANGED
@@ -8,12 +8,12 @@ Nothing too fancy and kinda rough around the edges...css_lint was made during Co
8
8
 
9
9
  ## Installation
10
10
 
11
- git clone https://github.com/comcast/csslint
12
- cd csslint
11
+ git clone https://github.com/Comcast/css_lint_ruby.git
12
+ cd css_lint_ruby
13
13
  bundle install
14
14
  bundle exec rake
15
15
  gem build css_lint.gemspec
16
- gem install css_lint-0.9.10.0.gem
16
+ gem install css_lint-0.10.0.0.gem
17
17
 
18
18
  ## Usage
19
19
 
@@ -6,11 +6,12 @@ require 'css_lint/version'
6
6
  Gem::Specification.new do |s|
7
7
  s.name = 'css_lint'
8
8
  s.version = CSSLint::VERSION
9
- s.date = '2013-04-26'
9
+ s.date = '2013-10-04'
10
10
  s.summary = "Nicholas C. Zakas and Nicole Sullivan's CSS Lint available as a Gem."
11
11
  s.description = "Lint your CSS."
12
12
  s.authors = ["Mike Ball", "John Riviello", "Jen Valure", "Mike Rottina"]
13
13
  s.homepage = 'https://github.com/Comcast/css_lint_ruby'
14
+ s.license = 'MIT'
14
15
 
15
16
  s.files = ["lib/vendor/csslint-rhino.js", "lib/vendor/js.jar"] + `git ls-files`.split($/)
16
17
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
@@ -1,3 +1,3 @@
1
1
  module CSSLint
2
- VERSION = "0.9.10.1"
2
+ VERSION = "0.10.0.0"
3
3
  end
metadata CHANGED
@@ -1,89 +1,76 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css_lint
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.9.10.1
4
+ version: 0.10.0.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Mike Ball
9
8
  - John Riviello
10
9
  - Jen Valure
11
10
  - Mike Rottina
12
- autorequire:
11
+ autorequire:
13
12
  bindir: bin
14
13
  cert_chain: []
15
- date: 2013-04-26 00:00:00.000000000 Z
14
+ date: 2013-10-04 00:00:00.000000000 Z
16
15
  dependencies:
17
16
  - !ruby/object:Gem::Dependency
18
17
  name: bundler
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - "~>"
22
- - !ruby/object:Gem::Version
23
- version: '1.3'
24
- none: false
25
18
  requirement: !ruby/object:Gem::Requirement
26
19
  requirements:
27
- - - "~>"
20
+ - - ~>
28
21
  - !ruby/object:Gem::Version
29
22
  version: '1.3'
30
- none: false
31
- prerelease: false
32
23
  type: :development
33
- - !ruby/object:Gem::Dependency
34
- name: rake
24
+ prerelease: false
35
25
  version_requirements: !ruby/object:Gem::Requirement
36
26
  requirements:
37
- - - ">="
27
+ - - ~>
38
28
  - !ruby/object:Gem::Version
39
- version: !binary |-
40
- MA==
41
- none: false
29
+ version: '1.3'
30
+ - !ruby/object:Gem::Dependency
31
+ name: rake
42
32
  requirement: !ruby/object:Gem::Requirement
43
33
  requirements:
44
- - - ">="
34
+ - - ! '>='
45
35
  - !ruby/object:Gem::Version
46
- version: !binary |-
47
- MA==
48
- none: false
49
- prerelease: false
36
+ version: '0'
50
37
  type: :development
51
- - !ruby/object:Gem::Dependency
52
- name: rspec
38
+ prerelease: false
53
39
  version_requirements: !ruby/object:Gem::Requirement
54
40
  requirements:
55
- - - '='
41
+ - - ! '>='
56
42
  - !ruby/object:Gem::Version
57
- version: '2.4'
58
- none: false
43
+ version: '0'
44
+ - !ruby/object:Gem::Dependency
45
+ name: rspec
59
46
  requirement: !ruby/object:Gem::Requirement
60
47
  requirements:
61
48
  - - '='
62
49
  - !ruby/object:Gem::Version
63
50
  version: '2.4'
64
- none: false
65
- prerelease: false
66
51
  type: :development
67
- - !ruby/object:Gem::Dependency
68
- name: simplecov
52
+ prerelease: false
69
53
  version_requirements: !ruby/object:Gem::Requirement
70
54
  requirements:
71
- - - ">="
55
+ - - '='
72
56
  - !ruby/object:Gem::Version
73
- version: !binary |-
74
- MA==
75
- none: false
57
+ version: '2.4'
58
+ - !ruby/object:Gem::Dependency
59
+ name: simplecov
76
60
  requirement: !ruby/object:Gem::Requirement
77
61
  requirements:
78
- - - ">="
62
+ - - ! '>='
79
63
  - !ruby/object:Gem::Version
80
- version: !binary |-
81
- MA==
82
- none: false
83
- prerelease: false
64
+ version: '0'
84
65
  type: :development
66
+ prerelease: false
67
+ version_requirements: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ! '>='
70
+ - !ruby/object:Gem::Version
71
+ version: '0'
85
72
  description: Lint your CSS.
86
- email:
73
+ email:
87
74
  executables:
88
75
  - css_lint
89
76
  extensions: []
@@ -91,7 +78,7 @@ extra_rdoc_files: []
91
78
  files:
92
79
  - lib/vendor/csslint-rhino.js
93
80
  - lib/vendor/js.jar
94
- - ".gitignore"
81
+ - .gitignore
95
82
  - Gemfile
96
83
  - Gemfile.lock
97
84
  - LICENSE
@@ -104,32 +91,29 @@ files:
104
91
  - spec/lib/css_lint_spec.rb
105
92
  - spec/spec_helper.rb
106
93
  homepage: https://github.com/Comcast/css_lint_ruby
107
- licenses: []
108
- post_install_message:
94
+ licenses:
95
+ - MIT
96
+ metadata: {}
97
+ post_install_message:
109
98
  rdoc_options: []
110
99
  require_paths:
111
100
  - lib
112
101
  required_ruby_version: !ruby/object:Gem::Requirement
113
102
  requirements:
114
- - - ">="
103
+ - - ! '>='
115
104
  - !ruby/object:Gem::Version
116
- version: !binary |-
117
- MA==
118
- none: false
105
+ version: '0'
119
106
  required_rubygems_version: !ruby/object:Gem::Requirement
120
107
  requirements:
121
- - - ">="
108
+ - - ! '>='
122
109
  - !ruby/object:Gem::Version
123
- version: !binary |-
124
- MA==
125
- none: false
110
+ version: '0'
126
111
  requirements: []
127
- rubyforge_project:
128
- rubygems_version: 1.8.24
129
- signing_key:
130
- specification_version: 3
112
+ rubyforge_project:
113
+ rubygems_version: 2.0.3
114
+ signing_key:
115
+ specification_version: 4
131
116
  summary: Nicholas C. Zakas and Nicole Sullivan's CSS Lint available as a Gem.
132
117
  test_files:
133
118
  - spec/lib/css_lint_spec.rb
134
119
  - spec/spec_helper.rb
135
- has_rdoc: