Commit 349bba72d5cd07b8139b7d6ad06149c66c892ba6
RC version bump for super fat Windows binaries
T.J. Schuck committed on 8/23/2013, 9:57:01 PMParent: 111ee6da744f356d05777d5b7cc3b2b617c4f814
Files changed
CHANGELOG | changed |
Gemfile.lock | changed |
bcrypt-ruby.gemspec | changed |
CHANGELOG | ||
---|---|---|
@@ -52,4 +52,8 @@ | ||
52 | 52 | - Add BCrypt::Engine.cost attribute for getting/setting a default cost externally |
53 | 53 | |
54 | 54 | 3.1.1 Jul 10 2013 |
55 | 55 | - 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.lock | ||
---|---|---|
@@ -1,8 +1,8 @@ | ||
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | - bcrypt-ruby (3.1.1) | |
4 | + bcrypt-ruby (3.1.2.rc1) | |
5 | 5 | |
6 | 6 | GEM |
7 | 7 | remote: https://rubygems.org/ |
8 | 8 | specs: |
bcrypt-ruby.gemspec | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 | Gem::Specification.new do |s| |
2 | 2 | s.name = 'bcrypt-ruby' |
3 | - s.version = '3.1.1' | |
3 | + s.version = '3.1.2.rc1' | |
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