Skip to content

Commit

Permalink
Require rroonga 4.0.1 and later for weight vector columns
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jul 23, 2014
1 parent 3b1c524 commit 13ec1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droonga-engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.add_dependency "rroonga", ">= 3.1.0"
gem.add_dependency "rroonga", ">= 4.0.1"
gem.add_dependency "groonga-command-parser"
gem.add_dependency "json"
gem.add_dependency "cool.io"
Expand Down

0 comments on commit 13ec1bf

Please sign in to comment.