From ae2c2a9c3b78c90a9718107d2d95aeb1b360491a Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Thu, 24 Mar 2016 20:21:20 +0100 Subject: First work to support importing monitoring FIT files. --- tasks/gem.rake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tasks') diff --git a/tasks/gem.rake b/tasks/gem.rake index 57a914d..57e0d7d 100644 --- a/tasks/gem.rake +++ b/tasks/gem.rake @@ -28,8 +28,7 @@ task :permissions do # Find the bin and test directories relative to this file. baseDir = File.expand_path('..', File.dirname(__FILE__)) - execs = Dir.glob("#{baseDir}/bin/*") + - Dir.glob("#{baseDir}/test/**/genrefs") + execs = Dir.glob("#{baseDir}/bin/*") Find.find(baseDir) do |f| # Ignore the whoke pkg directory as it may contain links to the other -- cgit v1.2.3