Commit 1f9184a8df2b90fa02d01a32a364eefc9072e1b9
Version bump to 3.1.10
T.J. Schuck committed on 1/29/2015, 4:55:48 AMParent: e21326529ba4c7d40b7c8684922ca26cc06f80f0
Files changed
CHANGELOG | changed |
Gemfile.lock | changed |
bcrypt.gemspec | changed |
CHANGELOG | ||
---|---|---|
@@ -75,4 +75,7 @@ | ||
75 | 75 | - Add support for Ruby 2.1 in compiled Windows binaries [GH #102] |
76 | 76 | |
77 | 77 | 3.1.9 Oct 23 2014 |
78 | 78 | - 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.lock | ||
---|---|---|
@@ -1,8 +1,8 @@ | ||
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | - bcrypt (3.1.9) | |
4 | + bcrypt (3.1.10) | |
5 | 5 | |
6 | 6 | GEM |
7 | 7 | remote: https://rubygems.org/ |
8 | 8 | specs: |
bcrypt.gemspec | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 | Gem::Specification.new do |s| |
2 | 2 | s.name = 'bcrypt' |
3 | - s.version = '3.1.9' | |
3 | + s.version = '3.1.10' | |
4 | 4 | |
5 | 5 | s.summary = "OpenBSD's bcrypt() password hashing algorithm." |
6 | 6 | s.description = <<-EOF |
7 | 7 | bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project |
Built with git-ssb-web