yugabytedb-ysql 0.6 → 0.7
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/Gemfile +1 -0
- data/lib/ysql/load_balance_service.rb +1 -0
- data/lib/ysql/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d02d007bdda7a17a7174d81c231913a7ab329d21be1f679a665c8313111c68e
|
|
4
|
+
data.tar.gz: 0742f42f8f4f315659e55db9b51064b1af236e6ebca876cab0436f300b7b3e74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34e979bb7eaed1425377a3b305ae51e002dc472c4bf4605b8b94ee403bf0b626d7e603c325a3f9fb421dc6fc1137111586987eeefba402545f4426e2d2173779
|
|
7
|
+
data.tar.gz: 4092d1001dd0c47946d2c256b3a09b96f19b7daba7c1f1ea436266bb7a330f43f837184fd2a86f4f3d60d19cd7909102aa5796df49bf909361d536969fa50d74
|
data/Gemfile
CHANGED
|
@@ -12,6 +12,7 @@ group :development, :test do
|
|
|
12
12
|
gem "rdoc", "~> 6.4"
|
|
13
13
|
gem "rspec", "~> 3.5"
|
|
14
14
|
gem 'concurrent-ruby', require: 'concurrent'
|
|
15
|
+
gem 'logger'
|
|
15
16
|
# "bigdecimal" is a gem on ruby-3.4+ and it's optional for ruby-pg.
|
|
16
17
|
# Specs should succeed without it, but 4 examples are then excluded.
|
|
17
18
|
# gem "bigdecimal", "~> 3.0"
|
data/lib/ysql/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yugabytedb-ysql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.7'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Granger
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2025-01-
|
|
13
|
+
date: 2025-01-17 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.
|