Sha256: 76fa15877e6d9733e3f2d386342ee6e710c345a85b0c8f2cca70f7b90ac82b79

Contents?: true

Size: 511 Bytes

Versions: 37

Compression:

Stored size: 511 Bytes

Contents

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

APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__)
load 'rails/tasks/engine.rake'

load 'rails/tasks/statistics.rake'

require 'bundler/gem_tasks'

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end

task default: :test

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

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
tax_jp-1.2.12 Rakefile
tax_jp-1.2.11 Rakefile
tax_jp-1.2.10 Rakefile
tax_jp-1.2.9 Rakefile
tax_jp-1.2.8 Rakefile
tax_jp-1.2.7 Rakefile
tax_jp-1.2.6 Rakefile
tax_jp-1.2.5 Rakefile
tax_jp-1.2.4 Rakefile
tax_jp-1.2.3 Rakefile
tax_jp-1.2.2 Rakefile
tax_jp-1.2.1 Rakefile
tax_jp-1.2.0 Rakefile
tax_jp-1.1.12 Rakefile
tax_jp-1.1.11 Rakefile
tax_jp-1.1.10 Rakefile
tax_jp-1.1.9 Rakefile
tax_jp-1.1.8 Rakefile
tax_jp-1.1.7 Rakefile
tax_jp-1.1.6 Rakefile