Navigation Menu

Skip to content

Commit

Permalink
Specify minimum version of cool.io as 1.3.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
piroor committed Apr 23, 2015
1 parent 9f890eb commit f28e745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droonga-engine.gemspec
Expand Up @@ -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"
Expand Down

0 comments on commit f28e745

Please sign in to comment.