File: fix-gemspec.patch

package info (click to toggle)
ruby-omniauth-ldap 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 27
  • sloc: ruby: 461; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 766 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: ruby-omniauth-ldap/omniauth-ldap.gemspec
===================================================================
--- ruby-omniauth-ldap.orig/omniauth-ldap.gemspec
+++ ruby-omniauth-ldap/omniauth-ldap.gemspec
@@ -19,9 +19,9 @@ Gem::Specification.new do |gem|
   gem.add_development_dependency 'libnotify'
   gem.add_development_dependency 'ruby-debug19'
 
-  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
-  gem.files         = `git ls-files`.split("\n")
-  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
+  gem.executables   = ''
+  gem.files         = ''
+  gem.test_files    = ''
   gem.name          = "omniauth-ldap"
   gem.require_paths = ["lib"]
   gem.version       = OmniAuth::LDAP::VERSION