bcrypt 3.1.6-java → 3.1.7-java

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
Binary file
@@ -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
@@ -200,4 +200,4 @@ http://www.schneier.com/book-practical.html
200
200
  # Etc
201
201
 
202
202
  * Author :: Coda Hale <coda.hale@gmail.com>
203
- * Website :: http://blog.codahale.com
203
+ * Website :: http://blog.codahale
@@ -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
Binary file
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: bcrypt
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 3.1.6
5
+ version: 3.1.7
6
6
  platform: java
7
7
  authors:
8
8
  - Coda Hale
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-21 00:00:00.000000000 Z
12
+ date: 2014-02-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake-compiler