redis-repeater 0.2.2 → 0.2.3

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.
data/bin/redis-repeater CHANGED
@@ -23,7 +23,7 @@ class RedisRepeaterController < Pidly::Control
23
23
 
24
24
  end
25
25
 
26
- @daemon = RedisRepeaterController.spawn :name => 'redis_repeater', :verbose => true
26
+ @daemon = RedisRepeaterController.spawn :name => 'redis_repeater', :verbose => false, :logger => false
27
27
 
28
28
  # Handle the command
29
29
  commands = %w{start stop status restart clean! kill}
@@ -1,5 +1,5 @@
1
1
  module RedisRepeater
2
2
 
3
- VERSION = [0, 2, 2]
3
+ VERSION = [0, 2, 3]
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.2
5
+ version: 0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Crepezzi