Sha256: ac614b805a21635db66ff8cb0a8a00d5e96ccfed1ed14c0e7d58ff15ac582945

Contents?: true

Size: 284 Bytes

Versions: 5

Compression:

Stored size: 284 Bytes

Contents

require 'thermite/tasks'
require_relative '../lib/faster_path/thermite_initialize'

project_toplevel_dir = File.dirname(__dir__)
Thermite::Tasks.new(cargo_project_path: project_toplevel_dir,
                    ruby_project_path: project_toplevel_dir)

task default: 'thermite:build'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
faster_path-0.3.10 ext/Rakefile
faster_path-0.3.9 ext/Rakefile
faster_path-0.3.8 ext/Rakefile
faster_path-0.3.7 ext/Rakefile
faster_path-0.3.6 ext/Rakefile