active_replicas 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a1293906120bdb5cb8986952874432459e1595f
4
- data.tar.gz: 36bfcfcddeeb3eafb1c867780c5fec272784c608
3
+ metadata.gz: 427ca73933de1c1f3074567a2658ae21bf7b4a2d
4
+ data.tar.gz: cec562e1e12412a2e37f31b28e67b854bc384900
5
5
  SHA512:
6
- metadata.gz: dc09554ca185d85c1e13198594e24ea0cb5231fefa8cfd50250bbcf0b4f9d62488980be816bde797c3f3ffee1244819691226d103a8a5699a387bd8ed60fbb09
7
- data.tar.gz: 5aeed1edb7fcef59b66da87ba322e3d54291e9b7380cdb999da7b04251ac5e3d27bf3a3fb0337b90326494d2d033a8faba87ac7e9f61db91f2c2230a87d10cf3
6
+ metadata.gz: 72d817738a586ed4c80c844e0308f6e941ed26aef8194280da3f8c659e481ad97b0ad56ffef83eef7b88decd85473a25aac5269598a1dee51ffe855fd6fb4308
7
+ data.tar.gz: 176e55128a50a79874164e8559579c76da9d197996bc1ce3e5b44e3baaedcec9d0495fc9735551cb22668a87c8310254b604090ae49cb69bd0fcfe84d6340f93
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- active_replicas (0.1.0)
4
+ active_replicas (0.1.1)
5
5
  concurrent-ruby (~> 1.0)
6
6
 
7
7
  GEM
@@ -25,7 +25,7 @@ module ActiveReplicas
25
25
 
26
26
  # Returns an instance of `ActiveRecord::ConnectionAdapters::ConnectionPool`
27
27
  # configured with the given specification.
28
- def self.connection_pool_for_spec(spec)
28
+ def self.connection_pool_for_spec(config_spec)
29
29
  @@resolver ||= ActiveRecord::ConnectionAdapters::ConnectionSpecification::Resolver.new({})
30
30
 
31
31
  # Turns a hash configuration into a `ConnectionSpecification` that can
@@ -1,3 +1,3 @@
1
1
  module ActiveReplicas
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_replicas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dirk Gadsden