Sha256: 4be2bd5bdcd36a55e68f37620f3cd55193724d3f039b675f2bf32dccaa86c150

Contents?: true

Size: 287 Bytes

Versions: 21

Compression:

Stored size: 287 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

21 entries across 21 versions & 2 rubygems

Version Path
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.5/Rakefile
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.5/Rakefile
bootsnap-1.4.5-java Rakefile
bootsnap-1.4.5 Rakefile
bootsnap-1.4.4-java Rakefile
bootsnap-1.4.4 Rakefile
bootsnap-1.4.3-java Rakefile
bootsnap-1.4.3 Rakefile
bootsnap-1.4.2-java Rakefile
bootsnap-1.4.2 Rakefile
bootsnap-1.4.2.rc3 Rakefile
bootsnap-1.4.2.rc2-java Rakefile
bootsnap-1.4.2.rc2 Rakefile
bootsnap-1.4.2.rc1-java Rakefile
bootsnap-1.4.2.rc1 Rakefile
bootsnap-1.4.1-java Rakefile
bootsnap-1.4.1 Rakefile
bootsnap-1.4.0 Rakefile
bootsnap-1.4.0-java Rakefile
bootsnap-1.4.0.pre3 Rakefile