view Kibana-no-git-patch @ 31:e84d1f4fe2bf

logstash manifest depends on results of elasticsearch build
author Carl Byington <carl@five-ten-sg.com>
date Sat, 11 May 2013 09:38:59 -0700
parents 76544ad0561d
children
line wrap: on
line source

--- kibana.gemspec	2013-04-25 01:59:24.000000000 -0700
+++ kibana.new.gemspec	2013-05-06 23:04:47.780673300 -0700
@@ -9,11 +9,11 @@
   gem.homepage = "http://rashidkpc.github.com/Kibana/"
   gem.license = "MIT License"
 
-  gem.files = `git ls-files`.split("\n")
+  gem.files = `find * -type f`.split("\n")
   gem.name = "kibana"
   gem.require_paths = ["lib"]
   gem.version = Kibana::VERSION
-  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
+  gem.executables   = `find bin/* -type f`.split("\n").map{ |f| File.basename(f) }
 
   gem.add_runtime_dependency 'sinatra'
   gem.add_runtime_dependency 'json'