red-arrow-flight-sql 11.0.0 → 12.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16bf8588b6f2713d89bfe82316497837d21332274d41f617659a2740e95a7b39
4
- data.tar.gz: 1d25f5379e04d77a416638516b8d5994742c1a67db2d2e30c4c289688573aa83
3
+ metadata.gz: 803aca44724cb7d209354bdcf0dbe5f860abd285e2eeacd1b14151e72be32a92
4
+ data.tar.gz: c51cbfe044e13b9dcd3032f80d9816692a18dee2637130d2d4b4154a9849e21a
5
5
  SHA512:
6
- metadata.gz: 1a80ccfe4ec331f8484b15a4cedcbd8abb28ee2de927f545fdc6bdd4397b99dc64e044509677d74da47e06ad93ee4a2d8da1e533928c5587bb96c30658960dba
7
- data.tar.gz: 5837e1b201734ea7f87543269b9a13062a910b1ee075b6e8e0311aa59357ddd93ad1f2762cf58473322782ef21e43cf6d6b09778d65cf0520ec6a43f597103ab
6
+ metadata.gz: 2e4dda757005be2378ad355be9f36f14c6efce8c7d9a4c5844e64875cce3d4f96673cdac2c672b5b2ebfe88c3c6e13f4751b8eebae55992e6b7577a056afe3c0
7
+ data.tar.gz: 35ba2e8498b646222de5594eb212d24c946a72d1a3879a93dac4ce5f130528d1968aa1360b442e985338a3896eba89c48c552655d670e006499b319868711c6b
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.1"
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.1
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-06-15 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.1
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.1
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: