[Groonga-commit] groonga/grntest at 62085a5 [master] Use groonga-command-parser gem

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 3 17:18:37 JST 2013


Kouhei Sutou	2013-10-03 17:18:37 +0900 (Thu, 03 Oct 2013)

  New Revision: 62085a5ce64ac55d2fb93f70abd0d2172ef873a5
  https://github.com/groonga/grntest/commit/62085a5ce64ac55d2fb93f70abd0d2172ef873a5

  Message:
    Use groonga-command-parser gem

  Modified files:
    grntest.gemspec
    lib/grntest/executors/base-executor.rb

  Modified: grntest.gemspec (+2 -2)
===================================================================
--- grntest.gemspec    2013-08-19 15:04:55 +0900 (10d146f)
+++ grntest.gemspec    2013-10-03 17:18:37 +0900 (a3300ac)
@@ -1,6 +1,6 @@
 # -*- mode: ruby; coding: utf-8 -*-
 #
-# Copyright (C) 2012  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2012-2013  Kouhei Sutou <kou �� clear-code.com>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
 
   spec.add_runtime_dependency("json")
   spec.add_runtime_dependency("msgpack")
-  spec.add_runtime_dependency("groonga-command")
+  spec.add_runtime_dependency("groonga-command-parser")
 
   spec.add_development_dependency("bundler")
   spec.add_development_dependency("rake")

  Modified: lib/grntest/executors/base-executor.rb (+1 -1)
===================================================================
--- lib/grntest/executors/base-executor.rb    2013-08-19 15:04:55 +0900 (833a5af)
+++ lib/grntest/executors/base-executor.rb    2013-10-03 17:18:37 +0900 (13abef7)
@@ -19,7 +19,7 @@ require "pathname"
 require "fileutils"
 require "shellwords"
 
-require "groonga/command"
+require "groonga/command/parser"
 
 require "grntest/error"
 require "grntest/execution-context"
-------------- next part --------------
HTML����������������������������...
Download 



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