Skip to content

Commit

Permalink
Use groonga-command-parser gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 3, 2013
1 parent 2458dd5 commit 62085a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grntest.gemspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion lib/grntest/executors/base-executor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
require "fileutils"
require "shellwords"

require "groonga/command"
require "groonga/command/parser"

require "grntest/error"
require "grntest/execution-context"
Expand Down

0 comments on commit 62085a5

Please sign in to comment.