firespring_dev_commands 1.5.0 → 1.5.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c3c168777840a74d673865425bb46fc40829a400da55eaf02ff41ed49ea313d6
|
|
4
|
+
data.tar.gz: bdd2000d78e663d5bd2b1cfe2cf0c0f343eed6041bdb38cf3936939b64a93c85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfa2fc2f86ec206c038883915b483a52608d020b9ad1251b22c8a76aa2704c98417f6a13f1528a4d66d412233d533333b6aebad3a6a136ea362f0d7cd600ef3a
|
|
7
|
+
data.tar.gz: 4c08e59208aa3298b04ee2dcb7367fcfd66192bbb5adad7644fa7dd34be197541badbfab8c16c16fea3476fad60d27ec5491fc787e373811df8daae6b3e53355
|
|
@@ -32,7 +32,9 @@ module Dev
|
|
|
32
32
|
# Exit with a non-zero status if any vulnerabilities were found
|
|
33
33
|
def check
|
|
34
34
|
puts(to_s)
|
|
35
|
-
|
|
35
|
+
return if filtered_items.empty?
|
|
36
|
+
|
|
37
|
+
at_exit { exit(1) }
|
|
36
38
|
end
|
|
37
39
|
|
|
38
40
|
# Returns a string representation of this audit report
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: firespring_dev_commands
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Firespring
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -457,7 +457,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
457
457
|
- !ruby/object:Gem::Version
|
|
458
458
|
version: '0'
|
|
459
459
|
requirements: []
|
|
460
|
-
rubygems_version: 3.
|
|
460
|
+
rubygems_version: 3.3.25
|
|
461
461
|
signing_key:
|
|
462
462
|
specification_version: 4
|
|
463
463
|
summary: Development environment maintenance command library
|