[DRE-commits] [ruby-spoon] 01/01: remove calling git

Hideki Yamane henrich at moszumanska.debian.org
Sat Sep 17 03:22:35 UTC 2016


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

henrich pushed a commit to branch patch-queue/master
in repository ruby-spoon.

commit 14fbfc7dbdf069dfb79bac966569a05a1afbf98c
Author: Hideki Yamane <henrich at debian.org>
Date:   Sat Sep 17 12:18:36 2016 +0900

    remove calling git
---
 spoon.gemspec | 1 -
 1 file changed, 1 deletion(-)

diff --git a/spoon.gemspec b/spoon.gemspec
index e526b4f..8c87646 100644
--- a/spoon.gemspec
+++ b/spoon.gemspec
@@ -4,7 +4,6 @@ Gem::Specification.new do |s|
   s.authors = ["Charles Oliver Nutter"]
   s.date = Time.now.strftime('%Y-%m-%d')
   s.description = s.summary = "Spoon is an FFI binding of the posix_spawn function (and Windows equivalent), providing fork+exec functionality in a single shot."
-  s.files = `git ls-files`.lines.map(&:chomp)
   s.require_paths = ["lib"]
   s.add_dependency('ffi')
   s.license = "Apache-2.0"

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



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