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 +4 -4
- data/README.md +3 -1
- data/lib/pronto/scss/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48716ee21c060e427f984d50587c89636e527aa8
|
|
4
|
+
data.tar.gz: 628d8830971ffde848bacf05677b2a2bcadd9364
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
data/lib/pronto/scss/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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.
|
|
26
|
+
version: 0.30.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: pronto
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|