Sha256: 706bee6356c26dad9498af1209a8fdbd12640e9087a93827b9fbaf21b384ec26

Contents?: true

Size: 285 Bytes

Versions: 13

Compression:

Stored size: 285 Bytes

Contents

require 'rake/extensiontask'
require 'bundler/gem_tasks'

gemspec = Gem::Specification.load('bootsnap.gemspec')
Rake::ExtensionTask.new do |ext|
  ext.name = 'bootsnap'
  ext.ext_dir = 'ext/bootsnap'
  ext.lib_dir = 'lib/bootsnap'
  ext.gem_spec = gemspec
end

task(default: :compile)

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
bootsnap-1.3.2-java Rakefile
bootsnap-1.3.2 Rakefile
bootsnap-pr-184-1.3.1.pr.pre.184.1 Rakefile
bootsnap-1.3.1-java Rakefile
bootsnap-1.3.1 Rakefile
bootsnap-1.3.0-java Rakefile
bootsnap-1.3.0 Rakefile
bootsnap-1.3.0.beta2-java Rakefile
bootsnap-1.3.0.beta2 Rakefile
bootsnap-1.3.0.beta-java Rakefile
bootsnap-1.3.0.beta Rakefile
bootsnap-1.2.1-java Rakefile
bootsnap-1.2.1 Rakefile