bundler-integrity 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/bundler-integrity +5 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9c3c4edd9e29589bf29f4a078a73a8708f17b842a7b8ce98bf65a5b840373f6
|
4
|
+
data.tar.gz: 247137efb0cf16c6718ff673236332d33e7010305b77ca732b1cef265a1e8eb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f10059dd3b50de3f70b61dfb9712111add7b5ce1f1f6745b0d67cf711ea509e713d52e04349e76091a02e24c19cf4deec75ac7d1642b064634ff1ab4bac65357
|
7
|
+
data.tar.gz: 3c9034b4905e3f7465acf76d58ef9667a044f90f08e1d05f75be93f3f22e4aeaf5a719ea977f8ac437ebdbce920e05251f03bdff07a7af09fe476cce84ac6d6a
|
data/bin/bundler-integrity
CHANGED
@@ -84,8 +84,10 @@ deps.specs.each do |spec|
|
|
84
84
|
exit 1
|
85
85
|
end
|
86
86
|
end
|
87
|
-
|
88
|
-
puts "\033[0;32m[OK]\033[0m Congratulations, you're safe and sound!"
|
89
|
-
puts "\033[0;32m[OK]\033[0m Maciej Mensfeld and the WhiteSource team wishes you a good day!"
|
90
87
|
end
|
91
88
|
end
|
89
|
+
|
90
|
+
unless PRINT_EXPORT
|
91
|
+
puts "\033[0;32m[OK]\033[0m Congratulations, you're safe and sound!"
|
92
|
+
puts "\033[0;32m[OK]\033[0m Maciej Mensfeld and the WhiteSource team wishes you a good day!"
|
93
|
+
end
|