[Groonga-commit] ranguba/groonga-client at 17516f9 [master] Add missing groonga-command-parser dependency

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 15 18:07:11 JST 2015


Kouhei Sutou	2015-04-15 18:07:11 +0900 (Wed, 15 Apr 2015)

  New Revision: 17516f974ff39f4ed077d36c6fa4bc2f5ae03f07
  https://github.com/ranguba/groonga-client/commit/17516f974ff39f4ed077d36c6fa4bc2f5ae03f07

  Message:
    Add missing groonga-command-parser dependency

  Modified files:
    groonga-client.gemspec

  Modified: groonga-client.gemspec (+2 -1)
===================================================================
--- groonga-client.gemspec    2015-01-22 11:28:44 +0900 (f00c993)
+++ groonga-client.gemspec    2015-04-15 18:07:11 +0900 (181cc56)
@@ -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
@@ -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")
-------------- next part --------------
HTML����������������������������...
다운로드 



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