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.
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: 226ac26815e9b432a7911823b7077425ed394a5aa977032181e3861337cc4bab
4
- data.tar.gz: 0d78a10041e9a04db31e88d429eb9702f56b12dc5b210dab3af0c388ae970c0c
3
+ metadata.gz: ecb2790b947fcffd48c78a9730cbce45fefed3838eb055121b35ee28bd26d602
4
+ data.tar.gz: 52001ce04d24929e00cfa89cbada64428de4cb069007e3d91b1234847325852c
5
5
  SHA512:
6
- metadata.gz: b5afc228e56dea3a855f4f794593d2fa1246172c3bf0f22d43a5216c44f2fe6978e0b8f4f24b9da4eba4a43ab9b92a3dfdff5dd1523308bba92896884889ba9d
7
- data.tar.gz: 990d290e6332d094e5df253b5ea21d98319b7a6dd1941586e202de54ff2fdcfb9c404f272d23568883cb4c12bb96a34a97f165195a66637e2a2fee409d3d44bb
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.0"
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.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-06-20 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