bauditor 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bauditor/cli.rb +0 -1
- data/lib/bauditor/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b19fa18789090ec04e320d6e1415d75521a42319
|
4
|
+
data.tar.gz: 608eacff2f13d9e3a8f05cbb164c5343776d2d37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa3e35a62d8a726a91ab96b2663014002762f31b2a60e157506f18bdffa693ca79ead4a72129f8e86fde011e80a1539d3b18517f3628c5a69c39579ec6811285
|
7
|
+
data.tar.gz: a111c01f80b436716645b4533be651396874069c64ff8504597d345ea9b55581b35535b000b522a1aa06040c873f26689a59010460495e7ee3403d2b6f567c86
|
data/lib/bauditor/cli.rb
CHANGED
@@ -25,7 +25,6 @@ module Bauditor
|
|
25
25
|
desc: 'Path to file containing repositories one per line.'
|
26
26
|
|
27
27
|
def audit
|
28
|
-
puts options
|
29
28
|
if options[:repos].nil? && options[:config].nil?
|
30
29
|
puts 'Please provide either a list of repos (--repos=one two)'
|
31
30
|
puts 'or a configuraiton file --config=repos.cfg'
|
data/lib/bauditor/version.rb
CHANGED