red-arrow-flight-sql 10.0.1 → 12.0.0

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: 0735f7112f0e000806bb2b33e03f6a88c3d85a58f531986fe9075594605140e7
4
- data.tar.gz: 639cfd52b98793c9b49c3f3f6611fdc1a30db7f26076b1e046c1ffc1d8be7140
3
+ metadata.gz: ec7b779d309643da5728708a5cc0508131f09d0cb924d3515268bca4d640007c
4
+ data.tar.gz: ca933a82ebf75c498c9945cac5d29eb67d4db65f31eb761d551bda90871b89af
5
5
  SHA512:
6
- metadata.gz: 1f039631803c2f64d7c14a6a9ea1772300bb307df5ae626d36da42dedd292690fdb8a99c9b5136a1a56aff76cb1962cf1212797a7155505d05237546c761462d
7
- data.tar.gz: 3b42c23f596d3239df36a00fa34fe3dff4afc60ac7aa31799011cde2180929aa0a4192a7763fd2467acf2776e8950af09fe5525a9c1866279e8282ebb9955397
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 = "10.0.1"
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: 10.0.1
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-01-10 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: 10.0.1
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: 10.0.1
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.3.15
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: