red-gandiva 11.0.0 → 12.0.1

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: a6ada617331211626fbf2dba8f106739e382f289f5e3dda643ebbd3f4fc45bf7
4
+ data.tar.gz: 64373cab430208ba0058c1733c98f537681f80767b5b194a4e02180175924de3
5
5
  SHA512:
6
- metadata.gz: 9159e91e2e67904e80f0583acff871950ad8bf35c23fe7a28d56cb4b148e91e004ba2a5046db5aab62c7d6d932295fcbc23f9c2cea23224af0622e136b60b53f
7
- data.tar.gz: 0e3c3a8795b75c383625c6cbdb91b7eedb128ebab7c6820b4e092607ed20774e83249a8478afaf76e4903bdb44d4483699c390622ad6f28e85111bdda3e72123
6
+ metadata.gz: 5c7e52cd9b5803eea1e86db231f97a0ef50973d26a77480957f96928cd5ccb616dff1d8dd37eb079d31d1b12dde1fcf0b47569796658866fc38826486fbe522f
7
+ data.tar.gz: cb9fd31e3800672a924474bb7dc6569342d9617caf0713488ad01574f94dff9e0e3290d693dbc4707c2b032926dd498e138d8db5a9be182db779021a361f4523
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.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-gandiva
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
@@ -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
@@ -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: