yugabyte_ysql 0.1 → 0.2
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/lib/pg/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 656c0e92d847209ca5f7e4405a824bfefeaa016a7593c5f38f7e4dcd2931ec1f
|
|
4
|
+
data.tar.gz: 10908eb1f7fe97da084e900c9d945e8ce107adcb22c625b64945b8f6b5075af0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd66b7e6009e760208607f685c2383de80270a56329f71b7ebec7e38a0b0ea64a4a9e012733e0c65fb87cf861cebd1ec5c069d191c2fb12e78247800239214d6
|
|
7
|
+
data.tar.gz: 9bf946d8601bb2741bc26c512e9d74a9e614fa81fa07dd3b5e0a1854e87ec3dbd3c3f364adc9c34283b73e34fa314f35192af785b99101424e5c42254c1a92da
|
data/lib/pg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yugabyte_ysql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.2'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Granger
|
|
8
8
|
- Lars Kanis
|
|
9
9
|
- YugabyteDB Dev Team
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2024-06-
|
|
13
|
+
date: 2024-06-03 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: Pg_YugabyteDB is the Ruby interface to the PostgreSQL-compatible YugabyteDB.
|
|
16
16
|
It works with YugabyteDB 2.20 and later.
|
|
@@ -206,7 +206,7 @@ metadata:
|
|
|
206
206
|
source_code_uri: https://github.com/yugabyte/ruby-pg
|
|
207
207
|
changelog_uri: https://github.com/yugabyte/ruby-pg/blob/master/History.md
|
|
208
208
|
documentation_uri: http://deveiate.org/code/pg
|
|
209
|
-
post_install_message:
|
|
209
|
+
post_install_message:
|
|
210
210
|
rdoc_options:
|
|
211
211
|
- "--main"
|
|
212
212
|
- README.md
|
|
@@ -225,8 +225,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
225
225
|
- !ruby/object:Gem::Version
|
|
226
226
|
version: '0'
|
|
227
227
|
requirements: []
|
|
228
|
-
rubygems_version: 3.
|
|
229
|
-
signing_key:
|
|
228
|
+
rubygems_version: 3.1.2
|
|
229
|
+
signing_key:
|
|
230
230
|
specification_version: 4
|
|
231
231
|
summary: The Ruby interface to YugabyteDB, based on PG Ruby Driver v1.5.6
|
|
232
232
|
test_files: []
|