Sha256: b44a0924b55477e8acaa2ef67ab98fbc5d382b14dd26cb9b992c50c8f7fb2ab6
Contents?: true
Size: 534 Bytes
Versions: 36
Compression:
Stored size: 534 Bytes
Contents
# # ActiveFacts CQL Parser. # A Rakefile to run Treetop when the ActiveFacts gem is installed. # This isn't mandatory but makes it much faster to start the parser. # Delete the generated files during parser development. # # Copyright (c) 2009 Clifford Heath. Read the LICENSE file. # 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
36 entries across 36 versions & 2 rubygems