Skip to content

Commit

Permalink
gemspec: fix the gem name correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Haruka Yoshihara committed Nov 27, 2012
1 parent 761eda0 commit 956639d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groonga-command.gemspec
Expand Up @@ -51,7 +51,7 @@ Gem::Specification.new do |spec|
spec.licenses = ["LGPLv2.1+"]
spec.require_paths = ["lib"]

spec.add_runtime_dependency("yajl")
spec.add_runtime_dependency("yajl-ruby")

spec.add_development_dependency("test-unit")
spec.add_development_dependency("test-unit-notify")
Expand Down

0 comments on commit 956639d

Please sign in to comment.