Yoji Shidara
null+****@clear*****
Thu Nov 28 14:09:51 JST 2013
Yoji Shidara 2013-11-28 14:09:51 +0900 (Thu, 28 Nov 2013) New Revision: d64660340ff8bd76c409ed6cf8dfbdaf914f8794 https://github.com/droonga/fluent-plugin-droonga/commit/d64660340ff8bd76c409ed6cf8dfbdaf914f8794 Message: Use local copy of groonga-client if exists Modified files: Gemfile Modified: Gemfile (+6 -1) =================================================================== --- Gemfile 2013-11-28 14:05:32 +0900 (c9d94d5) +++ Gemfile 2013-11-28 14:09:51 +0900 (efd05e2) @@ -37,4 +37,9 @@ elsif ENV["TRAVIS"] == "true" end end -gem "droonga-client", github: "droonga/droonga-client-ruby" +droonga_client_dir = File.join(parent_dir, "droonga-client-ruby") +if File.exist?(droonga_client_dir) + gem "droonga-client", :path => droonga_client_dir +else + gem "droonga-client", github: "droonga/droonga-client-ruby" +end -------------- next part -------------- HTML����������������������������...Download