Sha256: ce827cc54c07745b93d6adc72edf7f9f8174e81bee228fe0dbf6d17c1e932b4e

Contents?: true

Size: 489 Bytes

Versions: 10

Compression:

Stored size: 489 Bytes

Contents

require 'mkmf'

have_header('Dummy Makefile')

unless find_executable('cargo')
  puts "You need to have Rust installed for this gem to build natively."
  puts "Please install the latest nightly build:"
  puts
  puts "curl -sSf https://static.rust-lang.org/rustup.sh | sudo sh -s -- --channel=nightly"
  puts
  at_exit { puts "Exiting..."}
end

Dir.chdir(File.expand_path("../../", File.dirname(__FILE__))) do
  `rake build_src`
  `rake clean_src`
end

create_makefile('faster_path/dummy')

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
faster_path-0.2.6 ext/faster_path/extconf.rb
faster_path-0.2.5 ext/faster_path/extconf.rb
faster_path-0.2.4 ext/faster_path/extconf.rb
faster_path-0.2.3 ext/faster_path/extconf.rb
faster_path-0.2.2 ext/faster_path/extconf.rb
faster_path-0.2.1 ext/faster_path/extconf.rb
faster_path-0.2.0 ext/faster_path/extconf.rb
faster_path-0.1.13 ext/faster_path/extconf.rb
faster_path-0.1.12 ext/faster_path/extconf.rb
faster_path-0.1.11 ext/faster_path/extconf.rb