File: remove-git-in-gemspec.patch

package info (click to toggle)
ruby-app-store-connect 0.38.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 516 kB
  • sloc: ruby: 1,193; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/app_store_connect.gemspec
+++ b/app_store_connect.gemspec
@@ -15,9 +15,7 @@ Gem::Specification.new do |spec|
   spec.homepage      = 'https://github.com/kyledecot/app_store_connect'
   spec.license       = 'MIT'
 
-  spec.files         = Dir.chdir(File.expand_path(__dir__)) do
-    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
-  end
+  spec.files         = Dir.glob("**/*").select {|v| v !~ /^debian/}
 
   spec.require_paths = ['lib']