Sha256: 9dbd56c9606f2a3fc0d769be6648c8eb655aedfac32a55435b1718b0fb9a64ac

Contents?: true

Size: 244 Bytes

Versions: 30

Compression:

Stored size: 244 Bytes

Contents

# frozen_string_literal: true
require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.libs << "lib"
  t.test_files = FileList["test/**/*_test.rb"]
  t.verbose = true
end

task default: :test

Version data entries

30 entries across 30 versions & 6 rubygems

Version Path
webpacker-jets-3.2.101 Rakefile
webpacker-jets-3.2.100 Rakefile
webpacker-3.5.3 Rakefile
webpacker-3.5.2 Rakefile
webpacker-3.5.1 Rakefile
webpacker-3.5.0 Rakefile
webpacker-3.4.3 Rakefile
webpacker-4.0.0.pre.pre.2 Rakefile
webpacker-4.0.0.pre.pre.1 Rakefile
webpacker-3.4.1 Rakefile
webpacker-3.4.0 Rakefile
webpacker-3.3.1 Rakefile
webpacker-3.3.0 Rakefile
webpacker-3.2.2 Rakefile
webpacker-3.2.1 Rakefile
webpacker-3.2.0 Rakefile
webpacker-3.1.1 Rakefile
webpacker-3.1.0 Rakefile
webpacker-for-component-1.1.0 Rakefile
webpacker-3.0.2 Rakefile