scss-lint 0.20.1 → 0.20.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7779105451a72b8ded97f566e807c7e67df917be
4
- data.tar.gz: 8cb67575f1fbd48fd30281fb94a43a44230141fc
3
+ metadata.gz: e5da23c6d02affbc02bb455d2d86bd898abccdae
4
+ data.tar.gz: 5944e6fb2956770618ac9abcbfab19b702152a56
5
5
  SHA512:
6
- metadata.gz: 6c441e136f5f31a91e68169449dfddbb81cb0c9fbfc9fe045f9fef1f0ed73aa9956f00c31a381a47723dd61b5dd2b8e1fb678dfde645303ae98eda180b533247
7
- data.tar.gz: 1eae8a1dc4ba5e25e4131253795510afe0e271ed1625bb72af0f80548e400747463897b5d7a5db50c2dec6ded6f8b087df0369a069bee3db032d3f3cc09cf43c
6
+ metadata.gz: de1f38b4c3715d650be715ffff53fd0ed36c85acba0629d73c81275a7ea81660f269b65f5d692734ca1ba9a64a5cf613c9b5b2f4f6ee674ce03d007ae8fcb543
7
+ data.tar.gz: 55a50e00dc5b5ece7b8f87610a192932b966057a58fafd1afa68ed72e78142a14cd85ad6bb343cb197c16977911a9149ce4453ab397d6bcd562c6ed10e8c5a54
@@ -5,7 +5,7 @@ module SCSSLint
5
5
 
6
6
  def visit_root(node)
7
7
  engine.lines.each_with_index do |line, index|
8
- line.scan /[^"](?<![^ ] )\{/ do |match|
8
+ line.scan /[^"#](?<![^ ] )\{/ do |match|
9
9
  @lints << Lint.new(engine.filename, index + 1, description)
10
10
  end
11
11
  end
@@ -1,4 +1,4 @@
1
1
  # Defines the gem version.
2
2
  module SCSSLint
3
- VERSION = '0.20.1'
3
+ VERSION = '0.20.2'
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.20.1
4
+ version: 0.20.2
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-03-24 00:00:00.000000000 Z
12
+ date: 2014-03-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colorize