[Groonga-commit] droonga/fluent-plugin-droonga at f1a1abc [master] Use local groonga-command if it exists

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Sep 30 11:13:13 JST 2013


Kouhei Sutou	2013-09-30 11:13:13 +0900 (Mon, 30 Sep 2013)

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

  Message:
    Use local groonga-command if it exists

  Modified files:
    Gemfile

  Modified: Gemfile (+4 -0)
===================================================================
--- Gemfile    2013-09-30 11:12:05 +0900 (ec00a2b)
+++ Gemfile    2013-09-30 11:13:13 +0900 (a9d8094)
@@ -19,13 +19,17 @@ gemspec
 
 parent_dir = File.join(File.dirname(__FILE__), "..")
 local_rroonga_path = File.join(parent_dir, "rroonga")
+local_groonga_command_path = File.join(parent_dir, "groonga-command")
 local_groonga_command_parser_path = File.join(parent_dir,
                                               "groonga-command-parser")
 if File.exist?(local_rroonga_path)
   gem "rroonga", :path => local_rroonga_path
+  gem "groonga-command", :path => local_groonga_command_path
   gem "groonga-command-parser", :path => local_groonga_command_parser_path
 elsif ENV["TRAVIS"] == "true"
   gem "rroonga", :git => "git://github.com/ranguba/rroonga.git"
+  gem "groonga-command",
+      :git => "git://github.com/groonga/groonga-command.git"
   gem "groonga-command-parser",
       :git => "git://github.com/groonga/groonga-command-parser.git"
 end
-------------- next part --------------
HTML����������������������������...
Download 



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