[Groonga-commit] droonga/fluent-plugin-droonga at a474cf6 [master] Use local copy of groonga-client if exists

Back to archive index

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: a474cf6a61b551ab298f16fa20c58ae4bb34274e
  https://github.com/droonga/fluent-plugin-droonga/commit/a474cf6a61b551ab298f16fa20c58ae4bb34274e

  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 



More information about the Groonga-commit mailing list
Back to archive index