red-arrow-cuda 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: 23cd86d770ef8f9dbb9b17bb1f5140579b0886470e5aefaf282cf72b5994bcc4
4
- data.tar.gz: cb535ab75923500f3339f4118b34bc4b828f8e3e9a248c26c0a97f3affe8aca1
3
+ metadata.gz: c3ef3961ba36847f94aed1344d4bc1e3e8bfe6712486462607a4811142db371d
4
+ data.tar.gz: a9eb7591f1b7e3328deecdc40dc317cfa0fe52ad8da2da6f83bc67501b041daa
5
5
  SHA512:
6
- metadata.gz: 349ac46f829423ab0c29bef341cdc7e8a84d1a7e40610edd2c93074cb60d7a91e781d376ca60266a3250994b25578784b7740b630c0512be1d4fd731c4314cef
7
- data.tar.gz: 4f6d5c11d4e95fb60e193e7864913de3cf7295451098ce4e63bc0669f068b86698d7ce07355ded4a790342f87eeee4c95f59f84895f5a85e56ed49d88fc07d9b
6
+ metadata.gz: '09d0bdf2572d0621ca7704064140586588e248a47b27f926f757a5dd773c3212da04ced6dd4881d0b6001788f31a017cd6e067fcfbb2cc270a55fed3b04678bb'
7
+ data.tar.gz: ca82ef22a043af31cbdfbd44eb7e07874e7902f916540b2f963373ae9108f8851552d0cb7b5063c2002c8f1d01116a6cc9fd43d1b3bc9dc0f2ee87d60f9a3f85
data/README.md CHANGED
@@ -25,9 +25,9 @@ Red Arrow CUDA is the Ruby bindings of Apache Arrow CUDA. Red Arrow CUDA is base
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 CUDA uses [Apache Arrow CUDA GLib](https://github.com/apache/arrow/tree/master/c_glib) and [gobject-introspection gem](https://rubygems.org/gems/gobject-introspection) to generate Ruby bindings of Apache Arrow CUDA.
28
+ Red Arrow CUDA uses [Apache Arrow CUDA GLib](https://github.com/apache/arrow/tree/main/c_glib) and [gobject-introspection gem](https://rubygems.org/gems/gobject-introspection) to generate Ruby bindings of Apache Arrow CUDA.
29
29
 
30
- Apache Arrow CUDA GLib is a C wrapper for [Apache Arrow CUDA C++](https://github.com/apache/arrow/tree/master/cpp). GObject Introspection can't use Apache Arrow CUDA C++ directly. Apache Arrow CUDA GLib is a bridge between Apache Arrow CUDA C++ and GObject Introspection.
30
+ Apache Arrow CUDA GLib is a C wrapper for [Apache Arrow CUDA C++](https://github.com/apache/arrow/tree/main/cpp). GObject Introspection can't use Apache Arrow CUDA C++ directly. Apache Arrow CUDA GLib is a bridge between Apache Arrow CUDA C++ and GObject Introspection.
31
31
 
32
32
  gobject-introspection gem is a Ruby bindings of GObject Introspection. Red Arrow CUDA uses GObject Introspection via gobject-introspection gem.
33
33
 
@@ -16,7 +16,7 @@
16
16
  # under the License.
17
17
 
18
18
  module ArrowCUDA
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-cuda
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
@@ -93,7 +93,7 @@ homepage: https://arrow.apache.org/
93
93
  licenses:
94
94
  - Apache-2.0
95
95
  metadata: {}
96
- post_install_message:
96
+ post_install_message:
97
97
  rdoc_options: []
98
98
  require_paths:
99
99
  - lib
@@ -108,8 +108,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  requirements: []
111
- rubygems_version: 3.5.0.dev
112
- signing_key:
111
+ rubygems_version: 3.3.5
112
+ signing_key:
113
113
  specification_version: 4
114
114
  summary: Red Arrow CUDA is the Ruby bindings of Apache Arrow CUDA
115
115
  test_files: