Sha256: 8f3d16e83e4b7610dddd52fe2706c8e0ea26313132385b28c346c58ef11640f0

Contents?: true

Size: 417 Bytes

Versions: 37

Compression:

Stored size: 417 Bytes

Contents

if RUBY_PLATFORM == "java"
  # Don't do anything when run in JRuby; this allows gem installation to pass.
  # We need to write a dummy Makefile so that RubyGems doesn't think compilation
  # failed.
  File.open('Makefile', 'w') do |f|
    f.puts "all:"
    f.puts "\t@true"
    f.puts "install:"
    f.puts "\t@true"
  end
  exit 0
else
  require "mkmf"
  dir_config("bcrypt_ext")
  create_makefile("bcrypt_ext")
end

Version data entries

37 entries across 37 versions & 8 rubygems

Version Path
bcrypt-3.1.12-x64-mingw32 ext/mri/extconf.rb
bcrypt-3.1.12-x86-mingw32 ext/mri/extconf.rb
bcrypt-3.1.12-java ext/mri/extconf.rb
bcrypt-3.1.12 ext/mri/extconf.rb
bcrypt-3.1.12.rc1-x64-mingw32 ext/mri/extconf.rb
bcrypt-3.1.12.rc1-x86-mingw32 ext/mri/extconf.rb
bcrypt-3.1.12.rc1-java ext/mri/extconf.rb
bcrypt-3.1.12.rc1 ext/mri/extconf.rb
bcrypt4-4.1.0 ext/mri/extconf.rb
bcrypt4-4.0.2 ext/mri/extconf.rb
bcrypt4-4.0.1 ext/mri/extconf.rb
bcrypt4-4.0.0 ext/mri/extconf.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/bcrypt-3.1.11/ext/mri/extconf.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/bcrypt-3.1.11/ext/mri/extconf.rb
bcrypt-3.1.11-x86-mingw32 ext/mri/extconf.rb
bcrypt-3.1.11-x64-mingw32 ext/mri/extconf.rb
bcrypt-3.1.11-java ext/mri/extconf.rb
bcrypt-3.1.11 ext/mri/extconf.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/bcrypt-3.1.10/ext/mri/extconf.rb
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/bcrypt-3.1.10/ext/mri/extconf.rb