pipeline_toolkit 1.2.3 → 1.2.4

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.
@@ -29,8 +29,8 @@ module PipelineToolkit
29
29
  number.times do
30
30
  message = @mq.queue(queue).pop
31
31
  sleep(0.1)
32
- retry if message.payload == :queue_empty
33
- received_msgs << MessageCoder.decode(message.payload)
32
+ retry if message[:payload] == :queue_empty
33
+ received_msgs << MessageCoder.decode(message[:payload])
34
34
  end
35
35
  end
36
36
  received_msgs
@@ -1,4 +1,3 @@
1
- require 'pipeline_toolkit/open_hash'
2
1
  require 'pipeline_toolkit/cucumber/amqp'
3
2
  require 'pipeline_toolkit/cucumber/in_out_process'
4
3
  require 'pipeline_toolkit/cucumber/machine'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 2
8
- - 3
9
- version: 1.2.3
8
+ - 4
9
+ version: 1.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aisha Fenton