bcrypt 3.1.6-x86-mingw32 → 3.1.7-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +4 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/bcrypt.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA512:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4923db5c45ef06d33e5063c04389a9b8a15255da1e449a159c325eb1649a6c31b2c836c5b34fcfb793679895e3d0de985172cd78fcd4c9191ef45d265cc8c517
|
4
|
+
data.tar.gz: 503fe140bdf226d519317ee3765b5fa54bf83b4ad3490d78fb7500d575a194f57f1cfc0b0d0a34783a33e98675260c6648de99c33fc0a7d25c501edba62e03c3
|
5
5
|
SHA1:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07dcaa59e9def1a0c6900260ab281338258a7dcd
|
7
|
+
data.tar.gz: bee4f4a5d6c51639b9e30280718e8431423e9752
|
data/CHANGELOG
CHANGED
@@ -66,3 +66,7 @@
|
|
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
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -30,7 +30,7 @@ re-hash those passwords. This vulnerability only affected the JRuby gem.
|
|
30
30
|
The bcrypt gem is available on the following ruby platforms:
|
31
31
|
|
32
32
|
* JRuby
|
33
|
-
* RubyInstaller 1.8, 1.9,
|
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
|
data/bcrypt.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bcrypt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.7
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Coda Hale
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2014-02-
|
12
|
+
date: 2014-02-25 00:00:00 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake-compiler
|