pronto-shellcheck 0.1.4 → 0.1.5

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
  SHA256:
3
- metadata.gz: 528249bb482bb040da165a4bb630c96505aadb6e2e5d534809e79986b752c2e8
4
- data.tar.gz: 6f9c8e52b11379626ac4559b1d0a0c6575ef31b16ea8fc168a71b48d59088202
3
+ metadata.gz: a747c4be83584be437422042510dcab270f797f2af489496ed2d764db98dc3b7
4
+ data.tar.gz: f19e5811c70ff41a1d82606ed362100eaefb332341bbe6ae4ef7abdea2a86181
5
5
  SHA512:
6
- metadata.gz: bca3cc4e5e3a462adfb034c4404afc58f478bb6bc17cacee418347133542846e4a34e0a9df2a8228ca191cd0d7514858db717dc2595aab5f3d26e153c10e19f8
7
- data.tar.gz: d7989ba0f9fada5cc707b35492191157134105d402105cb2eed7191e5cf8c061cff71b82432309179c5565e8002187fa5811768cfecc24626bf81783e612d619
6
+ metadata.gz: 1b4b39752407f341a7ebc9876e768a08037e27e1acedee65e2ddaf704ceac8ef368a5ad5253ed94d5ddcd696e5d3b682756f8657dce79227707aedf11b69c695
7
+ data.tar.gz: ce9614448fc7a6a4d4235bfebcf1b89b59e44f1e0a5aefcae9f9bb2a9fa3aa3af3edae7dc5ef7c662f472bc0a838dbe1935f19613516cc579e9cf8f48ac57647
data/README.md CHANGED
@@ -6,6 +6,10 @@
6
6
 
7
7
  Pronto runner for [ShellCheck](https://www.shellcheck.net). [What is Pronto?](https://github.com/mmozuras/pronto)
8
8
 
9
+ ## Installation
10
+
11
+ See this gem's page on [RubyGems.org][rubygems].
12
+
9
13
  ## Prerequisites
10
14
 
11
15
  You'll need to install [shellcheck by yourself](https://github.com/koalaman/shellcheck#installing). If `shellcheck` is in your `PATH`, everything will simply work.
@@ -14,4 +18,5 @@ You'll need to install [shellcheck by yourself](https://github.com/koalaman/shel
14
18
 
15
19
  Pass any options you would pass to `shellcheck` with the [`SHELLCHECK_OPTS` environment variable](shellcheck_opts) to `pronto run`; e.g., `SHELLCHECK_OPTS='-x' pronto run`.
16
20
 
17
- [shellcheck_opts]: [https://github.com/koalaman/shellcheck/wiki/Integration#allow-passing-through-or-configuring-the-environment-variable-shellcheck_opts]
21
+ [shellcheck_opts]: https://github.com/koalaman/shellcheck/wiki/Integration#allow-passing-through-or-configuring-the-environment-variable-shellcheck_opts
22
+ [rubygems]: https://rubygems.org/gems/pronto-shellcheck
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module ShellCheckVersion
3
- VERSION = '0.1.4'.freeze
3
+ VERSION = '0.1.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-shellcheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Alvarez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-20 00:00:00.000000000 Z
11
+ date: 2021-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pronto
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: 0.11.0
22
+ version: 0.12.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,27 +29,7 @@ dependencies:
29
29
  version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: 0.11.0
33
- - !ruby/object:Gem::Dependency
34
- name: rake
35
- requirement: !ruby/object:Gem::Requirement
36
- requirements:
37
- - - ">"
38
- - !ruby/object:Gem::Version
39
- version: '11.0'
40
- - - "<"
41
- - !ruby/object:Gem::Version
42
- version: '13.0'
43
- type: :development
44
- prerelease: false
45
- version_requirements: !ruby/object:Gem::Requirement
46
- requirements:
47
- - - ">"
48
- - !ruby/object:Gem::Version
49
- version: '11.0'
50
- - - "<"
51
- - !ruby/object:Gem::Version
52
- version: '13.0'
32
+ version: 0.12.0
53
33
  - !ruby/object:Gem::Dependency
54
34
  name: rspec
55
35
  requirement: !ruby/object:Gem::Requirement
@@ -108,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
88
  version: '0'
109
89
  requirements:
110
90
  - shellcheck (in PATH)
111
- rubygems_version: 3.0.3
91
+ rubygems_version: 3.1.4
112
92
  signing_key:
113
93
  specification_version: 4
114
94
  summary: Pronto runner for ShellCheck