producer-core 0.5.4 → 0.5.5
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa873a01c9503983443874f3bcdf325e418b506f
|
|
4
|
+
data.tar.gz: ebf1fcb7e63d7f65e2f85934c1f0f355c04ccc1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e82bc509678827303e509e0e4db52a132edee82d28c0fc05866f9446a12e3316f9c074c9bc1fb1cebc2a5d4179ee7ff557f1fddbf28bb56822d09a7a033afafe
|
|
7
|
+
data.tar.gz: ef832213163e3236c3b90eed9c97e98ce44cb199558ccf56809e187a149ef5f3c7c587385d86acd453deb184bcad83e93a69aeb1199a604fdacf440212734dd0
|
|
@@ -57,11 +57,11 @@ When /^I successfully execute the recipe on remote target$/ do
|
|
|
57
57
|
run_recipe remote: true, check: true
|
|
58
58
|
end
|
|
59
59
|
|
|
60
|
-
When /^I successfully execute the recipe on remote target with
|
|
60
|
+
When /^I successfully execute the recipe on remote target with options? (-.+)$/ do |options|
|
|
61
61
|
run_recipe remote: true, options: options, check: true
|
|
62
62
|
end
|
|
63
63
|
|
|
64
|
-
When /^I successfully execute the recipe with
|
|
64
|
+
When /^I successfully execute the recipe with options? (-.+)$/ do |options|
|
|
65
65
|
run_recipe options: options, check: true
|
|
66
66
|
end
|
|
67
67
|
|