itamae 1.0.0.beta43 → 1.0.0.beta44
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 +4 -4
- data/lib/itamae/resource/base.rb +1 -2
- data/lib/itamae/version.txt +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: 17f9bf959f475d6e6850dbc37dacc9cf0a94bd49
|
|
4
|
+
data.tar.gz: 773577a6b48749d2e2bb8f69613707a3c93bbb49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73ad64bc7db28c8e27cc68ab19d617fd6a81af7bede6ab28535899891730dd2cd398ad21150abc171ea0ddb20d3c0f80b57a1e2341ac8f9df3d7f1a50d43fa91
|
|
7
|
+
data.tar.gz: 3e2b064d6a2910cf159c03ea06868aba3fdcb3300d50d4431e899ddb51ec2a22f469c08b776f2b237e1fc165eaae1639901830d0ca1b84dce43eef2f73f2a48e
|
data/lib/itamae/resource/base.rb
CHANGED
|
@@ -108,8 +108,7 @@ module Itamae
|
|
|
108
108
|
end
|
|
109
109
|
|
|
110
110
|
def run(specific_action = nil, options = {})
|
|
111
|
-
|
|
112
|
-
Logger.info "#{resource_type} (#{attributes_without_action})..."
|
|
111
|
+
Logger.info "#{resource_type}[#{resource_name}]"
|
|
113
112
|
|
|
114
113
|
Logger.formatter.indent do
|
|
115
114
|
if do_not_run_because_of_only_if?
|
data/lib/itamae/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.0.
|
|
1
|
+
1.0.0.beta44
|