red-adbc 0.7.0 → 0.8.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 +29 -6
- 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: c015efd686d0e55012a771444c0393f208cb286c675ebf2a7d599cb06581f613
|
4
|
+
data.tar.gz: ffe80b18c200a15fc6068468556d0703a991d45e222978440179f86d66eb723b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3a999a7f52871272caa0faff4646360ca80643f2775c6ed62402d89cbf187a3511c24abf8d38ab06713f2c2ce13936e6310785815f7fd29703e729a10259c75
|
7
|
+
data.tar.gz: 86a36800bb560a53ea2d57011f52f954450936ae04f4636e8d2decb3c56eb979756ef2cbecb1e5f17a5a01abc37e51c86d3c67e2119d4d7e2460b0d9bedbe491
|
data/LICENSE.txt
CHANGED
@@ -439,6 +439,7 @@ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob is under the MIT license.
|
|
439
439
|
3rdparty dependency github.com/JohnCGriffin/overflow
|
440
440
|
is statically linked in certain binary distributions, like the Python wheels.
|
441
441
|
github.com/JohnCGriffin/overflow is under the MIT license.
|
442
|
+
|
442
443
|
MIT License
|
443
444
|
|
444
445
|
Copyright (c) 2017 John C. Griffin,
|
@@ -461,10 +462,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
461
462
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
462
463
|
SOFTWARE.
|
463
464
|
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
465
|
--------------------------------------------------------------------------------
|
469
466
|
|
470
467
|
3rdparty dependency github.com/andybalholm/brotli
|
@@ -1203,6 +1200,32 @@ SOFTWARE.
|
|
1203
1200
|
|
1204
1201
|
--------------------------------------------------------------------------------
|
1205
1202
|
|
1203
|
+
3rdparty dependency github.com/youmark/pkcs8
|
1204
|
+
is statically linked in certain binary distributions, like the Python wheels.
|
1205
|
+
github.com/youmark/pkcs8 is under the MIT license.
|
1206
|
+
The MIT License (MIT)
|
1207
|
+
|
1208
|
+
Copyright (c) 2014 youmark
|
1209
|
+
|
1210
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1211
|
+
of this software and associated documentation files (the "Software"), to deal
|
1212
|
+
in the Software without restriction, including without limitation the rights
|
1213
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1214
|
+
copies of the Software, and to permit persons to whom the Software is
|
1215
|
+
furnished to do so, subject to the following conditions:
|
1216
|
+
|
1217
|
+
The above copyright notice and this permission notice shall be included in all
|
1218
|
+
copies or substantial portions of the Software.
|
1219
|
+
|
1220
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1221
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1222
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1223
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1224
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1225
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1226
|
+
SOFTWARE.
|
1227
|
+
--------------------------------------------------------------------------------
|
1228
|
+
|
1206
1229
|
3rdparty dependency github.com/zeebo/xxh3
|
1207
1230
|
is statically linked in certain binary distributions, like the Python wheels.
|
1208
1231
|
github.com/zeebo/xxh3 is under the BSD-2-Clause license.
|
@@ -1234,9 +1257,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1234
1257
|
|
1235
1258
|
--------------------------------------------------------------------------------
|
1236
1259
|
|
1237
|
-
3rdparty dependency golang.org/x/crypto
|
1260
|
+
3rdparty dependency golang.org/x/crypto
|
1238
1261
|
is statically linked in certain binary distributions, like the Python wheels.
|
1239
|
-
golang.org/x/crypto
|
1262
|
+
golang.org/x/crypto is under the BSD-3-Clause license.
|
1240
1263
|
Copyright (c) 2009 The Go Authors. All rights reserved.
|
1241
1264
|
|
1242
1265
|
Redistribution and use in source and binary forms, with or without
|
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.8.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-09
|
11
|
+
date: 2023-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: red-arrow
|