[Groonga-commit] groonga/groonga-schema at eeb28e2 [master] Disable bin support for now

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 5 12:05:49 JST 2016


Kouhei Sutou	2016-08-05 12:05:49 +0900 (Fri, 05 Aug 2016)

  New Revision: eeb28e21f4d031b850fefec2842202482d7e14fa
  https://github.com/groonga/groonga-schema/commit/eeb28e21f4d031b850fefec2842202482d7e14fa

  Message:
    Disable bin support for now

  Modified files:
    groonga-schema.gemspec

  Modified: groonga-schema.gemspec (+3 -3)
===================================================================
--- groonga-schema.gemspec    2016-08-05 11:48:58 +0900 (d2a8638)
+++ groonga-schema.gemspec    2016-08-05 12:05:49 +0900 (3fd592f)
@@ -44,9 +44,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.homepage = "https://github.com/groonga/groonga-schema"
   spec.licenses = ["LGPLv2.1+"]
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index