Sha256: 0c472c90b0c362ae5a232fe38f4b1eb0eeac0ee82fcd45ae49d667700887a63f

Contents?: true

Size: 246 Bytes

Versions: 14

Compression:

Stored size: 246 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.warning = true
  t.test_files = FileList["test/**/*_test.rb"]
end

task(default: :test)

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
deprecation_toolkit-2.2.1 Rakefile
deprecation_toolkit-2.2.0 Rakefile
deprecation_toolkit-2.1.0 Rakefile
deprecation_toolkit-2.0.4 Rakefile
deprecation_toolkit-2.0.3 Rakefile
deprecation_toolkit-2.0.2 Rakefile
deprecation_toolkit-2.0.1 Rakefile
deprecation_toolkit-2.0.0 Rakefile
deprecation_toolkit-1.5.1 Rakefile
deprecation_toolkit-1.5.0 Rakefile
deprecation_toolkit-1.4.0 Rakefile
deprecation_toolkit-1.3.0 Rakefile
deprecation_toolkit-1.2.2 Rakefile
deprecation_toolkit-1.2.1 Rakefile