red-plasma 0.13.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91f7dcfca7ed13b6b341709b0822022e97175a72e8031ed5e6abc928b623ed63
4
- data.tar.gz: 106fbb595ebc0b56b232e76ae06520ee4e92682e8324b87ed82ecb9b25b9a8e6
3
+ metadata.gz: f2cfd9083709735a068fd2a9e9ddf08737cbc329b092e7f5b3f7df0047cd4b03
4
+ data.tar.gz: 1d822506df34c33e4211ec59bea27dcb856448d218ffd506dfe2519e21a23eae
5
5
  SHA512:
6
- metadata.gz: f95b6f99a1d6c4131bea32cd3a70e404241f5d06b1e964fc7969d12a4297168901b1152fdaf914f6dd406449df57a4ad1191b003fe95702e48eefa23ed5a321a
7
- data.tar.gz: 5f5fb1b44edb09f3db2b5902ed524a7855141b1de334c48515e35ccde80209c95941820c0325b0ec21b8f2cdf42536cc9850b43f08cc9dbbb6538aeb9aa6266a
6
+ metadata.gz: a3501c765ede7bf6befa58b461d03f37df700a7be4574cf990a1c5dcc78df0109a1249046a25107623254e426726791514b0c47110450db04010b81c24245798
7
+ data.tar.gz: 4e1105633eacc3f83684db1ccbca2ce000b3ff57f9a4c35f4127233274853fa58d721489be309fa39523f9d27604a1fb4fb0000d446617e8dde70102a1593679
data/Gemfile CHANGED
@@ -20,3 +20,5 @@
20
20
  source "https://rubygems.org/"
21
21
 
22
22
  gemspec
23
+
24
+ gem "red-arrow", path: "../red-arrow"
data/README.md CHANGED
@@ -33,9 +33,7 @@ gobject-introspection gem is a Ruby bindings of GObject Introspection. Red Plasm
33
33
 
34
34
  ## Install
35
35
 
36
- Install Plasma GLib before install Red Plasma. Use [packages.red-data-tools.org](https://github.com/red-data-tools/packages.red-data-tools.org) for installing Plasma GLib.
37
-
38
- Note that the Plasma GLib packages are "unofficial". "Official" packages will be released in the future.
36
+ Install Plasma GLib before install Red Plasma. See [Apache Arrow install document](https://arrow.apache.org/install/) for details.
39
37
 
40
38
  Install Red Plasma after you install Plasma GLib:
41
39
 
@@ -16,7 +16,7 @@
16
16
  # under the License.
17
17
 
18
18
  module Plasma
19
- VERSION = "0.13.0"
19
+ VERSION = "0.14.0"
20
20
 
21
21
  module Version
22
22
  numbers, TAG = VERSION.split("-")
data/test/run-test.rb CHANGED
@@ -21,6 +21,10 @@ $VERBOSE = true
21
21
 
22
22
  require "pathname"
23
23
 
24
+ (ENV["ARROW_DLL_PATH"] || "").split(File::PATH_SEPARATOR).each do |path|
25
+ RubyInstaller::Runtime.add_dll_directory(path)
26
+ end
27
+
24
28
  base_dir = Pathname.new(__dir__).parent.expand_path
25
29
  arrow_base_dir = base_dir.parent + "red-arrow"
26
30
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: red-plasma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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-03-31 00:00:00.000000000 Z
11
+ date: 2019-07-04 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.13.0
19
+ version: 0.14.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.13.0
26
+ version: 0.14.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement