henry-dummy 0.0.4 → 0.0.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: 80fd51db96f8451fd51e0262a20267fa01f913ba
4
- data.tar.gz: de2781560396d9a869b85d97b4f5f9605836a6ca
3
+ metadata.gz: 122928269915f95f16786f2ec6fc5a1dd084b04a
4
+ data.tar.gz: 27de2d837c494523d828452099da215666a540f8
5
5
  SHA512:
6
- metadata.gz: f69f681d78f7d3ec8233d158f7daeae4c7612faea270410cd25d8372cd68ea75796aa9e788fca594d56dfa763ff41c5965dafb893ddac82ff43c81df02fc51af
7
- data.tar.gz: d80be71dd9a5b8d105d5a0e425f970bffffac02e9cb1732c3fdf7fb42b4fd8eec36a92120d92732fc80da4d1f81eb4fd96bd95cecbaa36a9455e0e04695fca4e
6
+ metadata.gz: a95b4eda05c63e497b3293937ba53fcf53bc2fb18b2ddeaadff9a897027695392f714bb7bdaee58b5b69d018537e2ab94bd8d16929adf379f35459ac58fdd341
7
+ data.tar.gz: 7925b730e936db6c4d45385caea0acaa1667c65dd5cfa012307d1a9aeb04a5d1fdaea898d5b808ebed8b3f674ebfb6015f5c3950596928dd8bfd7499ef688d03
data/henry-dummy.gemspec CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
5
5
  s.homepage = 'http://gitorious.despegar.it/henry-self-test/ruby-crash-dummy'
6
6
  s.name = 'henry-dummy'
7
7
  s.summary = 'Henry library to recreate testing scenarios.'
8
- s.version = '0.0.4'
8
+ s.version = '0.0.5'
9
9
 
10
10
  s.require_paths = ['lib']
11
11
 
@@ -8,7 +8,7 @@ module Henry
8
8
  #
9
9
  # @param [Hash] params the task params.
10
10
  # @param [Hash] extended_context task extended context.
11
- def configure(params, extended_context={})
11
+ def configure(params, extended_context={}, options={})
12
12
  @actions = (params['actions'] || []).collect do |action|
13
13
  OpenStruct.new({
14
14
  command: action['type'].downcase.to_sym,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: henry-dummy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Decurnex