[Groonga-commit] groonga/groonga-command-parser at b54cbaf [master] Require groonga-command 1.3.2 or later for pretty print

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 18 10:18:27 JST 2017


Kouhei Sutou	2017-01-18 10:18:27 +0900 (Wed, 18 Jan 2017)

  New Revision: b54cbafccb0a87c1174ceb672d6b60fbe006b931
  https://github.com/groonga/groonga-command-parser/commit/b54cbafccb0a87c1174ceb672d6b60fbe006b931

  Message:
    Require groonga-command 1.3.2 or later for pretty print

  Modified files:
    groonga-command-parser.gemspec

  Modified: groonga-command-parser.gemspec (+2 -2)
===================================================================
--- groonga-command-parser.gemspec    2017-01-18 10:16:52 +0900 (bef237d)
+++ groonga-command-parser.gemspec    2017-01-18 10:18:27 +0900 (fee8926)
@@ -1,6 +1,6 @@
 # -*- mode: ruby; coding: utf-8 -*-
 #
-# Copyright (C) 2012-2015  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2012-2017  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
@@ -52,7 +52,7 @@ Gem::Specification.new do |spec|
   spec.licenses = ["LGPLv2.1+"]
   spec.require_paths = ["lib"]
 
-  spec.add_runtime_dependency("groonga-command", ">= 1.0.9")
+  spec.add_runtime_dependency("groonga-command", ">= 1.3.2")
   spec.add_runtime_dependency("json-stream")
 
   spec.add_development_dependency("test-unit")
-------------- next part --------------
HTML����������������������������...
Download 



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