bcrypt 3.1.6-x64-mingw32 → 3.1.7-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +4 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +1 -1
  5. data/bcrypt.gemspec +1 -1
  6. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA512:
3
- metadata.gz: d571e201cbfc12e1ecbb805d93fa61e462d2c0f79310d5984df5583e4d4df3a06f628608221d637b0ca384b90183fdeb338e0fa83781925b8256910c8a7b257e
4
- data.tar.gz: efcbfe32c6655d0182e86fe12ce69710d2b29b38b2c7c17bc8496bc15952f6ecc2fd4a8066abe871fb79e18ec3c57fc2c4d1f82eb7de8c0126c15f906314d3f3
3
+ metadata.gz: 973d1bd8509b0d42d35977d769bf2522b5e4ec01f45d05e48d842624554941a8cf1a23b56b8baf7a848620ad9cae95d2b702bd70bae10f79f83b8fceb290fd04
4
+ data.tar.gz: 241d54653cc5770d02a833b467644a9a40f0f94bc2e8ff4a0b728cda0404754d16beb158a2d3ae4966118e0b5fa626fac6130cc01dc851658536048491825127
5
5
  SHA1:
6
- metadata.gz: 54c490faa724e761ee1631ac9970ede0fa4fa7db
7
- data.tar.gz: 684c7fb730c1d5a1a36581caee8e4dc163b5c544
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
@@ -1,7 +1,7 @@
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/
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, 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
@@ -1,6 +1,6 @@
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
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.6
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-21 00:00:00 Z
12
+ date: 2014-02-25 00:00:00 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake-compiler