[DRE-commits] [ruby-numo-narray] 13/13: Remove git ls-files from gemspec

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Jun 21 08:37:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch patch-queue/master
in repository ruby-numo-narray.

commit fcf19888aec8c62759395e1a60c9087b6f95cb9b
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Jun 21 17:09:09 2017 +0900

    Remove git ls-files from gemspec
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 numo-narray.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/numo-narray.gemspec b/numo-narray.gemspec
index 6357438..b472be3 100644
--- a/numo-narray.gemspec
+++ b/numo-narray.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
   spec.license       = "BSD-3-Clause"
   spec.required_ruby_version = '~> 2.1'
 
-  spec.files         = `git ls-files Gemfile README.md Rakefile lib ext numo-narray.gemspec spec`.split($/)
+  spec.files         = ["Gemfile","Rakefile","ext/numo/narray/SFMT-params.h","ext/numo/narray/SFMT-params19937.h","ext/numo/narray/SFMT.c","ext/numo/narray/SFMT.h","ext/numo/narray/array.c","ext/numo/narray/data.c","ext/numo/narray/depend.erb","ext/numo/narray/extconf.rb","ext/numo/narray/gen/cogen.rb","ext/numo/narray/gen/def/bit.rb","ext/numo/narray/gen/def/dcomplex.rb","ext/numo/narray/gen/def/dfloat.rb","ext/numo/narray/gen/def/int16.rb","ext/numo/narray/gen/def/int32.rb","ext/numo/n [...]
   spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
   spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
   spec.require_paths = ["lib"]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-numo-narray.git



More information about the Pkg-ruby-extras-commits mailing list