stacker_bee 2.1.1.pre304 → 2.1.1.pre305
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 +8 -8
- data/bin/stacker_bee +3 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDRmMDE1Yzg2ZTE2YzVhYzUwNWFkNzM0YWJkMGI4YTZmYWE5NzI1Nw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NjgwOTUxZWQ0YjIzNTY2Yzg1ODkyYjc3NmUyMzAzODEzNjc4OThhYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NjBiMGQ2ODhlODhmOTFlMzc1OTQ1MDBlODg4NDMzOGZlY2RmNDZkMDA1MGQy
|
|
10
|
+
OTJmMGQxZThlZjEyYzhiYTdmNThmYjFlOWZiMTA3ZjBhNTQ2MTQ5MTkyOTRi
|
|
11
|
+
YWNhYTVjNDBjOTk0MjA0ZGRiNGY0ZjU0NjEwNGYzYTZmZWMxY2M=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZDFlYzk0MDhmOWZjZGQyODQ1YjgwMTNkNjU4MzczYzhiMTk3N2UxNTA3Y2Zj
|
|
14
|
+
YjAwYmU0ZDZkNWUwNjQxZDExZTU4YjU1NTQxZTQxYjAxNGEzZDA2MGJhOWUx
|
|
15
|
+
ZmNlMjY5MDRiNDVjYzRkZGMxOWJhYzQwOGViYTU0YTc3ODVhMzk=
|
data/bin/stacker_bee
CHANGED
|
@@ -59,8 +59,9 @@ begin
|
|
|
59
59
|
end
|
|
60
60
|
unless options.keys.include?(:config) ||
|
|
61
61
|
([:api_key, :secret_key, :url] - options.keys).empty?
|
|
62
|
-
puts
|
|
63
|
-
|
|
62
|
+
puts \
|
|
63
|
+
'Please specify a config file with --config, or all of the following: ' \
|
|
64
|
+
'--api_key, --secret_key and --url'
|
|
64
65
|
exit
|
|
65
66
|
end
|
|
66
67
|
rescue OptionParser::InvalidOption, OptionParser::MissingArgument
|