Navigation Menu

Skip to content

Commit

Permalink
Rearrange dependencies alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 15, 2015
1 parent 5d7f1da commit 025a350
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions droonga-client.gemspec
Expand Up @@ -35,14 +35,14 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_runtime_dependency "msgpack"
spec.add_runtime_dependency "droonga-message-pack-packer"
spec.add_runtime_dependency "fluent-logger"
spec.add_runtime_dependency "msgpack"
spec.add_runtime_dependency "rack"
spec.add_runtime_dependency "yajl-ruby"
spec.add_runtime_dependency "droonga-message-pack-packer"
spec.add_runtime_dependency "slop", "<= 3.6.0"
spec.add_runtime_dependency "yajl-ruby"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "packnga"
spec.add_development_dependency "rake"
end

0 comments on commit 025a350

Please sign in to comment.