[Groonga-commit] groonga/groonga-query-log at 0107bb0 [master] Require groonga-log 0.1.2 or later

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 4 21:44:52 JST 2018


Kouhei Sutou	2018-02-04 21:44:52 +0900 (Sun, 04 Feb 2018)

  New Revision: 0107bb0e809eaa92c7b7b146c689bc21afd955e0
  https://github.com/groonga/groonga-query-log/commit/0107bb0e809eaa92c7b7b146c689bc21afd955e0

  Message:
    Require groonga-log 0.1.2 or later

  Modified files:
    groonga-query-log.gemspec

  Modified: groonga-query-log.gemspec (+1 -1)
===================================================================
--- groonga-query-log.gemspec    2018-01-26 15:40:19 +0900 (171ad72)
+++ groonga-query-log.gemspec    2018-02-04 21:44:52 +0900 (ac12b05)
@@ -54,7 +54,7 @@ Gem::Specification.new do |spec|
 
   spec.add_runtime_dependency("groonga-command-parser")
   spec.add_runtime_dependency("groonga-client")
-  spec.add_runtime_dependency("groonga-log")
+  spec.add_runtime_dependency("groonga-log", ">= 0.1.2")
 
   spec.add_development_dependency("test-unit")
   spec.add_development_dependency("test-unit-notify")
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180204/7aa572c0/attachment.htm 



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