red-adbc 0.5.1 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- 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: 16a85599b34f2218874a31b5aeb7071e811de89be05a04d983a93f138bc3cc51
|
4
|
+
data.tar.gz: 44c0daa860f6b30c7e0bff8309820da91d8707d88aa9ebc91654a6377400ae53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42c652f0aa3acd53430718d82ad8604e4c0abb4bdee25b6bda83168291345ddd9854aabac490f6fb52e9efcc7da7edf01187416b448c5a35992058e9d1ea6192
|
7
|
+
data.tar.gz: 8b4eef80ba9cec0cfd7db5cc60aa46f06d5bf638f16e8370c617b59895647f2d26f7a4149b097bdb5c96e0538ddb1270100e061eb783c9d59075fdedbd2814ca
|
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.7.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-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: red-arrow
|