redis-repeater 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ module RedisRepeater
24
24
  end
25
25
  # Keep the count and log a debug message
26
26
  @source.incrby("redis-repeater:#{@queue}:count", count) if @maintain_count
27
- @logger.debug "Transported #{count} items from #{@queue} to #{@destinations.count} #{@destinations.count == 1 ? 'destination' : 'destinations'}"
27
+ @logger.debug "Transported #{count} items from #{@queue} to #{@destinations.count} #{@destinations.count == 1 ? 'destination' : 'destinations'}" unless count == 0
28
28
  end
29
29
 
30
30
  end
@@ -1,5 +1,5 @@
1
1
  module RedisRepeater
2
2
 
3
- VERSION = [0, 2, 5]
3
+ VERSION = [0, 2, 6]
4
4
 
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: redis-repeater
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.5
5
+ version: 0.2.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Crepezzi