[Groonga-commit] ranguba/chupa-text at ac87e6f [master] Put test/** files to files instead of test_files

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 4 22:34:59 JST 2014


Kouhei Sutou	2014-01-04 22:34:59 +0900 (Sat, 04 Jan 2014)

  New Revision: ac87e6f1d980c6173a1a9010a0ab0a57c41b5346
  https://github.com/ranguba/chupa-text/commit/ac87e6f1d980c6173a1a9010a0ab0a57c41b5346

  Message:
    Put test/** files to files instead of test_files
    
    Because they include fixture files. They are not test files.

  Modified files:
    chupa-text.gemspec

  Modified: chupa-text.gemspec (+1 -1)
===================================================================
--- chupa-text.gemspec    2014-01-04 22:34:30 +0900 (d257d52)
+++ chupa-text.gemspec    2014-01-04 22:34:59 +0900 (3ad50a9)
@@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
   spec.files += Dir.glob("data/*.conf")
   spec.files += Dir.glob("lib/**/*.rb")
   spec.files += Dir.glob("doc/text/*")
-  spec.test_files += Dir.glob("test/**/*")
+  spec.files += Dir.glob("test/**/*")
   Dir.chdir("bin") do
     spec.executables = Dir.glob("*")
   end
-------------- next part --------------
HTML����������������������������...
Download 



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