Skip to content

Add support for ruby 2.2.1 on Windows #116

@topac

Description

@topac

hi, bcrypt does not work on ruby 2.2.1p85 (2015-02-26 revision 49769) [i386-mingw32] (windows server 2008)

C:\test\test-db>gem install bcrypt
Successfully installed bcrypt-3.1.10-x86-mingw32
Parsing documentation for bcrypt-3.1.10-x86-mingw32
Done installing documentation for bcrypt after 0 seconds
1 gem installed

C:\test\test-db>irb
irb(main):001:0> require 'bcrypt'
LoadError: cannot load such file -- bcrypt_ext
        from C:/Ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
        from C:/Ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
        from C:/Ruby/lib/ruby/gems/2.2.0/gems/bcrypt-3.1.10-x86-mingw32/lib/bcrypt.rb:16:in `rescue in <top (required)>'
        from C:/Ruby/lib/ruby/gems/2.2.0/gems/bcrypt-3.1.10-x86-mingw32/lib/bcrypt.rb:12:in `<top (required)>'
        from C:/Ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:128:in `require'
        from C:/Ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:128:in `rescue in require'
        from C:/Ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:39:in `require'
        from (irb):1
        from C:/Ruby/bin/irb:11:in `<main>'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions