bcrypt 3.1.10-x64-mingw32 → 3.1.11-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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTdhZDA4M2Q1N2Y1Y2EzMGNmMzcxYmI3YTc4OGFiYzAyNDU3YTc4YQ==
4
+ OWZjOGRhZmM5ODZkZWQxM2Y0YmUxYzIwZDdmNDU1ZGUzOTczZThkMw==
5
5
  data.tar.gz: !binary |-
6
- OGQ4OGZlOWU5ZmUyNTc4ZDQ3Mjc4NzBkNDdlNjFjMzIyMDFhZGFhYQ==
6
+ OGM3NzYwYjc0OGRlMThjNzRiMTA4ZmFkMmU3MDA5MGQ0ZDQ3NmQ5NA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTM1OTlhNjE0ZDUwMDNjN2M4MWQ4ZGI0ZjkzNDU4Yzg4M2YzZTZiMzY2OGZk
10
- MTBjNjYyNjZmYzc2YjBlZTI3YjEzNzEzNmI2OGU3ZWJmOTNkNzAxMDUwZmFh
11
- NTRhMjZmYWYzYzVlOTBlYzdmNGI3OTViMWVmZmY2YTBjZDA1OTg=
9
+ YjY4NmNmNmE3NzU5M2E0YmJiOWYwZjMxMzRhOTVjN2E4M2Q0NDYxZjRjMTRk
10
+ NGI2ZjBjN2U1NGE4ZDlhNzFlZWVmNWI4ZDFmMWE5ZGJhZjIzNjQ1YWNlZTM2
11
+ YThmOWI0ZGY4NWZkOTY1MTkzMmE4ZGEyOWE4MmJjZGU2NTdiNWQ=
12
12
  data.tar.gz: !binary |-
13
- MWM3YzQ0ODI4NTA1NmNlODg2MTRmNTNiNzBmY2VmYTA1NWM4YmUzMzI5ZDJi
14
- YTYzYzdhZjIzNDMwMDg0MzQzMDk4OTk5ZGJmMDdhMDNiNGU3ZGU3YTgwMTUx
15
- NTg2ZTU3NDAyNWQ4NjllYWNiZWNiNGU4YzRmMWM3MTI2NWU1Yjc=
13
+ YWZhNDI1Mjc4ZWI0ZWMyODc3ZWNjM2ZjNTI5Y2RkNmYxNDM3NDJmNzUyMGMz
14
+ NTBlNjQwYTYyOTY2NWQ4MDgxOTFhNDIyOGJjMTE2YzEwMDViNGY0MGRmMjJk
15
+ MDlmODBhMGE4ZGJlMGZkMmJjZDc3MjY3Mjg0NTExMGNiZjE0ODk=
@@ -6,6 +6,7 @@ rvm:
6
6
  - 2.0.0
7
7
  - 2.1.0
8
8
  - 2.2.0
9
+ - 2.3.0
9
10
  - ruby-head
10
11
  - jruby-18mode
11
12
  - jruby-19mode
data/CHANGELOG CHANGED
@@ -79,3 +79,6 @@
79
79
 
80
80
  3.1.10 Jan 28 2015
81
81
  - Fix issue with dumping a BCrypt::Password instance to YAML in Ruby 2.2 [GH #107 by @mattwildig]
82
+
83
+ 3.1.11 Mar 06 2016
84
+ - Add support for Ruby 2.2 in compiled Windows binaries
@@ -1,31 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bcrypt (3.1.10)
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.1)
11
- json (1.8.1-java)
12
- rake (10.1.0)
13
- rake-compiler (0.9.2)
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.0.0)
18
- rspec-core (~> 3.0.0)
19
- rspec-expectations (~> 3.0.0)
20
- rspec-mocks (~> 3.0.0)
21
- rspec-core (3.0.2)
22
- rspec-support (~> 3.0.0)
23
- rspec-expectations (3.0.2)
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.0.0)
26
- rspec-mocks (3.0.2)
27
- rspec-support (~> 3.0.0)
28
- rspec-support (3.0.2)
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.1 builds on win32
34
- * Any 1.8, 1.9, 2.0, 2.1, or 2.2 Ruby on a BSD/OS X/Linux system with a compiler
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
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'bcrypt'
3
- s.version = '3.1.10'
3
+ s.version = '3.1.11'
4
4
 
5
5
  s.summary = "OpenBSD's bcrypt() password hashing algorithm."
6
6
  s.description = <<-EOF
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.10
4
+ version: 3.1.11
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Coda Hale
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-29 00:00:00.000000000 Z
11
+ date: 2016-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler
@@ -88,6 +88,7 @@ files:
88
88
  - ext/mri/wrapper.c
89
89
  - lib/2.0/bcrypt_ext.so
90
90
  - lib/2.1/bcrypt_ext.so
91
+ - lib/2.2/bcrypt_ext.so
91
92
  - lib/bcrypt.rb
92
93
  - lib/bcrypt/engine.rb
93
94
  - lib/bcrypt/error.rb
@@ -123,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
124
  version: '0'
124
125
  requirements: []
125
126
  rubyforge_project:
126
- rubygems_version: 2.4.5
127
+ rubygems_version: 2.4.3
127
128
  signing_key:
128
129
  specification_version: 4
129
130
  summary: OpenBSD's bcrypt() password hashing algorithm.