Package: ruby-omniauth-ldap / 1.0.5-1

fix-gemspec.patch Patch series | 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