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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59c202087c5b0c66e52e6924c18cdf2a7e022bfe
4
- data.tar.gz: 11ffa2311f8f38b2d11b7eedad286dffd32eaac9
3
+ metadata.gz: b206a0bc91bbecd5455cbf0de40c98951d8bb261
4
+ data.tar.gz: 7aa859d13a2bcb7c983fc427676ece2ad757291a
5
5
  SHA512:
6
- metadata.gz: 513e5ded3a737d2a12707f1c6ed5c60c176486d9ec0b24da9d754fd835120e2993c6ff9b7f780555f41a6765b0b3d484d2c41b745aa828e4dbecf130a5ab6983
7
- data.tar.gz: 5dbab0600b4b1b18e43e0a5d45fa25ee735f23ce4bd86dc5793d213ba2e9992f660a742cb076a5e7c90b5c9f8a44bdfda70c21c61106ffbf65daf9da55132049
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
+ [![Gem Version](https://badge.fury.io/rb/pronto-stylelint.svg)](http://badge.fury.io/rb/pronto-stylelint)
4
+ [![Build Status](https://travis-ci.org/kevinjalbert/pronto-stylelint.svg?branch=master)](https://travis-ci.org/kevinjalbert/pronto-stylelint)
5
+ [![Code Climate](https://codeclimate.com/github/kevinjalbert/pronto-stylelint/badges/gpa.svg)](https://codeclimate.com/github/kevinjalbert/pronto-stylelint)
6
+ [![Test Coverage](https://codeclimate.com/github/kevinjalbert/pronto-stylelint/badges/coverage.svg)](https://codeclimate.com/github/kevinjalbert/pronto-stylelint/coverage)
7
+ [![Dependency Status](https://gemnasium.com/badges/github.com/kevinjalbert/pronto-stylelint.svg)](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`.
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module StylelintVersion
3
- VERSION = '0.7.1'.freeze
3
+ VERSION = '0.8.2'.freeze
4
4
  end
5
5
  end
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.7.1
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: 2016-12-02 00:00:00.000000000 Z
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.7.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.7.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: http://github.org/kevinjalbert/pronto-stylelint
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.5.1
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.