Sha256: 602a923a83058f7d76d7d87b4fc5bb026a8cbe9729af03cbb47c2140b2b5fc17

Contents?: true

Size: 257 Bytes

Versions: 49

Compression:

Stored size: 257 Bytes

Contents

require 'rake/extensiontask'

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

49 entries across 49 versions & 1 rubygems

Version Path
bootsnap-0.2.8 Rakefile
bootsnap-0.2.7 Rakefile
bootsnap-0.2.6 Rakefile
bootsnap-0.2.5 Rakefile
bootsnap-0.2.4 Rakefile
bootsnap-0.2.3 Rakefile
bootsnap-0.2.2 Rakefile
bootsnap-0.2.1 Rakefile
bootsnap-0.2.0 Rakefile