This is an automated email from the ASF dual-hosted git repository.
wesm 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 b629401 ARROW-3431: [GLib] Include Gemfile to archive
b629401 is described below
commit b6294015fc7c6a46e7e7c1c2b16a47914360d7cd
Author: Kouhei Sutou <[email protected]>
AuthorDate: Thu Oct 4 06:10:24 2018 -0400
ARROW-3431: [GLib] Include Gemfile to archive
It's helpful to setup test environment.
Author: Kouhei Sutou <[email protected]>
Closes #2702 from kou/c-glib-add-missing-gemfile-to-archive and squashes
the following commits:
5c97dad1b <Kouhei Sutou> Include Gemfile to archive
---
c_glib/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/c_glib/Makefile.am b/c_glib/Makefile.am
index 5fb65f0..886b0d6 100644
--- a/c_glib/Makefile.am
+++ b/c_glib/Makefile.am
@@ -26,6 +26,7 @@ SUBDIRS = \
tool
EXTRA_DIST = \
+ Gemfile \
README.md \
autogen.sh \
meson.build \