Sha256: a19d22f5ec4043fbf1ab54903e7f50002629afb135019936c9982ae6351c6fb9

Contents?: true

Size: 394 Bytes

Versions: 17

Compression:

Stored size: 394 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "appraisal"
require "standard/rake"
require "rake/testtask"
require "rake/extensiontask"

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

Rake::ExtensionTask.new("object_tracing")

namespace :test do
  task all: "appraisal:all"
end

task default: :test

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
plain_apm-0.7.1 Rakefile
plain_apm-0.7.0 Rakefile
plain_apm-0.6.7 Rakefile
plain_apm-0.6.6 Rakefile
plain_apm-0.6.5 Rakefile
plain_apm-0.6.4 Rakefile
plain_apm-0.6.3 Rakefile
plain_apm-0.6.2 Rakefile
plain_apm-0.6.1 Rakefile
plain_apm-0.5.7 Rakefile
plain_apm-0.5.6 Rakefile
plain_apm-0.5.5 Rakefile
plain_apm-0.5.4 Rakefile
plain_apm-0.5.3 Rakefile
plain_apm-0.5.2 Rakefile
plain_apm-0.5.1 Rakefile
plain_apm-0.5.0 Rakefile