pronto-stylelint 0.7.1 → 0.8.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 +4 -4
- data/README.md +6 -0
- data/lib/pronto/stylelint/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b206a0bc91bbecd5455cbf0de40c98951d8bb261
|
4
|
+
data.tar.gz: 7aa859d13a2bcb7c983fc427676ece2ad757291a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c682b8b325736829e9153abda2c94f954cdab54e7d40c830c06ec8af54da454ddcf47cb1e53e378dd51bf1707f873b1931f0cbb782155ab3455901c81773a16
|
7
|
+
data.tar.gz: 30585140558e28033336435e98e4cf2872a9845374d3e6cfdffc1971ab8a80428fefab7a45ea6bdf2549ca6ef87eb4556fdbafea9199f8e52b1a7955ff29996b
|
data/README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# Pronto runner for stylelint (using stylelint from npm)
|
2
2
|
|
3
|
+
[](http://badge.fury.io/rb/pronto-stylelint)
|
4
|
+
[](https://travis-ci.org/kevinjalbert/pronto-stylelint)
|
5
|
+
[](https://codeclimate.com/github/kevinjalbert/pronto-stylelint)
|
6
|
+
[](https://codeclimate.com/github/kevinjalbert/pronto-stylelint/coverage)
|
7
|
+
[](https://gemnasium.com/github.com/kevinjalbert/pronto-stylelint)
|
8
|
+
|
3
9
|
Pronto runner for [stylelint](http://stylelint.io), the mighty, modern CSS linter. [What is Pronto?](https://github.com/mmozuras/pronto)
|
4
10
|
|
5
11
|
Uses official stylelint executable installed by `npm`.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pronto-stylelint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin Jalbert
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pronto
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.8.2
|
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.8.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -64,7 +64,7 @@ files:
|
|
64
64
|
- README.md
|
65
65
|
- lib/pronto/stylelint.rb
|
66
66
|
- lib/pronto/stylelint/version.rb
|
67
|
-
homepage:
|
67
|
+
homepage: https://github.com/kevinjalbert/pronto-stylelint
|
68
68
|
licenses:
|
69
69
|
- MIT
|
70
70
|
metadata: {}
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
requirements:
|
86
86
|
- stylelint (in PATH)
|
87
87
|
rubyforge_project:
|
88
|
-
rubygems_version: 2.
|
88
|
+
rubygems_version: 2.6.11
|
89
89
|
signing_key:
|
90
90
|
specification_version: 4
|
91
91
|
summary: Pronto runner for stylelint, the mighty, modern CSS linter.
|