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-1.1.1-java Rakefile
bootsnap-1.1.1 Rakefile
bootsnap-1.1.0-java Rakefile
bootsnap-1.1.0 Rakefile
bootsnap-1.1.0.pre-java Rakefile
bootsnap-1.1.0.pre Rakefile
bootsnap-1.0.0 Rakefile
bootsnap-0.3.2 Rakefile
bootsnap-0.3.1 Rakefile
bootsnap-0.3.0 Rakefile
bootsnap-0.3.0.pre3 Rakefile
bootsnap-0.3.0.pre2 Rakefile
bootsnap-0.3.0.pre Rakefile
bootsnap-0.2.15 Rakefile
bootsnap-0.2.14 Rakefile
bootsnap-0.2.13 Rakefile
bootsnap-0.2.12 Rakefile
bootsnap-0.2.11 Rakefile
bootsnap-0.2.10 Rakefile
bootsnap-0.2.9 Rakefile