Kouhei Sutou
null+****@clear*****
Tue Dec 20 16:49:27 JST 2016
Kouhei Sutou 2016-12-20 16:49:27 +0900 (Tue, 20 Dec 2016) New Revision: c8610751e3da91bbb05c51eb6ab259b105f203c4 https://github.com/ranguba/groonga-client-model/commit/c8610751e3da91bbb05c51eb6ab259b105f203c4 Message: Use local groonga-client only if it exists Modified files: Gemfile Modified: Gemfile (+3 -1) =================================================================== --- Gemfile 2016-12-20 16:45:46 +0900 (8ebd14e) +++ Gemfile 2016-12-20 16:49:27 +0900 (b5dfa6c) @@ -20,4 +20,6 @@ source "https://rubygems.org/" gemspec -gem "groonga-client", path: "../groonga-client" +if File.exist?("../groonga-client") + gem "groonga-client", path: "../groonga-client" +end -------------- next part -------------- HTML����������������������������...ダウンロード