[Groonga-commit] ranguba/groonga-client-model at 0bc70fe [master] Fix required groonga-client gem version

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 19 18:19:57 JST 2016


Kouhei Sutou	2016-12-19 18:19:57 +0900 (Mon, 19 Dec 2016)

  New Revision: 0bc70fef66d6f506f914862003fcf538be8cfbc2
  https://github.com/ranguba/groonga-client-model/commit/0bc70fef66d6f506f914862003fcf538be8cfbc2

  Message:
    Fix required groonga-client gem version

  Modified files:
    groonga-client-model.gemspec

  Modified: groonga-client-model.gemspec (+1 -1)
===================================================================
--- groonga-client-model.gemspec    2016-12-19 18:18:59 +0900 (d777822)
+++ groonga-client-model.gemspec    2016-12-19 18:19:57 +0900 (c10f13e)
@@ -43,7 +43,7 @@ Gem::Specification.new do |spec|
   spec.files += Dir.glob("doc/text/*")
   spec.test_files += Dir.glob("test/**/*")
 
-  spec.add_runtime_dependency("groonga-client", ">= 0.3.4")
+  spec.add_runtime_dependency("groonga-client", ">= 0.3.5")
   spec.add_runtime_dependency("groonga-command-parser")
   spec.add_runtime_dependency("activemodel")
 
-------------- next part --------------
HTML����������������������������...
Download 



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