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.
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: 0ce8b1b38ee12a045e2e507e6053e636f3590a9f277b3f7808eba3d4807080b908e8d26231986de3365866d2a57c0aa37f52f8792b53b39225ae87e4f79321ef
4
- data.tar.gz: 52fe4e7dbe269d3123ff3159571dfc429430533c4989594de872a966822c5ec7c02cdc7a916c8f4b920a707df500ce3071342d83ded13a2ee545e5a6d86e6151
3
+ metadata.gz: 4923db5c45ef06d33e5063c04389a9b8a15255da1e449a159c325eb1649a6c31b2c836c5b34fcfb793679895e3d0de985172cd78fcd4c9191ef45d265cc8c517
4
+ data.tar.gz: 503fe140bdf226d519317ee3765b5fa54bf83b4ad3490d78fb7500d575a194f57f1cfc0b0d0a34783a33e98675260c6648de99c33fc0a7d25c501edba62e03c3
5
5
  SHA1:
6
- metadata.gz: deed40dcfef18d8c839f67ac5190595227e66533
7
- data.tar.gz: f4f3b6979e5e66df527c148f804fb32c55b1fcc4
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
@@ -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: 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-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