jeyzu pushed a commit to branch master.

commit ab1da5d65df79817fca4585e4901041a82f17346
Author: Jérémy Zurcher <[email protected]>
Date:   Mon Apr 8 09:39:25 2013 +0200

    remove tools topdir from gem
---
 ffi-efl.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffi-efl.gemspec b/ffi-efl.gemspec
index 878b722..5ee31b3 100644
--- a/ffi-efl.gemspec
+++ b/ffi-efl.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
     s.description = %q{It covers most of eina, eet, evas, ecore, emap, 
elementary.
     Prototypes are extracted from C headers with sed scripts. FFI calls are 
generated with a ruby script.}
 
-    s.files = `git ls-files`.split("\n")
+    s.files = `git ls-files`.split("\n").reject { |path| path =~ /^tools/ }
     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.require_paths = ["lib"]

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to