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: 16d8ae5e018cf7119133db4e66cb45e65968d5cb
4
- data.tar.gz: ebf748b1ff1b69cb164944d3d79ff793034ae96a
3
+ metadata.gz: aa873a01c9503983443874f3bcdf325e418b506f
4
+ data.tar.gz: ebf1fcb7e63d7f65e2f85934c1f0f355c04ccc1f
5
5
  SHA512:
6
- metadata.gz: 7dc96606375db298254e9cd4cb58d66cbb2e6f8603645a2e2b5b27fd5cc02e82301c0974762d49bfc98be14c3c07b879b980465537f9bacc753f82f09a25d665
7
- data.tar.gz: 0d00d54320298c55eb6fbc9d97b6329bf2a96c38df3e08946af0f1cd17e1afffe6ed5a7d50a2a12c927ef166340bd2a6bbf9c304faef76d73757a2b44fc4bec2
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 option? (-.+)$/ do |options|
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 option? (-.+)$/ do |options|
64
+ When /^I successfully execute the recipe with options? (-.+)$/ do |options|
65
65
  run_recipe options: options, check: true
66
66
  end
67
67
 
@@ -1,5 +1,5 @@
1
1
  module Producer
2
2
  module Core
3
- VERSION = '0.5.4'.freeze
3
+ VERSION = '0.5.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: producer-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thibault Jouan