scss-lint 0.17.2 → 0.17.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1652c1165c1e0733c886de95fe04a42319edcb94
4
- data.tar.gz: 20adb18c09edf8f59e8820f25acccddb96ec295c
3
+ metadata.gz: ea4994ca70c2a812ea9cb5ca269d62d579ca272e
4
+ data.tar.gz: b3a746fdffecb51ce4a3e90321a817388383ff65
5
5
  SHA512:
6
- metadata.gz: e5c1b3d9a1553bfcde5ff6a99f6ef7429faf2a0bd9d3497d2de8e6028ed97f7244147d056390540c8db3af52daf62ac51ca420120bb109845c1e7862ae7516f8
7
- data.tar.gz: 8a710a91738f37d24de431b0e74b96fa080305710de584b7a7f6f29fb2db1852c95b35b0206aff8c29e66014d136a57f580f247221c0dc00f32bae6740729f91
6
+ metadata.gz: 783e51dfd9b4d79dacd2389e631f553b781e4c6d9982ca92e6cb6abd373328e6fe06ecc4554be4009defd19a5be8719dac2085aed387ffd5fc640b9b58db3f1a
7
+ data.tar.gz: ea959ec532513917df55f1d27d01052c9ce20718392a01cf5218de756e5c555eb869f0a762611ffe0f5f14db9695b137011317deda3261d17f6a385364dea8c6
@@ -29,7 +29,7 @@ module SCSSLint
29
29
  end
30
30
 
31
31
  if existing_prop = prop_names[prop_hash]
32
- add_lint(prop, "Property '#{name}' already defined on line #{existing_prop.line}")
32
+ add_lint(prop, "Property `#{name}` already defined on line #{existing_prop.line}")
33
33
  else
34
34
  prop_names[prop_hash] = prop
35
35
  end
@@ -1,4 +1,4 @@
1
1
  # Defines the gem version.
2
2
  module SCSSLint
3
- VERSION = '0.17.2'
3
+ VERSION = '0.17.3'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scss-lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.2
4
+ version: 0.17.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Causes Engineering
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-18 00:00:00.000000000 Z
12
+ date: 2014-03-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colorize
@@ -67,7 +67,7 @@ dependencies:
67
67
  - - '='
68
68
  - !ruby/object:Gem::Version
69
69
  version: 2.14.1
70
- description: Opinionated tool to help write clean and consistent SCSS
70
+ description: Configurable tool to help write clean and consistent SCSS
71
71
  email:
72
72
  - eng@causes.com
73
73
  - shane@causes.com