Commit f167f92c702ea6b01a9995e3089f49b95c34eecb
Version bump to 3.1.7
T.J. Schuck committed on 2/25/2014, 4:25:59 AMParent: 58f056b01d6e617a539e1308cb2b9e221525cfdf
Files changed
CHANGELOG | changed |
Gemfile.lock | changed |
README.md | changed |
bcrypt.gemspec | changed |
CHANGELOG | ||
---|---|---|
@@ -65,4 +65,8 @@ | ||
65 | 65 | 3.1.6 Feb 21 2014 |
66 | 66 | - Dummy version of "bcrypt-ruby" needed a couple version bumps to fix some |
67 | 67 | bugs. It felt wrong to have that at a higher version than the real gem, so |
68 | 68 | 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.lock | ||
---|---|---|
@@ -1,8 +1,8 @@ | ||
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | - bcrypt (3.1.6) | |
4 | + bcrypt (3.1.7) | |
5 | 5 | |
6 | 6 | GEM |
7 | 7 | remote: https://rubygems.org/ |
8 | 8 | specs: |
README.md | ||
---|---|---|
@@ -29,9 +29,9 @@ | ||
29 | 29 | |
30 | 30 | The bcrypt gem is available on the following ruby platforms: |
31 | 31 | |
32 | 32 | * 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 | |
34 | 34 | * Any 1.8, 1.9, 2.0, or 2.1 ruby on a BSD/OSX/Linux system with a compiler |
35 | 35 | |
36 | 36 | ## How to use `bcrypt()` in your Rails application |
37 | 37 |
bcrypt.gemspec | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 | Gem::Specification.new do |s| |
2 | 2 | s.name = 'bcrypt' |
3 | - s.version = '3.1.6' | |
3 | + s.version = '3.1.7' | |
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