red-adbc 0.10.0 → 0.11.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 +53 -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: 97bc5368186dbbb7e3f23357bba96d58ab2401e3c37a6cf2bcd039b9880875a7
|
4
|
+
data.tar.gz: b3e8197a27f928f8e29cd617928a2eccc2ac08717244f8395b055440d730a7ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03f0422fea96fed1cb60caa6b5757b8744aab4c2c19e6a75b1c76fbdd6890baabb9df438cd1f1903472001029755e25ea90cd06195fd043e0d5127ccb189d9a8
|
7
|
+
data.tar.gz: d4bd60c141d0cb11cd4214f4189528214c2c4780fcb92a1c98f64d6bc87c178446f637dd4318e1567f761b49938751a86a79d7186056ab1b2fd0559c4315f177
|
data/LICENSE.txt
CHANGED
@@ -246,6 +246,32 @@ All rights reserved.
|
|
246
246
|
|
247
247
|
--------------------------------------------------------------------------------
|
248
248
|
|
249
|
+
3rdparty dependency {fmt} is statically linked in certain binary
|
250
|
+
distributions, like the Python wheels. {fmt} is under the MIT license:
|
251
|
+
|
252
|
+
Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
|
253
|
+
|
254
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
255
|
+
a copy of this software and associated documentation files (the
|
256
|
+
"Software"), to deal in the Software without restriction, including
|
257
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
258
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
259
|
+
permit persons to whom the Software is furnished to do so, subject to
|
260
|
+
the following conditions:
|
261
|
+
|
262
|
+
The above copyright notice and this permission notice shall be
|
263
|
+
included in all copies or substantial portions of the Software.
|
264
|
+
|
265
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
266
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
267
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
268
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
269
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
270
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
271
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
272
|
+
|
273
|
+
--------------------------------------------------------------------------------
|
274
|
+
|
249
275
|
3rdparty dependency Go is statically linked in certain binary distributions,
|
250
276
|
like the Python wheels. The Go project is under the BSD 3-clause license +
|
251
277
|
PATENTS weak patent termination clause
|
@@ -281,6 +307,33 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
281
307
|
|
282
308
|
--------------------------------------------------------------------------------
|
283
309
|
|
310
|
+
3rdparty dependency backward-cpp is statically linked in certain binary
|
311
|
+
distributions, like the Python wheels. backward-cpp has the following license:
|
312
|
+
|
313
|
+
Copyright 2013 Google Inc. All Rights Reserved.
|
314
|
+
|
315
|
+
The MIT License (MIT)
|
316
|
+
|
317
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
318
|
+
this software and associated documentation files (the "Software"), to deal in
|
319
|
+
the Software without restriction, including without limitation the rights to
|
320
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
321
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
322
|
+
so, subject to the following conditions:
|
323
|
+
|
324
|
+
The above copyright notice and this permission notice shall be included in all
|
325
|
+
copies or substantial portions of the Software.
|
326
|
+
|
327
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
328
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
329
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
330
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
331
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
332
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
333
|
+
SOFTWARE.
|
334
|
+
|
335
|
+
--------------------------------------------------------------------------------
|
336
|
+
|
284
337
|
3rdparty dependency libpq is statically linked in certain binary
|
285
338
|
distributions, like the Python wheels. libpq has the following license:
|
286
339
|
|
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.11.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: 2024-
|
11
|
+
date: 2024-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: red-arrow
|