Sha256: 63be02aaf8cf175aae6e3d817d33981317b8c06110ee38ac4b7756f6e05151ca

Contents?: true

Size: 375 Bytes

Versions: 19

Compression:

Stored size: 375 Bytes

Contents

# frozen_string_literal: true

require "rake/testtask"
require "rake/extensiontask"

task default: :test

Rake::ExtensionTask.new("temperature") do |c|
  c.lib_dir = "lib/temperature"
end

task :dev do
  ENV['RB_SYS_CARGO_PROFILE'] = 'dev'
end

Rake::TestTask.new do |t|
  t.deps << :dev << :compile
  t.test_files = FileList[File.expand_path("test/*_test.rb", __dir__)]
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/complete_object/Rakefile
wasmtime-28.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/complete_object/Rakefile
wasmtime-27.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/complete_object/Rakefile
wasmtime-26.0.0 ./ext/cargo-vendor/magnus-0.7.1/examples/complete_object/Rakefile
wasmtime-25.0.2 ./ext/cargo-vendor/magnus-0.6.4/examples/complete_object/Rakefile
wasmtime-25.0.1 ./ext/cargo-vendor/magnus-0.6.4/examples/complete_object/Rakefile
wasmtime-25.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/complete_object/Rakefile
wasmtime-24.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/complete_object/Rakefile
wasmtime-23.0.2 ./ext/cargo-vendor/magnus-0.6.4/examples/complete_object/Rakefile
wasmtime-22.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/complete_object/Rakefile
wasmtime-21.0.1 ./ext/cargo-vendor/magnus-0.6.4/examples/complete_object/Rakefile
wasmtime-20.0.2 ./ext/cargo-vendor/magnus-0.6.4/examples/complete_object/Rakefile
wasmtime-20.0.0 ./ext/cargo-vendor/magnus-0.6.4/examples/complete_object/Rakefile
wasmtime-18.0.3 ./ext/cargo-vendor/magnus-0.6.2/examples/complete_object/Rakefile
wasmtime-17.0.1 ./ext/cargo-vendor/magnus-0.6.2/examples/complete_object/Rakefile
wasmtime-17.0.0 ./ext/cargo-vendor/magnus-0.6.2/examples/complete_object/Rakefile
wasmtime-16.0.0 ./ext/cargo-vendor/magnus-0.6.2/examples/complete_object/Rakefile
wasmtime-15.0.1 ./ext/cargo-vendor/magnus-0.6.2/examples/complete_object/Rakefile
wasmtime-15.0.0 ./ext/cargo-vendor/magnus-0.6.2/examples/complete_object/Rakefile