git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit 58f056b01d6e617a539e1308cb2b9e221525cfdf

Version bump to 3.1.6

T.J. Schuck committed on 2/21/2014, 10:43:50 PM
Parent: a5b7bfbf21bc41838902b4a798f90ec25c09630e

Files changed

CHANGELOGchanged
Gemfile.lockchanged
bcrypt.gemspecchanged
CHANGELOGView
@@ -60,4 +60,9 @@
6060
6161 3.1.3 Feb 21 2014
6262 - Add support for Ruby 2.1 in compiled Windows binaries
6363 - 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.lockView
@@ -1,8 +1,8 @@
11 PATH
22 remote: .
33 specs:
4- bcrypt (3.1.3)
4+ bcrypt (3.1.6)
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.3'
3+ s.version = '3.1.6'
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