Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 676cb9b36c99911ff1c7e6b3399df750 > files > 1

ruby-cocaine-0.4.2-8.mga4.src.rpm

--- ruby-cocaine-0.4.2/cocaine.gemspec~	2013-09-09 23:09:57.523165935 +0000
+++ ruby-cocaine-0.4.2/cocaine.gemspec	2013-09-09 23:22:20.031089335 +0000
@@ -11,9 +11,9 @@
   s.summary           = "A small library for doing (command) lines"
   s.description       = "A small library for doing (command) lines"
 
-  s.files         = `git ls-files`.split("\n")
-  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
-  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
+  s.files         = `find -type f`.split("\n")
+  s.test_files    = `find test spec features -type f`.split("\n")
+  s.executables   = `find bin -type f`.split("\n").map{ |f| File.basename(f) }
   s.require_paths = ["lib"]
 
   s.add_development_dependency('rspec')