Navigation Menu

Skip to content

Commit

Permalink
Pack groonga-client into gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 22, 2015
1 parent a9025d7 commit 6bf8127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions groonga-client.gemspec
Expand Up @@ -43,9 +43,9 @@ Gem::Specification.new do |spec|
spec.files += Dir.glob("lib/**/*.rb")
spec.files += Dir.glob("doc/text/*")
spec.test_files += Dir.glob("test/**/*")
# Dir.chdir("bin") do
# spec.executables = Dir.glob("*")
# end
Dir.chdir("bin") do
spec.executables = Dir.glob("*")
end

spec.add_runtime_dependency("gqtp", ">= 1.0.4")
spec.add_runtime_dependency("groonga-command", ">= 1.0.8")
Expand Down

0 comments on commit 6bf8127

Please sign in to comment.