[Groonga-commit] droonga/fluent-plugin-droonga at 2e97292 [master] Add drnbench to the list of dependencies

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 20 18:54:52 JST 2014


YUKI Hiroshi	2014-01-20 18:54:52 +0900 (Mon, 20 Jan 2014)

  New Revision: 2e9729212b3fd7d28440f30c1797dbffc3135d61
  https://github.com/droonga/fluent-plugin-droonga/commit/2e9729212b3fd7d28440f30c1797dbffc3135d61

  Message:
    Add drnbench to the list of dependencies

  Modified files:
    Gemfile

  Modified: Gemfile (+7 -0)
===================================================================
--- Gemfile    2014-01-20 18:52:44 +0900 (a90ba48)
+++ Gemfile    2014-01-20 18:54:52 +0900 (1ec8b4a)
@@ -50,3 +50,10 @@ if File.exist?(drntest_dir)
 else
   gem "drntest", :github => "droonga/drntest"
 end
+
+drnbench_dir = File.join(parent_dir, "drnbench")
+if File.exist?(drnbench_dir)
+  gem "drnbench", :path => drnbench_dir
+else
+  gem "drnbench", :github => "droonga/drnbench"
+end
-------------- next part --------------
HTML����������������������������...
Download 



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