pipeline_toolkit 1.2.21 → 1.2.22

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.
@@ -244,7 +244,7 @@ module PipelineToolkit
244
244
  def write(message)
245
245
  DefaultLogger.debug("MessageSubscriber#write(#{message.inspect})")
246
246
  @count += 1
247
- total_messages += 1
247
+ @total_messages += 1
248
248
  write_to_pipe(message)
249
249
  end
250
250
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 2
8
- - 21
9
- version: 1.2.21
8
+ - 22
9
+ version: 1.2.22
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aisha Fenton