git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit 349bba72d5cd07b8139b7d6ad06149c66c892ba6

RC version bump for super fat Windows binaries

T.J. Schuck committed on 8/23/2013, 9:57:01 PM
Parent: 111ee6da744f356d05777d5b7cc3b2b617c4f814

Files changed

CHANGELOGchanged
Gemfile.lockchanged
bcrypt-ruby.gemspecchanged
CHANGELOGView
@@ -52,4 +52,8 @@
5252 - Add BCrypt::Engine.cost attribute for getting/setting a default cost externally
5353
5454 3.1.1 Jul 10 2013
5555 - Remove support for Ruby 1.8 in compiled win32 binaries
56+
57+3.1.2 Aug 23 2013
58+ - Add support for Ruby 1.8 and 2.0 (in addition to 1.9) in compiled Windows binaries
59+ - Add support for 64-bit Windows
Gemfile.lockView
@@ -1,8 +1,8 @@
11 PATH
22 remote: .
33 specs:
4- bcrypt-ruby (3.1.1)
4+ bcrypt-ruby (3.1.2.rc1)
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.1'
3+ s.version = '3.1.2.rc1'
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