replica_pools 2.2.0.beta1 → 2.2.0
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 +4 -4
- data/README.md +4 -0
- data/lib/replica_pools/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 462aae1dab48a6627d29f3181b50f1c3308dad3ba815a29bb42f99e8a5e8d52f
|
|
4
|
+
data.tar.gz: 6104dc1df24757864e2be2db306c2dd52781453c80c6c7b268e2302659766a90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d023920b32b935399f3ecf0ee44d74a1050a63c836ce3ea56ce22046b09994aa490df66d0c3ba5d1b578e8fbdf70470158028612f2f1c3fac883c72aeb7713cf
|
|
7
|
+
data.tar.gz: 8bfe386f6d12b1a706852cc734f3eef33dcf6c686a1726bebf628bee42b0e57030abb9ac58afa67ba579d22e118bf2a49b4e37c182367d536bff8b2990518543
|
data/README.md
CHANGED
|
@@ -186,6 +186,10 @@ Then you can run tests with:
|
|
|
186
186
|
$ bundle exec rake spec
|
|
187
187
|
```
|
|
188
188
|
|
|
189
|
+
## Releasing a New Version
|
|
190
|
+
|
|
191
|
+
First bump the version as appropriate in `lib/replica_pools/version.rb` and then run `bundle exec rake release`. This will push git tags to github and package and push the gem to rubygems.org.
|
|
192
|
+
|
|
189
193
|
## Authors
|
|
190
194
|
|
|
191
195
|
Author: Dan Drabik, Lance Ivy
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: replica_pools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.0
|
|
4
|
+
version: 2.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Drabik
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2020-01-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activerecord
|
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
139
|
version: '1.2'
|
|
140
140
|
requirements: []
|
|
141
|
-
rubygems_version: 3.
|
|
141
|
+
rubygems_version: 3.1.2
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: Connection proxy for ActiveRecord for leader / replica setups.
|