Navigation Menu

Skip to content

Commit

Permalink
Add missing groonga-command-parser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 15, 2015
1 parent 6bf8127 commit 17516f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion groonga-client.gemspec
@@ -1,7 +1,7 @@
# -*- mode: ruby; coding: utf-8 -*-
#
# Copyright (C) 2013 Haruka Yoshihara <yoshihara@clear-code.com>
# Copyright (C) 2014 Kouhei Sutou <kou@clear-code.com>
# Copyright (C) 2014-2015 Kouhei Sutou <kou@clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -49,6 +49,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency("gqtp", ">= 1.0.4")
spec.add_runtime_dependency("groonga-command", ">= 1.0.8")
spec.add_runtime_dependency("groonga-command-parser")

spec.add_development_dependency("bundler")
spec.add_development_dependency("rake")
Expand Down

0 comments on commit 17516f9

Please sign in to comment.