Sha256: 6c4ea615ad5c11ea0229ec590afde5f9636229f059ff4eba5a74d25dc6ad5f76
Contents?: true
Size: 1.61 KB
Versions: 0
Compression: gzip
Compressed size: 735 Bytes
Stored size: 735 Bytes
Contents
--- !ruby/object:Gem::Specification name: bcrypt-ruby version: !ruby/object:Gem::Version version: 2.1.1 platform: ruby authors: - Coda Hale autorequire: bindir: bin cert_chain: [] date: 2009-08-14 00:00:00 -07:00 default_executable: dependencies: [] description: " bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project\n for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling\n passwords.\n" email: coda.hale@gmail.com executables: [] extensions: - ext/mri/extconf.rb extra_rdoc_files: - README - COPYING - CHANGELOG - lib/bcrypt.rb files: - CHANGELOG - COPYING - Rakefile - README - lib/bcrypt.rb - spec/bcrypt/engine_spec.rb - spec/bcrypt/password_spec.rb - spec/spec_helper.rb - ext/mri/bcrypt.c - ext/mri/bcrypt_ext.c - ext/mri/blowfish.c - ext/mri/bcrypt.h - ext/mri/blf.h - ext/mri/extconf.rb - ext/jruby/bcrypt_jruby/BCrypt.java - ext/jruby/bcrypt_jruby/BCrypt.class has_rdoc: true homepage: http://bcrypt-ruby.rubyforge.org licenses: [] post_install_message: rdoc_options: - --title - bcrypt-ruby - --line-numbers - --inline-source - --main - README require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: bcrypt-ruby rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: OpenBSD's bcrypt() password hashing algorithm. test_files: []