git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit 1f9184a8df2b90fa02d01a32a364eefc9072e1b9

Version bump to 3.1.10

T.J. Schuck committed on 1/29/2015, 4:55:48 AM
Parent: e21326529ba4c7d40b7c8684922ca26cc06f80f0

Files changed

CHANGELOGchanged
Gemfile.lockchanged
bcrypt.gemspecchanged
CHANGELOGView
@@ -75,4 +75,7 @@
7575 - Add support for Ruby 2.1 in compiled Windows binaries [GH #102]
7676
7777 3.1.9 Oct 23 2014
7878 - Rebuild corrupt binaries
79+
80+3.1.10 Jan 28 2015
81+ - Fix issue with dumping a BCrypt::Password instance to YAML in Ruby 2.2 [GH #107 by @mattwildig]
Gemfile.lockView
@@ -1,8 +1,8 @@
11 PATH
22 remote: .
33 specs:
4- bcrypt (3.1.9)
4+ bcrypt (3.1.10)
55
66 GEM
77 remote: https://rubygems.org/
88 specs:
bcrypt.gemspecView
@@ -1,7 +1,7 @@
11 Gem::Specification.new do |s|
22 s.name = 'bcrypt'
3- s.version = '3.1.9'
3+ s.version = '3.1.10'
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