Kouhei Sutou
null+****@clear*****
Thu Jan 22 11:28:44 JST 2015
Kouhei Sutou 2015-01-22 11:28:44 +0900 (Thu, 22 Jan 2015) New Revision: 6bf8127f10ce156f7c800ca69d0607fd0937f4ce https://github.com/ranguba/groonga-client/commit/6bf8127f10ce156f7c800ca69d0607fd0937f4ce Message: Pack groonga-client into gem Modified files: groonga-client.gemspec Modified: groonga-client.gemspec (+3 -3) =================================================================== --- groonga-client.gemspec 2015-01-22 11:28:03 +0900 (8ade594) +++ groonga-client.gemspec 2015-01-22 11:28:44 +0900 (f00c993) @@ -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") -------------- next part -------------- HTML����������������������������...Download