git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit 769920d5c5f762c4dde6b6623110160a7ced463f

Version bump for 3.1.2 final

T.J. Schuck committed on 8/26/2013, 4:17:28 PM
Parent: 349bba72d5cd07b8139b7d6ad06149c66c892ba6

Files changed

CHANGELOGchanged
Gemfile.lockchanged
bcrypt-ruby.gemspecchanged
CHANGELOGView
@@ -53,7 +53,7 @@
5353
5454 3.1.1 Jul 10 2013
5555 - Remove support for Ruby 1.8 in compiled win32 binaries
5656
57-3.1.2 Aug 23 2013
57+3.1.2 Aug 26 2013
5858 - Add support for Ruby 1.8 and 2.0 (in addition to 1.9) in compiled Windows binaries
5959 - Add support for 64-bit Windows
Gemfile.lockView
@@ -1,8 +1,8 @@
11 PATH
22 remote: .
33 specs:
4- bcrypt-ruby (3.1.2.rc1)
4+ bcrypt-ruby (3.1.2)
55
66 GEM
77 remote: https://rubygems.org/
88 specs:
bcrypt-ruby.gemspecView
@@ -1,7 +1,7 @@
11 Gem::Specification.new do |s|
22 s.name = 'bcrypt-ruby'
3- s.version = '3.1.2.rc1'
3+ s.version = '3.1.2'
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