Sha256: f3cf313786359c1874e7ead7fec1416fabbb287d2a17de4a4f862a518b13b185

Contents?: true

Size: 226 Bytes

Versions: 2

Compression:

Stored size: 226 Bytes

Contents

task :default do
  pattern = File.dirname(__FILE__) + '**/*.treetop'
  files = Dir[pattern]
  # Hopefully this quoting will work where there are spaces in filenames, and even maybe on Windows?
  exec "tt '#{files*"' '"}'"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activefacts-0.6.0 lib/activefacts/cql/Rakefile
activefacts-0.7.0 lib/activefacts/cql/Rakefile