itamae 1.3.2 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/itamae/cli.rb +2 -2
- data/lib/itamae/version.txt +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ad665ed56e3ebcad528cbfd6a6a6b1d3b77f084
|
4
|
+
data.tar.gz: 989188954e3f2f2062a6a21397b54a4bc81c3afc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a3708718a9b72bc1403bb85c4fbf283dc83f58aa9709ea8ddc60f27d1e1a0dec3a3e0ba1ae1a5890237f7fd8772f59a918030bac7d7406e95d946a25a3f8e54
|
7
|
+
data.tar.gz: 6780d1cf5dda81bbb1cd2966f06b87ad1c12420e3df4557f123ed8b50a46575841f9bcdbca9aed7bea70be615637e12d7038a258ce36ba317707d5f124a660c5
|
data/CHANGELOG.md
CHANGED
data/lib/itamae/cli.rb
CHANGED
@@ -59,7 +59,8 @@ module Itamae
|
|
59
59
|
option :node_yaml, type: :string, aliases: ['-y']
|
60
60
|
option :dry_run, type: :boolean, aliases: ['-n']
|
61
61
|
option :ohai, type: :boolean, default: false, desc: "This option is DEPRECATED and will be inavailable."
|
62
|
-
option :image, type: :string,
|
62
|
+
option :image, type: :string, desc: "This option or 'container' option is required."
|
63
|
+
option :container, type: :string, desc: "This option or 'image' option is required."
|
63
64
|
option :tls_verify_peer, type: :boolean, default: true
|
64
65
|
def docker(*recipe_files)
|
65
66
|
if recipe_files.empty?
|
@@ -75,4 +76,3 @@ module Itamae
|
|
75
76
|
end
|
76
77
|
end
|
77
78
|
end
|
78
|
-
|
data/lib/itamae/version.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.3
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itamae
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryota Arai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|