seamless_database_pool 1.0.10 → 1.0.11

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.
@@ -30,7 +30,6 @@ module ActiveRecord
30
30
  read_connections << conn
31
31
  pool_weights[conn] = read_config[:pool_weight]
32
32
  rescue Exception => e
33
- raise e # TODO remove
34
33
  if logger
35
34
  logger.error("Error connecting to read connection #{read_config.inspect}")
36
35
  logger.error(e)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: seamless_database_pool
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.10
5
+ version: 1.0.11
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brian Durand
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-10-06 00:00:00 -05:00
13
+ date: 2011-11-21 00:00:00 -06:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency