You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2018/12/16 01:29:30 UTC

[arrow] branch master updated: ARROW-4035: [Ruby] Support msys2 mingw dependencies

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 715cba5  ARROW-4035: [Ruby] Support msys2 mingw dependencies
715cba5 is described below

commit 715cba576db31bf643885cee6d3eb02f90ab001b
Author: Yosuke Shiro <yo...@gmail.com>
AuthorDate: Sun Dec 16 10:29:15 2018 +0900

    ARROW-4035: [Ruby] Support msys2 mingw dependencies
    
    Author: Yosuke Shiro <yo...@gmail.com>
    
    Closes #3181 from shiro615/support-msys2-mingw-dependencies and squashes the following commits:
    
    e20dce3c <Yosuke Shiro>  Support msys2 mingw dependencies
---
 ruby/red-arrow/red-arrow.gemspec | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ruby/red-arrow/red-arrow.gemspec b/ruby/red-arrow/red-arrow.gemspec
index cca8774..3f0f68a 100644
--- a/ruby/red-arrow/red-arrow.gemspec
+++ b/ruby/red-arrow/red-arrow.gemspec
@@ -52,4 +52,6 @@ Gem::Specification.new do |spec|
   spec.add_development_dependency("bundler")
   spec.add_development_dependency("rake")
   spec.add_development_dependency("test-unit")
+
+  spec.metadata["msys2_mingw_dependencies"] = "apache-arrow"
 end