[Groonga-commit] droonga/fluent-plugin-droonga at 14eb18e [master] Use groonga-command-parser instead of groonga-command

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Sep 30 11:05:04 JST 2013


YUKI Hiroshi	2013-09-30 11:05:04 +0900 (Mon, 30 Sep 2013)

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

  Message:
    Use groonga-command-parser instead of groonga-command

  Modified files:
    Gemfile
    fluent-plugin-droonga.gemspec
    lib/groonga_command_converter.rb

  Modified: Gemfile (+3 -3)
===================================================================
--- Gemfile    2013-09-27 19:08:47 +0900 (a0c8af6)
+++ Gemfile    2013-09-30 11:05:04 +0900 (f8918bd)
@@ -18,11 +18,11 @@ source "https://rubygems.org"
 gemspec
 
 local_rroonga_path = File.join(File.dirname(__FILE__), "..", "rroonga")
-local_groonga_command_path = File.join(File.dirname(__FILE__), "..", "groonga-command")
+local_groonga_command_parser_path = File.join(File.dirname(__FILE__), "..", "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

  Modified: fluent-plugin-droonga.gemspec (+1 -1)
===================================================================
--- fluent-plugin-droonga.gemspec    2013-09-27 19:08:47 +0900 (1b89081)
+++ fluent-plugin-droonga.gemspec    2013-09-30 11:05:04 +0900 (baa2f9a)
@@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
   gem.require_paths = ["lib"]
   gem.add_dependency "fluentd"
   gem.add_dependency "rroonga", ">= 3.0.3"
-  gem.add_dependency "groonga-command", ">= 1.0.3"
+  gem.add_dependency "groonga-command-parser"
   gem.add_dependency "fluent-logger"
   gem.add_dependency "serverengine"
   gem.add_development_dependency "rake"

  Modified: lib/groonga_command_converter.rb (+1 -1)
===================================================================
--- lib/groonga_command_converter.rb    2013-09-27 19:08:47 +0900 (98cce3f)
+++ lib/groonga_command_converter.rb    2013-09-30 11:05:04 +0900 (538d445)
@@ -15,7 +15,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-require "groonga/command"
+require "groonga/command/parser"
 require "digest/sha1"
 require "time"
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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