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
commit 274237cfd396a8cb3424c12ef75e7267e0480cb9 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 \
