argon2 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  # Standard Gem version constant.
2
2
  module Argon2
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: argon2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Technion
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-26 00:00:00.000000000 Z
11
+ date: 2015-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -147,6 +147,7 @@ files:
147
147
  - ext/argon2_wrap/tests
148
148
  - ext/phc-winner-argon2/.git
149
149
  - ext/phc-winner-argon2/.gitignore
150
+ - ext/phc-winner-argon2/CHANGELOG.md
150
151
  - ext/phc-winner-argon2/LICENSE
151
152
  - ext/phc-winner-argon2/Makefile
152
153
  - ext/phc-winner-argon2/README.md
@@ -213,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
214
  version: '0'
214
215
  requirements: []
215
216
  rubyforge_project:
216
- rubygems_version: 2.4.8
217
+ rubygems_version: 2.5.1
217
218
  signing_key:
218
219
  specification_version: 4
219
220
  summary: Argon2 Password hashing binding