git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit f167f92c702ea6b01a9995e3089f49b95c34eecb

Version bump to 3.1.7

T.J. Schuck committed on 2/25/2014, 4:25:59 AM
Parent: 58f056b01d6e617a539e1308cb2b9e221525cfdf

Files changed

CHANGELOGchanged
Gemfile.lockchanged
README.mdchanged
bcrypt.gemspecchanged
CHANGELOGView
@@ -65,4 +65,8 @@
6565 3.1.6 Feb 21 2014
6666 - Dummy version of "bcrypt-ruby" needed a couple version bumps to fix some
6767 bugs. It felt wrong to have that at a higher version than the real gem, so
6868 the real gem is getting bumped to 3.1.6.
69+
70+3.1.7 Feb 24 2014
71+ - Rebuild corrupt Java binary version of gem [GH #90]
72+ - The 2.1 support for Windows binaries alleged in 3.1.3 was a lie -- documentation removed
Gemfile.lockView
@@ -1,8 +1,8 @@
11 PATH
22 remote: .
33 specs:
4- bcrypt (3.1.6)
4+ bcrypt (3.1.7)
55
66 GEM
77 remote: https://rubygems.org/
88 specs:
README.mdView
@@ -29,9 +29,9 @@
2929
3030 The bcrypt gem is available on the following ruby platforms:
3131
3232 * JRuby
33-* RubyInstaller 1.8, 1.9, 2.0, and 2.1 builds on win32
33+* RubyInstaller 1.8, 1.9, and 2.0 builds on win32
3434 * Any 1.8, 1.9, 2.0, or 2.1 ruby on a BSD/OSX/Linux system with a compiler
3535
3636 ## How to use `bcrypt()` in your Rails application
3737
bcrypt.gemspecView
@@ -1,7 +1,7 @@
11 Gem::Specification.new do |s|
22 s.name = 'bcrypt'
3- s.version = '3.1.6'
3+ s.version = '3.1.7'
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