Sha256: 268f260682ad02223c381a0da30061a667d3b1abdb5e6f86746b64dda5914fe0

Contents?: true

Size: 344 Bytes

Versions: 11

Compression:

Stored size: 344 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

Bundler::GemHelper.install_tasks

require 'closer/tasks'
require 'rake/testtask'

Dir.glob('lib/build_tasks/*.rake').each do |f|
  load f
end

task :test do
  Rake::Task['close'].invoke
end

task default: :test

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tax_jp-0.4.0 Rakefile
tax_jp-0.3.13 Rakefile
tax_jp-0.3.12 Rakefile
tax_jp-0.3.11 Rakefile
tax_jp-0.3.10 Rakefile
tax_jp-0.3.9 Rakefile
tax_jp-0.3.8 Rakefile
tax_jp-0.3.7 Rakefile
tax_jp-0.3.6 Rakefile
tax_jp-0.3.5 Rakefile
tax_jp-0.3.4 Rakefile