believer 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,7 +42,7 @@ module Believer
42
42
  end
43
43
 
44
44
  def connection_configuration
45
- @connection_configuration ||= configuration.reject_if {|k, v| k == :pool}
45
+ @connection_configuration ||= configuration.reject {|k, v| k == :pool}
46
46
  end
47
47
 
48
48
  def create_connection(options = {})
@@ -1,5 +1,5 @@
1
1
  module Believer
2
2
  module Version
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: believer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: