pebbles-river 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Pebbles
2
2
  module River
3
- VERSION = '0.1.7'
3
+ VERSION = '0.1.8'
4
4
  end
5
5
  end
@@ -43,7 +43,11 @@ module Pebbles
43
43
  end
44
44
 
45
45
  @queue_options = (options[:queue] || {}).freeze
46
- @managed_acking = !!options.fetch(:managed_acking, true)
46
+ if options[:managed_acking] != nil
47
+ @managed_acking = !!options.fetch(:managed_acking, true)
48
+ else
49
+ @managed_acking = true
50
+ end
47
51
  @on_exception = options[:on_exception] || ->(*args) { }
48
52
  @handler = handler
49
53
  @river = River.new
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pebbles-river
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: