Sha256: 759a5e6e55f2bc0bfe348de62146641c055307b8721426ef341587d92e30063c

Contents?: true

Size: 324 Bytes

Versions: 22

Compression:

Stored size: 324 Bytes

Contents

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), 'lib')

require 'rake/clean'

RELISH_PROJECT = 'trema/phut'

task default: :test
task test: [:spec, :cucumber, :quality]
task travis: [:spec, 'cucumber:travis', :quality]
task quality: [:rubocop, :reek, :flog, :flay]

Dir.glob('tasks/*.rake').each { |each| import each }

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
phut-0.7.7 Rakefile
phut-0.7.6 Rakefile
phut-0.7.5 Rakefile
phut-0.7.4 Rakefile
phut-0.7.3 Rakefile
phut-0.7.2 Rakefile
phut-0.7.1 Rakefile
phut-0.7.0 Rakefile
phut-0.6.11 Rakefile
phut-0.6.10 Rakefile
phut-0.6.9 Rakefile
phut-0.6.8 Rakefile
phut-0.6.7 Rakefile
phut-0.6.6 Rakefile
phut-0.6.5 Rakefile
phut-0.6.4 Rakefile
phut-0.6.3 Rakefile
phut-0.6.2 Rakefile
phut-0.6.1 Rakefile
phut-0.6.0 Rakefile