Commit 769920d5c5f762c4dde6b6623110160a7ced463f
Version bump for 3.1.2 final
T.J. Schuck committed on 8/26/2013, 4:17:28 PMParent: 349bba72d5cd07b8139b7d6ad06149c66c892ba6
Files changed
CHANGELOG | changed |
Gemfile.lock | changed |
bcrypt-ruby.gemspec | changed |
CHANGELOG | ||
---|---|---|
@@ -53,7 +53,7 @@ | ||
53 | 53 | |
54 | 54 | 3.1.1 Jul 10 2013 |
55 | 55 | - Remove support for Ruby 1.8 in compiled win32 binaries |
56 | 56 | |
57 | -3.1.2 Aug 23 2013 | |
57 | +3.1.2 Aug 26 2013 | |
58 | 58 | - Add support for Ruby 1.8 and 2.0 (in addition to 1.9) in compiled Windows binaries |
59 | 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.2.rc1) | |
4 | + bcrypt-ruby (3.1.2) | |
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.2.rc1' | |
3 | + s.version = '3.1.2' | |
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