[DRE-commits] [ruby-rbnacl] 03/05: Drop usage of git in gemspec

Lucas Nussbaum lucas at moszumanska.debian.org
Sun Jul 9 07:23:30 UTC 2017


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

lucas pushed a commit to branch patch-queue/master
in repository ruby-rbnacl.

commit 7ae220ef823d4f8fd8f1473780c651f2fbbf4487
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Sat Jul 8 23:04:31 2017 +0200

    Drop usage of git in gemspec
---
 rbnacl.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rbnacl.gemspec b/rbnacl.gemspec
index c666a29..55f79de 100644
--- a/rbnacl.gemspec
+++ b/rbnacl.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
     cryptographic systems and protocols
   DESCRIPTION
 
-  spec.files         = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
+  spec.files         = []
   spec.executables   = spec.files.grep(%r{^bin/}).map { |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-rbnacl.git



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