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 +4 -4
- data/README.md +6 -1
- data/lib/pronto/shellcheck_version.rb +1 -1
- metadata +5 -25
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a747c4be83584be437422042510dcab270f797f2af489496ed2d764db98dc3b7
|
|
4
|
+
data.tar.gz: f19e5811c70ff41a1d82606ed362100eaefb332341bbe6ae4ef7abdea2a86181
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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]:
|
|
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
|
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
|
+
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:
|
|
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.
|
|
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.
|
|
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.
|
|
91
|
+
rubygems_version: 3.1.4
|
|
112
92
|
signing_key:
|
|
113
93
|
specification_version: 4
|
|
114
94
|
summary: Pronto runner for ShellCheck
|