[Groonga-commit] droonga/droonga-engine at f28e745 [master] Specify minimum version of cool.io as 1.3.0

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 23 13:00:44 JST 2015


YUKI Hiroshi	2015-04-23 13:00:44 +0900 (Thu, 23 Apr 2015)

  New Revision: f28e74510151136b0485870d599ad4ae31c4ce00
  https://github.com/droonga/droonga-engine/commit/f28e74510151136b0485870d599ad4ae31c4ce00

  Message:
    Specify minimum version of cool.io as 1.3.0
    
    Current droonga-engine requires following change:
    >  Block evaluation doesn't change self for keeping
    >  consistency with Ruby block
    https://github.com/tarcieri/cool.io/blob/master/CHANGES.md

  Modified files:
    droonga-engine.gemspec

  Modified: droonga-engine.gemspec (+1 -1)
===================================================================
--- droonga-engine.gemspec    2015-04-23 11:02:39 +0900 (5c9cfba)
+++ droonga-engine.gemspec    2015-04-23 13:00:44 +0900 (18a1b76)
@@ -36,7 +36,7 @@ Gem::Specification.new do |gem|
   gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
   gem.require_paths = ["lib"]
   gem.add_dependency "archive-zip"
-  gem.add_dependency "cool.io"
+  gem.add_dependency "cool.io", ">= 1.3.0"
   gem.add_dependency "drndump", ">= 1.0.1"
   gem.add_dependency "droonga-client", ">= 0.1.9"
   gem.add_dependency "droonga-message-pack-packer", ">= 1.0.2"
-------------- next part --------------
HTML����������������������������...
Download 



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