pronto-scss 0.3.0 → 0.3.1

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: 2093f9c9bb99210f9f645db55a378743057cbd5e
4
- data.tar.gz: d61aa9875fcf2a4f8aa9c6017e0f4133f6c4de9b
3
+ metadata.gz: 48716ee21c060e427f984d50587c89636e527aa8
4
+ data.tar.gz: 628d8830971ffde848bacf05677b2a2bcadd9364
5
5
  SHA512:
6
- metadata.gz: 2d8b850b4970fb3adb37a7bf0761cda9e9b34d65b9e1757186a5672feb750d55b2cfa8c671c44d472e1b0ab74057d46d340dea46bc3bd190053e3064379614eb
7
- data.tar.gz: 27bc07054b5cc5f2c11efba712a21bdf1941ce86e381f82e8d6f49afceb8ec46857256adeb2bd9e04f4e5da0d4095a930200abeb41617b1bfcfd3b3683819b46
6
+ metadata.gz: 068c941c41e1d37662a5d9966a8fa51073a93e6839a4ab83f0a3c8ea21cec50ff1b87adf067f2b0b36e22beb3d7d4bcd2b7add6220512b1f7dba7bdc92041ca4
7
+ data.tar.gz: 007e486f36f265a4f0e5e96dab3fa79f6c3c8beb81b9dc0b9c462dae102b1433c0a341512d76eae5dc93657868fa234e841d9a8ae9b99ac4f127aaf81a843d19
data/README.md CHANGED
@@ -9,4 +9,6 @@ Pronto runner for [SCSS-Lint](https://github.com/causes/scss-lint), tool to help
9
9
 
10
10
  ## Configuration
11
11
 
12
- Configuring SCSS-Lint via .scss-lint.yml will work just fine with pronto-scss.
12
+ Configuring SCSS-Lint via [.scss-lint.yml](https://github.com/causes/scss-lint#configuration) will work just fine with pronto-scss.
13
+
14
+ When putting pronto-scss in your Gemfile, add `require: false`. SCSS-Lint monkey patches a number of classes, which can lead to trouble if always required.
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module ScssVersion
3
- VERSION = '0.3.0'
3
+ VERSION = '0.3.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-scss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mindaugas Mozūras
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-22 00:00:00.000000000 Z
11
+ date: 2014-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: scss-lint
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.29.0
19
+ version: 0.30.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.29.0
26
+ version: 0.30.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pronto
29
29
  requirement: !ruby/object:Gem::Requirement