Commit 58f056b01d6e617a539e1308cb2b9e221525cfdf
Version bump to 3.1.6
T.J. Schuck committed on 2/21/2014, 10:43:50 PMParent: a5b7bfbf21bc41838902b4a798f90ec25c09630e
Files changed
CHANGELOG | changed |
Gemfile.lock | changed |
bcrypt.gemspec | changed |
CHANGELOG | ||
---|---|---|
@@ -60,4 +60,9 @@ | ||
60 | 60 | |
61 | 61 | 3.1.3 Feb 21 2014 |
62 | 62 | - Add support for Ruby 2.1 in compiled Windows binaries |
63 | 63 | - Rename gem from "bcrypt-ruby" to just "bcrypt". [GH #86 by @sferik] |
64 | + | |
65 | +3.1.6 Feb 21 2014 | |
66 | + - Dummy version of "bcrypt-ruby" needed a couple version bumps to fix some | |
67 | + bugs. It felt wrong to have that at a higher version than the real gem, so | |
68 | + the real gem is getting bumped to 3.1.6. |
Gemfile.lock | ||
---|---|---|
@@ -1,8 +1,8 @@ | ||
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | - bcrypt (3.1.3) | |
4 | + bcrypt (3.1.6) | |
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.3' | |
3 | + s.version = '3.1.6' | |
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