red-gandiva 11.0.0 → 12.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/gandiva/version.rb +1 -1
  4. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b39e14121ac4db4aa49db943b150f1cd87adcd3d80a81c56aed1b51bf1469040
4
- data.tar.gz: bb98f3ae8f8045352519a13f2a5d96311d1e586c486668986024d5e37440ba9e
3
+ metadata.gz: 527af2e4ec46643fb1cedb504d7948e6223b36e675a10cc5ae977199b76016ee
4
+ data.tar.gz: 78d38deee1e1e5267f652c65be181703f4d52560eb87cd92088d83c7caa46671
5
5
  SHA512:
6
- metadata.gz: 9159e91e2e67904e80f0583acff871950ad8bf35c23fe7a28d56cb4b148e91e004ba2a5046db5aab62c7d6d932295fcbc23f9c2cea23224af0622e136b60b53f
7
- data.tar.gz: 0e3c3a8795b75c383625c6cbdb91b7eedb128ebab7c6820b4e092607ed20774e83249a8478afaf76e4903bdb44d4483699c390622ad6f28e85111bdda3e72123
6
+ metadata.gz: 661c14ff44013d1bed7c1f0de8c1a922d6a32257bd40868ab047408cd7e9bdc0b885f3b0f09f66dd792d8c9cd62bb65fc33e49639d8b514ad1f958d6ad589391
7
+ data.tar.gz: 8638bc73c527653cb4c7d2d0c0bcd596037583a14b9f16fba1722c2e1d24cc8828383bb363dd44c6d1b44088e677c24f0f234c300a244e5b7a2f46e9eb71e8da
data/README.md CHANGED
@@ -25,9 +25,9 @@ Gandiva is a toolset for compiling and evaluating expressions on Arrow data.
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 Gandiva uses [Gandiva GLib](https://github.com/apache/arrow/tree/master/c_glib/gandiva-glib) and [gobject-introspection gem](https://rubygems.org/gems/gobject-introspection) to generate Ruby bindings of Gandiva.
28
+ Red Gandiva uses [Gandiva GLib](https://github.com/apache/arrow/tree/main/c_glib/gandiva-glib) and [gobject-introspection gem](https://rubygems.org/gems/gobject-introspection) to generate Ruby bindings of Gandiva.
29
29
 
30
- Gandiva GLib is a C wrapper for [Gandiva C++](https://github.com/apache/arrow/tree/master/cpp/gandiva). GObject Introspection can't use Gandiva C++ directly. Gandiva GLib is a bridge between Gandiva C++ and GObject Introspection.
30
+ Gandiva GLib is a C wrapper for [Gandiva C++](https://github.com/apache/arrow/tree/main/cpp/gandiva). GObject Introspection can't use Gandiva C++ directly. Gandiva GLib is a bridge between Gandiva C++ and GObject Introspection.
31
31
 
32
32
  gobject-introspection gem is a Ruby bindings of GObject Introspection. Red Gandiva uses GObject Introspection via gobject-introspection gem.
33
33
 
@@ -16,7 +16,7 @@
16
16
  # under the License.
17
17
 
18
18
  module Gandiva
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-gandiva
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
@@ -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
@@ -112,7 +112,7 @@ homepage: https://arrow.apache.org/
112
112
  licenses:
113
113
  - Apache-2.0
114
114
  metadata: {}
115
- post_install_message:
115
+ post_install_message:
116
116
  rdoc_options: []
117
117
  require_paths:
118
118
  - lib
@@ -127,8 +127,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0'
129
129
  requirements: []
130
- rubygems_version: 3.5.0.dev
131
- signing_key:
130
+ rubygems_version: 3.3.5
131
+ signing_key:
132
132
  specification_version: 4
133
133
  summary: Red Gandiva is the Ruby bindings of Gandiva
134
134
  test_files: