bcrypt 3.1.10-x86-mingw32 → 3.1.11-x86-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 +8 -8
- data/.travis.yml +1 -0
- data/CHANGELOG +3 -0
- data/Gemfile.lock +20 -16
- data/README.md +2 -2
- data/bcrypt.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
M2U1Yjc3MzcyZDQ5OTU5YjA2NmRiYThjNWQ2YjI4ZmY0MmQ1Y2U5Yg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTFlMDExMGY3NTEzYmY2ZDliMWNhNjY4YWE1ZGYxZTNkNTYwZjY1MQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YjRhMWUzNTc1MTczNTk5NmRhZDBhYjUyZDk3ZWI4N2ZmOTRhYjI4MDY4MjVl
|
10
|
+
MWRjMjc5ZmQyZWFhYTI1YzFkYTJhY2E2ZThiMWRkYzU2NWUzNWM3YWIzNGYz
|
11
|
+
ZDVmMGY4MWNhZGViODViNjNjYTAxNDc5NzE5ODQ3NTA2NzRkNzk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NDg1ZDlkOTNkMWZjNzc1MDg4MTI0MjI2NGRjZDMxZTQwZTUyNTY3ZWYzNTNl
|
14
|
+
MzJlOGIxN2Y0YzIwZjExYThmZDE0MmMzYTM5YmQ5NTY4MmYwMTA2Y2JkZjcw
|
15
|
+
ZmFjNGNhZWVmZGQ1ZDQ5ZDFkMDY3NWVmZGVlNGYzNDFjNTk2NDU=
|
data/.travis.yml
CHANGED
data/CHANGELOG
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,31 +1,32 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bcrypt (3.1.
|
4
|
+
bcrypt (3.1.11)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
9
|
diff-lcs (1.2.5)
|
10
|
-
json (1.8.
|
11
|
-
json (1.8.
|
12
|
-
rake (10.
|
13
|
-
rake-compiler (0.9.
|
10
|
+
json (1.8.3)
|
11
|
+
json (1.8.3-java)
|
12
|
+
rake (10.4.2)
|
13
|
+
rake-compiler (0.9.5)
|
14
14
|
rake
|
15
15
|
rdoc (3.12.2)
|
16
16
|
json (~> 1.4)
|
17
|
-
rspec (3.
|
18
|
-
rspec-core (~> 3.
|
19
|
-
rspec-expectations (~> 3.
|
20
|
-
rspec-mocks (~> 3.
|
21
|
-
rspec-core (3.
|
22
|
-
rspec-support (~> 3.
|
23
|
-
rspec-expectations (3.
|
17
|
+
rspec (3.3.0)
|
18
|
+
rspec-core (~> 3.3.0)
|
19
|
+
rspec-expectations (~> 3.3.0)
|
20
|
+
rspec-mocks (~> 3.3.0)
|
21
|
+
rspec-core (3.3.2)
|
22
|
+
rspec-support (~> 3.3.0)
|
23
|
+
rspec-expectations (3.3.1)
|
24
24
|
diff-lcs (>= 1.2.0, < 2.0)
|
25
|
-
rspec-support (~> 3.
|
26
|
-
rspec-mocks (3.
|
27
|
-
|
28
|
-
|
25
|
+
rspec-support (~> 3.3.0)
|
26
|
+
rspec-mocks (3.3.2)
|
27
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
28
|
+
rspec-support (~> 3.3.0)
|
29
|
+
rspec-support (3.3.0)
|
29
30
|
|
30
31
|
PLATFORMS
|
31
32
|
java
|
@@ -38,3 +39,6 @@ DEPENDENCIES
|
|
38
39
|
rake-compiler (~> 0.9.2)
|
39
40
|
rdoc (~> 3.12)
|
40
41
|
rspec (>= 3)
|
42
|
+
|
43
|
+
BUNDLED WITH
|
44
|
+
1.11.2
|
data/README.md
CHANGED
@@ -30,8 +30,8 @@ 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, 2.0, and 2.
|
34
|
-
* Any 1.8, 1.9, 2.0, 2.1, or 2.
|
33
|
+
* RubyInstaller 1.8, 1.9, 2.0, 2.1, and 2.2 builds on win32
|
34
|
+
* Any 1.8, 1.9, 2.0, 2.1, 2.2, or 2.3 Ruby on a BSD/OS X/Linux system with a compiler
|
35
35
|
|
36
36
|
## How to use `bcrypt()` in your Rails application
|
37
37
|
|
data/bcrypt.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.11
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Coda Hale
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler
|
@@ -90,6 +90,7 @@ files:
|
|
90
90
|
- lib/1.9/bcrypt_ext.so
|
91
91
|
- lib/2.0/bcrypt_ext.so
|
92
92
|
- lib/2.1/bcrypt_ext.so
|
93
|
+
- lib/2.2/bcrypt_ext.so
|
93
94
|
- lib/bcrypt.rb
|
94
95
|
- lib/bcrypt/engine.rb
|
95
96
|
- lib/bcrypt/error.rb
|
@@ -125,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
126
|
version: '0'
|
126
127
|
requirements: []
|
127
128
|
rubyforge_project:
|
128
|
-
rubygems_version: 2.4.
|
129
|
+
rubygems_version: 2.4.3
|
129
130
|
signing_key:
|
130
131
|
specification_version: 4
|
131
132
|
summary: OpenBSD's bcrypt() password hashing algorithm.
|