File: remove-git-in-gemspec.patch

package info (click to toggle)
ruby-chronic 0.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 444 kB
  • ctags: 581
  • sloc: ruby: 4,542; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: ruby-chronic/chronic.gemspec
===================================================================
--- ruby-chronic.orig/chronic.gemspec
+++ ruby-chronic/chronic.gemspec
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
   s.license = 'MIT'
   s.rdoc_options = ['--charset=UTF-8']
   s.extra_rdoc_files = %w[README.md HISTORY.md LICENSE]
-  s.files = `git ls-files`.split($/)
-  s.test_files = `git ls-files -- test`.split($/)
+  s.files = ''
+  s.test_files = ''
 
   s.add_development_dependency 'rake'
   s.add_development_dependency 'simplecov'