red-arrow-format 23.0.0 → 23.0.1
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 +4 -4
- data/NOTICE.txt +1 -1
- data/lib/arrow-format/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 521a7a4b398d999c634cb3cc006608a94af7b2f7848c50c30c34273d174b7056
|
|
4
|
+
data.tar.gz: c4c945e615bc5307bb05f6ae8c236bb0c2de2bfe513fb8420f1bd05c402eb22e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 545968a5e4117dfb171151278f4ecf2ab649390e8d805f0e9e6bebbfd229422773ff7c9a5da0b56328f07aa469203fbe91c3065189d3ea3d0499724cfbd8ac6b
|
|
7
|
+
data.tar.gz: 7b0a042a7d36fea98aa7c3a78e62c1a98c841ada5c97eb28b4ae0ac37585e93dcf8b1bea91645b1e66d8c42335d8ec503246d1ca87e4dbab15a5fc43c277853f
|
data/NOTICE.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
Apache Arrow
|
|
2
|
-
Copyright 2025 The Apache Software Foundation
|
|
2
|
+
Copyright 2025-2026 The Apache Software Foundation
|
data/lib/arrow-format/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: red-arrow-format
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 23.0.
|
|
4
|
+
version: 23.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Apache Software Foundation
|
|
@@ -115,7 +115,7 @@ licenses:
|
|
|
115
115
|
- Apache-2.0
|
|
116
116
|
metadata:
|
|
117
117
|
bug_tracker_uri: https://github.com/apache/arrow/issues
|
|
118
|
-
changelog_uri: https://github.com/apache/arrow/releases/tag/apache-arrow-23.0.
|
|
118
|
+
changelog_uri: https://github.com/apache/arrow/releases/tag/apache-arrow-23.0.1
|
|
119
119
|
source_code_uri: https://github.com/apache/arrow
|
|
120
120
|
rdoc_options: []
|
|
121
121
|
require_paths:
|