rails_database_await 0.1.0 → 1.0.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/CHANGELOG.md +4 -1
- data/lib/rails_database_await/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: e329913c658cd66db78156617934f1b24cc16393432627cd8cf08099992fcb9d
|
|
4
|
+
data.tar.gz: ec25d40a7cb5d86ae80f38445b0901ea3f739702832e1cabbbb5c1050553ae05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf0769d76dd1aa1d31cf6cdc221ac5f9a90fa2aad7b2c865e6af0a72401b34cda22c7b0557462b3fb6c24f54775c0bae33ef23da298f330f7f30ee27e22cb6a4
|
|
7
|
+
data.tar.gz: f2692e478f4436fc9d3cbd90e8e3d7878e04eae6af92aabad7e956f347b744c5d847f56d28ac70b03cc399f57a384db528269574d7d8072f8067961eb9a7b1a1
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_database_await
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ApoEx
|
|
@@ -14,14 +14,14 @@ dependencies:
|
|
|
14
14
|
name: activerecord
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '3'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '3'
|
|
27
27
|
description: Await readiness of database, when using Google Cloud SQL Auth Proxy for
|