File: remove-git-ls.patch

package info (click to toggle)
ruby-simple-oauth 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 30
  • sloc: ruby: 451; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: ruby-simple-oauth/simple_oauth.gemspec
===================================================================
--- ruby-simple-oauth.orig/simple_oauth.gemspec
+++ ruby-simple-oauth/simple_oauth.gemspec
@@ -10,6 +10,6 @@ Gem::Specification.new do |spec|
   spec.homepage    = 'https://github.com/laserlemon/simple_oauth'
   spec.licenses    = %w(MIT)
 
-  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('spec/') }
+  spec.files         = ''
   spec.require_paths = %w(lib)
 end