red-arrow 0.14.0 → 0.14.1

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/arrow/version.rb +1 -1
  3. metadata +48 -49
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97877568cac79133ccac62dcbb51f2e8466c2fb825aaaf58f65976742257fbdc
4
- data.tar.gz: 5736802a2d3f5539a2a75421d215aa6bd2a4827ce6da6533cf440c88513db006
3
+ metadata.gz: 5f7bdcaca942fb8a25fa1764179d518cf33a1fea5972c6029ecd752a74a91fad
4
+ data.tar.gz: c780051fb0429542c4ac329e79e9d814743149e414d81e06d31a59db9145a8d7
5
5
  SHA512:
6
- metadata.gz: 3bf77b7050ee8ad28f6f2bf99186684b33385cbca51bdc39650441875ab7e0701803b05beb34e75cf9a6ab7a6c4b31b6fb053b4b83d14bf6d205018b84e3d246
7
- data.tar.gz: 9be3f95a220af905a2c611a6a4742db395441d17d2daf20ea975cec2826bf5dc45319f70fce2536672649a4d3d1a3c499fc3b1f45207764b8500dbecc671613a
6
+ metadata.gz: 57d3983f2f2d6e26dd3568e97eeec6f85489f8addd7faa3a26eded35ba4d1c4716c794c32d0ed1eec996c7334f9e1fa5b622416e22d2021d88be3cd891a0a7f4
7
+ data.tar.gz: a32cf91310e2ed8f3db1e9bec1e790da52bbba27f4cc9313a1b5ee89e560049bb72c66f7a779c7ba9326231e4aad46a15adfb91a6f92dbba75999d36669db24c
@@ -16,7 +16,7 @@
16
16
  # under the License.
17
17
 
18
18
  module Arrow
19
- VERSION = "0.14.0"
19
+ VERSION = "0.14.1"
20
20
 
21
21
  module Version
22
22
  numbers, TAG = VERSION.split("-")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: red-arrow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
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: 2019-07-04 00:00:00.000000000 Z
11
+ date: 2019-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: extpp
@@ -323,69 +323,68 @@ required_rubygems_version: !ruby/object:Gem::Requirement
323
323
  - !ruby/object:Gem::Version
324
324
  version: '0'
325
325
  requirements: []
326
- rubyforge_project:
327
- rubygems_version: 2.7.6.2
326
+ rubygems_version: 3.0.3
328
327
  signing_key:
329
328
  specification_version: 4
330
329
  summary: Red Arrow is the Ruby bindings of Apache Arrow
331
330
  test_files:
332
- - test/test-time64-data-type.rb
333
- - test/test-feather.rb
334
- - test/test-decimal128.rb
335
- - test/test-struct-array.rb
336
- - test/test-data-type.rb
337
- - test/test-list-data-type.rb
331
+ - test/test-orc.rb
332
+ - test/test-file-output-stream.rb
338
333
  - test/test-dense-union-data-type.rb
339
- - test/helper.rb
334
+ - test/test-record-batch-builder.rb
340
335
  - test/test-record-batch.rb
336
+ - test/test-list-data-type.rb
337
+ - test/test-decimal128.rb
338
+ - test/test-chunked-array.rb
339
+ - test/test-array.rb
340
+ - test/test-struct-array-builder.rb
341
341
  - test/test-table.rb
342
- - test/run-test.rb
343
- - test/test-timestamp-array.rb
344
- - test/test-date32-array.rb
345
- - test/test-array-builder.rb
346
- - test/test-date64-array.rb
347
- - test/test-record-batch-file-reader.rb
348
342
  - test/test-decimal128-data-type.rb
349
- - test/test-timestamp-data-type.rb
350
- - test/test-column.rb
351
- - test/test-field.rb
352
- - test/test-decimal128-array.rb
353
- - test/test-csv-loader.rb
354
- - test/test-bigdecimal.rb
355
- - test/test-list-array.rb
356
- - test/test-rolling-window.rb
357
- - test/test-dictionary-data-type.rb
343
+ - test/fixture/TestOrcFile.test1.orc
358
344
  - test/fixture/integer-float.csv
359
- - test/fixture/without-header-float.csv
360
345
  - test/fixture/null-with-double-quote.csv
346
+ - test/fixture/with-header.csv
347
+ - test/fixture/without-header.csv
348
+ - test/fixture/without-header-float.csv
361
349
  - test/fixture/with-header-float.csv
362
- - test/fixture/TestOrcFile.test1.orc
363
350
  - test/fixture/null-without-double-quote.csv
364
- - test/fixture/without-header.csv
365
- - test/fixture/with-header.csv
366
351
  - test/fixture/float-integer.csv
367
- - test/test-orc.rb
368
- - test/test-time32-data-type.rb
369
- - test/test-struct-data-type.rb
370
- - test/test-struct.rb
352
+ - test/run-test.rb
371
353
  - test/test-group.rb
372
- - test/test-buffer.rb
373
- - test/test-slicer.rb
374
- - test/test-list-array-builder.rb
375
- - test/test-sparse-union-data-type.rb
376
- - test/test-record-batch-builder.rb
377
- - test/raw-records/test-struct-array.rb
378
- - test/raw-records/test-table.rb
379
- - test/raw-records/test-basic-arrays.rb
380
- - test/raw-records/test-list-array.rb
381
- - test/raw-records/test-dense-union-array.rb
354
+ - test/helper.rb
355
+ - test/test-csv-loader.rb
356
+ - test/test-feather.rb
357
+ - test/test-time64-data-type.rb
358
+ - test/test-struct-data-type.rb
359
+ - test/test-date64-array.rb
382
360
  - test/raw-records/test-sparse-union-array.rb
383
361
  - test/raw-records/test-multiple-columns.rb
384
- - test/test-array.rb
385
- - test/test-file-output-stream.rb
386
- - test/test-tensor.rb
362
+ - test/raw-records/test-basic-arrays.rb
363
+ - test/raw-records/test-table.rb
364
+ - test/raw-records/test-dense-union-array.rb
365
+ - test/raw-records/test-list-array.rb
366
+ - test/raw-records/test-struct-array.rb
367
+ - test/test-list-array.rb
368
+ - test/test-timestamp-data-type.rb
369
+ - test/test-timestamp-array.rb
370
+ - test/test-data-type.rb
371
+ - test/test-array-builder.rb
372
+ - test/test-time32-data-type.rb
373
+ - test/test-record-batch-file-reader.rb
374
+ - test/test-rolling-window.rb
375
+ - test/test-list-array-builder.rb
376
+ - test/test-slicer.rb
387
377
  - test/test-decimal128-array-builder.rb
388
- - test/test-chunked-array.rb
389
378
  - test/test-schema.rb
390
- - test/test-struct-array-builder.rb
379
+ - test/test-column.rb
380
+ - test/test-struct.rb
381
+ - test/test-bigdecimal.rb
382
+ - test/test-sparse-union-data-type.rb
383
+ - test/test-tensor.rb
384
+ - test/test-buffer.rb
385
+ - test/test-decimal128-array.rb
391
386
  - test/helper/fixture.rb
387
+ - test/test-dictionary-data-type.rb
388
+ - test/test-date32-array.rb
389
+ - test/test-field.rb
390
+ - test/test-struct-array.rb