red-parquet 0.15.1 → 0.16.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/README.md +1 -1
  3. data/lib/parquet/version.rb +1 -1
  4. metadata +7 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 699be2bb00f42f7dc5d021fa0526fff161c53bbe54439a2d9e437bedb3b4bde9
4
- data.tar.gz: 1d8bd764218b5a761ad95d1847a73d987d76ae8c1dc887a9aa9011d54b96d89b
3
+ metadata.gz: a8d253cc5855c8c6a474a8258ffbb07ba1a8d1a232cdb15930d0022b9ff0fc94
4
+ data.tar.gz: d44a86bf31748f8f19e68a3eabab7945ab331769b30c72dd5d804bc5b638b0c4
5
5
  SHA512:
6
- metadata.gz: 42492ad141078327bd03a484dd164a7a07e3d3c1ab54e842ac046e6d9fd0e206a4f0c926730076f4ff55c5c5227db29181b0861f45a6d25c48e58b077b6df75a
7
- data.tar.gz: 87a62a96ed642ef474495553459e6d405fd1d8e483709c19a43df0c5d845ce6ce236405b36f27dd30575616199e3e52a70a270d2af99e7b402ce6c01257f7f2c
6
+ metadata.gz: 907010ccfd3a11245e668b447db3df753e31f91e31576d7cf125cb31907ae14fad5bfea75c2b3220092a971b88dba08383a13ae5040267100abfc53865993cf8
7
+ data.tar.gz: 75891ebbbc5605851e167333550896abfeef809c76b5dc440e32fbe755f94c2a985fb81226511a1cb400ca3b6822c600f12ea419f08f2dde2d77f319ef0b70ea
data/README.md CHANGED
@@ -27,7 +27,7 @@ Red Parquet is the Ruby bindings of Apache Parquet. Red Parquet is based on GObj
27
27
 
28
28
  Red Parquet uses [Apache Parquet GLib](https://github.com/apache/arrow/tree/master/c_glib/parquet-glib) and [gobject-introspection gem](https://rubygems.org/gems/gobject-introspection) to generate Ruby bindings of Apache Parquet.
29
29
 
30
- Apache Parquet GLib is a C wrapper for [Apache Parquet C++](https://github.com/apache/arrow/tree/master/cpp/parquet). GObject Introspection can't use Apache Parquet C++ directly. Apache Parquet GLib is a bridge between Apache Parquet C++ and GObject Introspection.
30
+ Apache Parquet GLib is a C wrapper for [Apache Parquet C++](https://github.com/apache/arrow/tree/master/cpp/src/parquet). GObject Introspection can't use Apache Parquet C++ directly. Apache Parquet GLib is a bridge between Apache Parquet C++ and GObject Introspection.
31
31
 
32
32
  gobject-introspection gem is a Ruby bindings of GObject Introspection. Red Parquet uses GObject Introspection via gobject-introspection gem.
33
33
 
@@ -16,7 +16,7 @@
16
16
  # under the License.
17
17
 
18
18
  module Parquet
19
- VERSION = "0.15.1"
19
+ VERSION = "0.16.0"
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-parquet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.1
4
+ version: 0.16.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: 2019-11-01 00:00:00.000000000 Z
11
+ date: 2020-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: red-arrow
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.15.1
19
+ version: 0.16.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.15.1
26
+ version: 0.16.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -108,11 +108,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  requirements: []
111
- rubygems_version: 3.0.6
111
+ rubyforge_project:
112
+ rubygems_version: 2.7.6.2
112
113
  signing_key:
113
114
  specification_version: 4
114
115
  summary: Red Parquet is the Ruby bindings of Apache Parquet
115
116
  test_files:
116
- - test/run-test.rb
117
117
  - test/helper.rb
118
+ - test/run-test.rb
118
119
  - test/test-arrow-table.rb