red-adbc 0.5.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +16 -0
  3. data/lib/adbc/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 416447360fc2c9b06fd3651bb3d10c513826b5fda90e9456b7696a980b0e2f70
4
- data.tar.gz: ae3ecbdc686fcc265677b4959353454e07ed745117d3a1114b863beb99b0fa69
3
+ metadata.gz: ecb2790b947fcffd48c78a9730cbce45fefed3838eb055121b35ee28bd26d602
4
+ data.tar.gz: 52001ce04d24929e00cfa89cbada64428de4cb069007e3d91b1234847325852c
5
5
  SHA512:
6
- metadata.gz: 36bdccd851839a77f7fa5848750ebd59a1bc263c6ce6710e37a79ac19756ddac88ad7c20bea0a8cbec9f0142a4411d2fca0e79c9825e205804f27a8bd18a0a2f
7
- data.tar.gz: aebdbc0a5206cab2f1ae8d72d4774864e4e171035f4c77ec1b6908727024f7ce3f856218a52618b9ef73dbd0c45d27b6f7a20deb05c43b66e68c0ad7046ff42d
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
@@ -16,7 +16,7 @@
16
16
  # under the License.
17
17
 
18
18
  module ADBC
19
- VERSION = "0.5.1"
19
+ VERSION = "0.6.0"
20
20
 
21
21
  module Version
22
22
  MAJOR, MINOR, MICRO, TAG = VERSION.split(".").collect(&:to_i)
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.5.1
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-06-26 00:00:00.000000000 Z
11
+ date: 2023-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: red-arrow