ebisu_connection 2.4.0.rc1 → 2.4.0.rc2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8c6241ca58f74a40f35eeabbead0c1a09b0123b5
4
- data.tar.gz: 69e07131acae59f06805441cc3e79b8f6b370776
3
+ metadata.gz: 966b358b84a8edb4e170c9c51f1c5987ab3cec95
4
+ data.tar.gz: '08aba0c7eaab8587d89fad54c008500e8a8bc2f5'
5
5
  SHA512:
6
- metadata.gz: 41281a706b834dd6c92d97774019a871f9bc416c33f701b5fa10935cd41e4c1e6c5b6bcdc311c873e2da40202022d00170467b73a09e14c1f9c269eecf43f1c8
7
- data.tar.gz: 831357fd7126ee7765c92240aa5e65397e0f14e358cb096b98b48147a97a1f327311428f3d1fbf68bbe7446ba3eef19031b746082f6831f2dcd7849ae77a6977
6
+ metadata.gz: a8fad03b035e87553c212ef7a2b79336ecaa2446e9591b6ac56668c6b382f4338ac7e571a0000af501ea0e0a7781cdfdce31e6bf932b463d701b1a1c8e18a78a
7
+ data.tar.gz: 3b5efc1dd95d8da14da2dbe29759e3c4cf96db03b791bb66d702c6c66cba7d6cc7cca241f94feeedeea26442ff35b036d067a2900f918b85b2192a299ab63dc5
@@ -24,13 +24,13 @@ module EbisuConnection
24
24
  end
25
25
 
26
26
  def put_aside!
27
- @replicas.each_value do |pool|
27
+ @replicas.each do |pool|
28
28
  pool.release_connection if pool.active_connection? && !pool.connection.transaction_open?
29
29
  end
30
30
  end
31
31
 
32
32
  def clear_all_connections!
33
- @replicas.each_value do |pool|
33
+ @replicas.each do |pool|
34
34
  pool.disconnect!
35
35
  end
36
36
  end
@@ -1,3 +1,3 @@
1
1
  module EbisuConnection
2
- VERSION = "2.4.0.rc1"
2
+ VERSION = "2.4.0.rc2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ebisu_connection
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0.rc1
4
+ version: 2.4.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - tsukasaoishi