compass-csslint 0.0.2 → 0.1.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.
- checksums.yaml +8 -8
- metadata +5 -9
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NGFkZmU0YjJmZmY0Njg1N2Q5ODZkNDJlMDA2NzBiYTc2MWJlZDBlNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NjkzMDg5MThlYjYxYTNkYmU4YmQyZTQyOTRhOWFhNjc0NTBjYWEzMQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MjQ5MjdhMTNjYTQyYjcxNDA3ZTlkMGUxNWZiYmM5YTA3Nzg5ZTc1MjhiNTBk
|
|
10
|
+
OGI3ZWQwZjdhOTUzZWY3NTk3MjY0ODA1MWMzM2QzN2ViMzEwZTZjN2U5NDI3
|
|
11
|
+
NTc5MjkwMjBiZDM1ZWJmNWY0ZGUxZGQzYWUxYmU4OGMyNmZmNWU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NDkyYzlkY2FiNzUzMzM2ZmNiNjBiNTk0YjVmY2NkMThlNWZjNzNmN2YwYjdm
|
|
14
|
+
OWM4NmQzY2UwYWRiY2ViOTJmMTBmMTExOTg0NDZiYzU1NWE1YTY0NzcwNGZl
|
|
15
|
+
OWRhODhmNzk1ZmJmMjAyODA5Y2NhOGI4NzljY2U3ZmFlODI2NTQ=
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-csslint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Riviello
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-12-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: compass
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - ! '>='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version:
|
|
20
|
+
version: 1.0.0.alpha.13
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - ! '>='
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version:
|
|
27
|
+
version: 1.0.0.alpha.13
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: css_lint
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -51,11 +51,7 @@ homepage: http://comcast.github.com/compass-csslint/
|
|
|
51
51
|
licenses:
|
|
52
52
|
- MIT
|
|
53
53
|
metadata: {}
|
|
54
|
-
post_install_message:
|
|
55
|
-
\ Thank you for installing CSS Lint for Sass & Compass!\n Please note there
|
|
56
|
-
is currently a bug in Compass that prevents this from working out of the box.\n
|
|
57
|
-
\ A custom version of Compass is required to run (just a one line change).\n See
|
|
58
|
-
http://comcast.github.com/compass-csslint/ for further details.\n---------------------------------------------------------------------------------------------------\n"
|
|
54
|
+
post_install_message:
|
|
59
55
|
rdoc_options: []
|
|
60
56
|
require_paths:
|
|
61
57
|
- lib
|