bcrypt 3.1.6-x64-mingw32 → 3.1.7-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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: 973d1bd8509b0d42d35977d769bf2522b5e4ec01f45d05e48d842624554941a8cf1a23b56b8baf7a848620ad9cae95d2b702bd70bae10f79f83b8fceb290fd04
|
4
|
+
data.tar.gz: 241d54653cc5770d02a833b467644a9a40f0f94bc2e8ff4a0b728cda0404754d16beb158a2d3ae4966118e0b5fa626fac6130cc01dc851658536048491825127
|
5
5
|
SHA1:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96f13c22771da12ea1b60189599305a6e43feba1
|
7
|
+
data.tar.gz: 495beb691cef42e506a3849699af701c1e7c3f30
|
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: x64-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
|