red-adbc 0.5.0 → 0.6.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 +4 -4
- data/LICENSE.txt +16 -0
- data/lib/adbc/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: ecb2790b947fcffd48c78a9730cbce45fefed3838eb055121b35ee28bd26d602
|
4
|
+
data.tar.gz: 52001ce04d24929e00cfa89cbada64428de4cb069007e3d91b1234847325852c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08763b55d139cf423c5f18f634980a0de78573911792e623d98da801bd268d0dd1503381c95c41cabe861453fedc691776b75d535f28cdb12f89a5ae5c12e1b2'
|
7
|
+
data.tar.gz: 3708e7b3b4002350d1a43cbf5b24052c48326abefc368ffcd878f32e90b36d433705e30406634d304c7b72693bd16dbd94b54f1fbec9b2ad970e953e5d74b5dd
|
data/LICENSE.txt
CHANGED
@@ -213,6 +213,22 @@ License: http://www.apache.org/licenses/LICENSE-2.0
|
|
213
213
|
|
214
214
|
--------------------------------------------------------------------------------
|
215
215
|
|
216
|
+
The files in c/vendor/portable-snippets/ contain code from
|
217
|
+
|
218
|
+
https://github.com/nemequ/portable-snippets
|
219
|
+
|
220
|
+
and have the following copyright notice:
|
221
|
+
|
222
|
+
Each source file contains a preamble explaining the license situation
|
223
|
+
for that file, which takes priority over this file. With the
|
224
|
+
exception of some code pulled in from other repositories (such as
|
225
|
+
µnit, an MIT-licensed project which is used for testing), the code is
|
226
|
+
public domain, released using the CC0 1.0 Universal dedication (*).
|
227
|
+
|
228
|
+
(*) https://creativecommons.org/publicdomain/zero/1.0/legalcode
|
229
|
+
|
230
|
+
--------------------------------------------------------------------------------
|
231
|
+
|
216
232
|
The files python/*/*/_version.py and python/*/*/_static_version.py
|
217
233
|
contain code from
|
218
234
|
|
data/lib/adbc/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: red-adbc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Apache Arrow Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: red-arrow
|