--- !ruby/object:Gem::Specification name: bcrypt version: !ruby/object:Gem::Version version: 3.1.6 platform: x64-mingw32 authors: - Coda Hale autorequire: bindir: bin cert_chain: [] date: 2014-02-21 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: rake-compiler prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 0.9.2 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - &id004 - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: rdoc prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: "3.12" type: :development version_requirements: *id003 description: " bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project\n for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling\n passwords.\n" email: coda.hale@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.md - COPYING - CHANGELOG - lib/bcrypt/engine.rb - lib/bcrypt/error.rb - lib/bcrypt/password.rb - lib/bcrypt.rb files: - .gitignore - .rspec - .travis.yml - CHANGELOG - COPYING - Gemfile - Gemfile.lock - README.md - Rakefile - bcrypt.gemspec - ext/jruby/bcrypt_jruby/BCrypt.java - ext/mri/bcrypt_ext.c - ext/mri/crypt.c - ext/mri/crypt.h - ext/mri/crypt_blowfish.c - ext/mri/crypt_gensalt.c - ext/mri/extconf.rb - ext/mri/ow-crypt.h - ext/mri/wrapper.c - lib/bcrypt.rb - lib/bcrypt/engine.rb - lib/bcrypt/error.rb - lib/bcrypt/password.rb - spec/TestBCrypt.java - spec/bcrypt/engine_spec.rb - spec/bcrypt/error_spec.rb - spec/bcrypt/password_spec.rb - spec/spec_helper.rb - lib/2.0/bcrypt_ext.so homepage: https://github.com/codahale/bcrypt-ruby licenses: - MIT metadata: {} post_install_message: rdoc_options: - --title - bcrypt-ruby - --line-numbers - --inline-source - --main - README.md require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - *id004 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - *id004 requirements: [] rubyforge_project: rubygems_version: 2.0.14 signing_key: specification_version: 4 summary: OpenBSD's bcrypt() password hashing algorithm. test_files: []