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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3c417cced6d9a989cdc628508ff08b0753fdd47fb292c036a6b8c3101fc8a3d
4
- data.tar.gz: 7dc877c08d8441e2c4fd3786956f676b8415d98cc2622eed7eb5348a17173b13
3
+ metadata.gz: e773e8f4511d0cd8459a9ed763d4958ef8316aec16174c3ccf1bee86a78bdd2f
4
+ data.tar.gz: fdb72a3e4c360fc98ffc175421bfc60e57064dafd9e7b0ef05fbee38b64e31f0
5
5
  SHA512:
6
- metadata.gz: 58b67200e4a359d138b72d4be5416636482643ee40dae8927e4f66e728bcf6aa04253a68dfe2a4f388c984d1c51911b624abad8d7a95367c3d047edbd95356ec
7
- data.tar.gz: b1d07d40b3527205cf4bc02515f276908f2bcde1060912a6ea0a7f0de091a9adb34ecf5635e0bedbcdcdffe956517ff30cec454d5f3b61cef0ac3b6e44121b5c
6
+ metadata.gz: e098bb7573d4c0f26e5d70243aec5c9a3e2bc6fe0fffbec0dfba24c9baa476ee5ea68330b9b58e37ceb4e40caf91bd686839f6389657ab69b60a64f91a3f32db
7
+ data.tar.gz: 43af917dfed906fcda62d010488724c9f96c97a89d0d8ed4fb7e55a258c078872dc0fa96bae620614e2000a27273af4209afe5f448281769fe9deedf664e2318
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kycaidplus (1.0.0)
4
+ kycaidplus (1.0.2)
5
5
  faraday
6
6
  faraday_middleware
7
7
  json
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  module KYCAIDPLUS
2
2
  # Liveness is wrapper for KYCAID endpoints to perform liveness check.
3
- class Liveness < Response
3
+ class LivenessCheck < Response
4
4
  extend Client
5
5
 
6
6
  # Gets form url based on the template prepared in dashboard
@@ -1,3 +1,3 @@
1
1
  module KYCAIDPLUS
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
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/liveness"
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.1
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-17 00:00:00.000000000 Z
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/liveness.rb
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.0.3.1
204
+ rubygems_version: 3.1.6
203
205
  signing_key:
204
206
  specification_version: 4
205
207
  summary: kycaid.com ruby library.