red-arrow-flight-sql 11.0.0 → 12.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16bf8588b6f2713d89bfe82316497837d21332274d41f617659a2740e95a7b39
4
- data.tar.gz: 1d25f5379e04d77a416638516b8d5994742c1a67db2d2e30c4c289688573aa83
3
+ metadata.gz: ec7b779d309643da5728708a5cc0508131f09d0cb924d3515268bca4d640007c
4
+ data.tar.gz: ca933a82ebf75c498c9945cac5d29eb67d4db65f31eb761d551bda90871b89af
5
5
  SHA512:
6
- metadata.gz: 1a80ccfe4ec331f8484b15a4cedcbd8abb28ee2de927f545fdc6bdd4397b99dc64e044509677d74da47e06ad93ee4a2d8da1e533928c5587bb96c30658960dba
7
- data.tar.gz: 5837e1b201734ea7f87543269b9a13062a910b1ee075b6e8e0311aa59357ddd93ad1f2762cf58473322782ef21e43cf6d6b09778d65cf0520ec6a43f597103ab
6
+ metadata.gz: 8bf2edc02d58f7f109f10f1d86c4e1d09538954a7999f32a69f3573ee00c20465f92a6abc60a0d335bd5db4f4a8a68f2de9afadf6e5e5c92fba06a16e8307435
7
+ data.tar.gz: b7ad1e0c07cd7b4e45c3ff56cf567cc8fd9734985beb7126f07fc7ee3b9813680c0f1975e01ddd394aceda6122395a24820d4e79609b4157c1e01bbc01826ff4
data/README.md CHANGED
@@ -25,9 +25,9 @@ Red Arrow Flight SQL is the Ruby bindings of Apache Arrow Flight SQL. Red Arrow
25
25
 
26
26
  [GObject Introspection](https://wiki.gnome.org/action/show/Projects/GObjectIntrospection) is a middleware for language bindings of C library. GObject Introspection can generate language bindings automatically at runtime.
27
27
 
28
- Red Arrow Flight SQL uses [Apache Arrow Flight SQL GLib](https://github.com/apache/arrow/tree/master/c_glib/arrow-flight-sql) and [gobject-introspection gem](https://rubygems.org/gems/gobject-introspection) to generate Ruby bindings of Apache Arrow Flight SQL.
28
+ Red Arrow Flight SQL uses [Apache Arrow Flight SQL GLib](https://github.com/apache/arrow/tree/main/c_glib/arrow-flight-sql) and [gobject-introspection gem](https://rubygems.org/gems/gobject-introspection) to generate Ruby bindings of Apache Arrow Flight SQL.
29
29
 
30
- Apache Arrow Flight SQL GLib is a C wrapper for [Apache Arrow Flight SQL C++](https://github.com/apache/arrow/tree/master/cpp/src/arrow/flight/sql). GObject Introspection can't use Apache Arrow Flight SQL C++ directly. Apache Arrow Flight SQL GLib is a bridge between Apache Arrow Flight SQL C++ and GObject Introspection.
30
+ Apache Arrow Flight SQL GLib is a C wrapper for [Apache Arrow Flight SQL C++](https://github.com/apache/arrow/tree/main/cpp/src/arrow/flight/sql). GObject Introspection can't use Apache Arrow Flight SQL C++ directly. Apache Arrow Flight SQL GLib is a bridge between Apache Arrow Flight SQL C++ and GObject Introspection.
31
31
 
32
32
  gobject-introspection gem is a Ruby bindings of GObject Introspection. Red Arrow Flight SQL uses GObject Introspection via gobject-introspection gem.
33
33
 
@@ -16,7 +16,7 @@
16
16
  # under the License.
17
17
 
18
18
  module ArrowFlightSQL
19
- VERSION = "11.0.0"
19
+ VERSION = "12.0.0"
20
20
 
21
21
  module Version
22
22
  numbers, TAG = VERSION.split("-")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: red-arrow-flight-sql
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.0.0
4
+ version: 12.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apache Arrow Developers
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-24 00:00:00.000000000 Z
11
+ date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: red-arrow-flight
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 11.0.0
19
+ version: 12.0.0
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
- version: 11.0.0
26
+ version: 12.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -95,7 +95,7 @@ homepage: https://arrow.apache.org/
95
95
  licenses:
96
96
  - Apache-2.0
97
97
  metadata: {}
98
- post_install_message:
98
+ post_install_message:
99
99
  rdoc_options: []
100
100
  require_paths:
101
101
  - lib
@@ -110,8 +110,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  requirements: []
113
- rubygems_version: 3.5.0.dev
114
- signing_key:
113
+ rubygems_version: 3.3.5
114
+ signing_key:
115
115
  specification_version: 4
116
116
  summary: Red Arrow Flight SQL is the Ruby bindings of Apache Arrow Flight SQL
117
117
  test_files: