git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit 38525667ede8e5a0168f7bbd3e2ea477a454abdb

Version bump for win32 gem repackaging

Attempted fix for https://github.com/codahale/bcrypt-ruby/issues/72
T.J. Schuck committed on 7/10/2013, 4:54:13 AM
Parent: d03543e1f563bb0f4ee9b8a8d923dbfcf26586b1

Files changed

CHANGELOGchanged
Gemfile.lockchanged
bcrypt-ruby.gemspecchanged
CHANGELOGView
@@ -1,7 +1,7 @@
11 1.0.0 Feb 27 2007
22 - Initial release.
3-
3+
44 2.0.0 Mar 07 2007
55 - Removed BCrypt::Password#exactly_equals -- use BCrypt::Password#eql? instead.
66 - Added BCrypt::Password#is_password?.
77 - Refactored out BCrypt::Internals into more useful BCrypt::Engine.
@@ -49,4 +49,7 @@
4949 3.1.0 May 07 2013
5050 - Add BCrypt::Password.valid_hash?(str) to check if a string is a valid bcrypt password hash
5151 - BCrypt::Password cost should be set to DEFAULT_COST if nil
5252 - Add BCrypt::Engine.cost attribute for getting/setting a default cost externally
53+
54+3.1.1 Jul 10 2013
55+ - Remove support for Ruby 1.8 in compiled win32 binaries
Gemfile.lockView
@@ -1,8 +1,8 @@
11 PATH
22 remote: .
33 specs:
4- bcrypt-ruby (3.1.0)
4+ bcrypt-ruby (3.1.1.rc1)
55
66 GEM
77 remote: https://rubygems.org/
88 specs:
bcrypt-ruby.gemspecView
@@ -1,7 +1,7 @@
11 Gem::Specification.new do |s|
22 s.name = 'bcrypt-ruby'
3- s.version = '3.1.0'
3+ s.version = '3.1.1.rc1'
44
55 s.summary = "OpenBSD's bcrypt() password hashing algorithm."
66 s.description = <<-EOF
77 bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project

Built with git-ssb-web