kycaidplus 1.0.1 → 1.0.2
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 +4 -4
- data/Gemfile.lock +1 -1
- data/kycaidplus-1.0.0.gem +0 -0
- data/kycaidplus-1.0.1.gem +0 -0
- data/lib/kycaidplus/{liveness.rb → liveness_check.rb} +1 -1
- data/lib/kycaidplus/version.rb +1 -1
- data/lib/kycaidplus.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e773e8f4511d0cd8459a9ed763d4958ef8316aec16174c3ccf1bee86a78bdd2f
|
|
4
|
+
data.tar.gz: fdb72a3e4c360fc98ffc175421bfc60e57064dafd9e7b0ef05fbee38b64e31f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e098bb7573d4c0f26e5d70243aec5c9a3e2bc6fe0fffbec0dfba24c9baa476ee5ea68330b9b58e37ceb4e40caf91bd686839f6389657ab69b60a64f91a3f32db
|
|
7
|
+
data.tar.gz: 43af917dfed906fcda62d010488724c9f96c97a89d0d8ed4fb7e55a258c078872dc0fa96bae620614e2000a27273af4209afe5f448281769fe9deedf664e2318
|
data/Gemfile.lock
CHANGED
|
Binary file
|
|
Binary file
|
data/lib/kycaidplus/version.rb
CHANGED
data/lib/kycaidplus.rb
CHANGED
|
@@ -11,7 +11,7 @@ require "kycaidplus/file"
|
|
|
11
11
|
require "kycaidplus/document"
|
|
12
12
|
require "kycaidplus/address"
|
|
13
13
|
require "kycaidplus/verification"
|
|
14
|
-
require "kycaidplus/
|
|
14
|
+
require "kycaidplus/liveness_check"
|
|
15
15
|
|
|
16
16
|
# KYCAIDPLUS module contains wrappers around KYCAIDPLUS API.
|
|
17
17
|
# See https://kycaid.com/
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kycaidplus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PlutoNeXT
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -167,6 +167,8 @@ files:
|
|
|
167
167
|
- Rakefile
|
|
168
168
|
- bin/console
|
|
169
169
|
- bin/setup
|
|
170
|
+
- kycaidplus-1.0.0.gem
|
|
171
|
+
- kycaidplus-1.0.1.gem
|
|
170
172
|
- kycaidplus.gemspec
|
|
171
173
|
- lib/kycaidplus.rb
|
|
172
174
|
- lib/kycaidplus/address.rb
|
|
@@ -175,7 +177,7 @@ files:
|
|
|
175
177
|
- lib/kycaidplus/configuration.rb
|
|
176
178
|
- lib/kycaidplus/document.rb
|
|
177
179
|
- lib/kycaidplus/file.rb
|
|
178
|
-
- lib/kycaidplus/
|
|
180
|
+
- lib/kycaidplus/liveness_check.rb
|
|
179
181
|
- lib/kycaidplus/response.rb
|
|
180
182
|
- lib/kycaidplus/verification.rb
|
|
181
183
|
- lib/kycaidplus/version.rb
|
|
@@ -199,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
199
201
|
- !ruby/object:Gem::Version
|
|
200
202
|
version: '0'
|
|
201
203
|
requirements: []
|
|
202
|
-
rubygems_version: 3.
|
|
204
|
+
rubygems_version: 3.1.6
|
|
203
205
|
signing_key:
|
|
204
206
|
specification_version: 4
|
|
205
207
|
summary: kycaid.com ruby library.
|