File: 0001-remove-calling-git.patch

package info (click to toggle)
ruby-spoon 0.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 108 kB
  • sloc: ruby: 184; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 701 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Hideki Yamane <henrich@debian.org>
Date: Sat, 17 Sep 2016 12:18:36 +0900
Subject: 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"