kycaid 0.1.0 → 1.0.0
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/.drone.yml +3 -0
- data/Gemfile.lock +2 -2
- data/kycaid.gemspec +4 -5
- data/lib/kycaid/version.rb +1 -1
- metadata +7 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd80513b72f3b0cbf9d0d5bcaba6268cd42f931b5c2ce89f857ebd5e8b5530d6
|
|
4
|
+
data.tar.gz: 0ae93f087dfd4b420283b92f3dbedf5ecd863667317f0e3e4ae15cc281d3ef89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: caf10193ed73811c95009017a064eac6cb9a94fc54a91a0ce0a3aeb0d7d5775db79c749514ecc11ec6b3a7dc6dba186c010b1c5e9e1139190f1cb69a9666b5fd
|
|
7
|
+
data.tar.gz: 9b0218c7af7f4483c37fefae2c0e54c4645318fd741dcb1097e51ef4d37d5fa4d1c2cbd3ab71fdda5d971d43b51802c35f8c9ed1021ed66ec6862b3b0c4e6e6d
|
data/.drone.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
kycaid (
|
|
4
|
+
kycaid (1.0.0)
|
|
5
5
|
faraday
|
|
6
6
|
json
|
|
7
7
|
|
|
@@ -15,7 +15,7 @@ GEM
|
|
|
15
15
|
safe_yaml (~> 1.0.0)
|
|
16
16
|
diff-lcs (1.3)
|
|
17
17
|
docile (1.3.2)
|
|
18
|
-
faraday (
|
|
18
|
+
faraday (0.17.3)
|
|
19
19
|
multipart-post (>= 1.2, < 3)
|
|
20
20
|
hashdiff (1.0.1)
|
|
21
21
|
json (2.3.0)
|
data/kycaid.gemspec
CHANGED
|
@@ -6,14 +6,13 @@ Gem::Specification.new do |spec|
|
|
|
6
6
|
spec.authors = ["Openware"]
|
|
7
7
|
spec.email = ["hello@openware.com"]
|
|
8
8
|
|
|
9
|
-
spec.summary = %q{
|
|
10
|
-
spec.description = %q{Support of core
|
|
11
|
-
spec.homepage = "https://www.
|
|
9
|
+
spec.summary = %q{kycaid.com ruby library.}
|
|
10
|
+
spec.description = %q{Support of core functionalities of the KYC provider kycaid.com}
|
|
11
|
+
spec.homepage = "https://www.kycaid.com/"
|
|
12
12
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
|
13
13
|
|
|
14
14
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
15
|
-
spec.metadata["source_code_uri"] = "https://github.com/openware/kycaid"
|
|
16
|
-
spec.metadata["changelog_uri"] = "https://github.com/openware/kycaid/blob/master/CHANGELOG.md"
|
|
15
|
+
spec.metadata["source_code_uri"] = "https://github.com/openware/kycaid-ruby"
|
|
17
16
|
|
|
18
17
|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
|
19
18
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/kycaid/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kycaid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Openware
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -136,7 +136,7 @@ dependencies:
|
|
|
136
136
|
- - ">="
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0'
|
|
139
|
-
description: Support of core
|
|
139
|
+
description: Support of core functionalities of the KYC provider kycaid.com
|
|
140
140
|
email:
|
|
141
141
|
- hello@openware.com
|
|
142
142
|
executables: []
|
|
@@ -164,12 +164,11 @@ files:
|
|
|
164
164
|
- lib/kycaid/response.rb
|
|
165
165
|
- lib/kycaid/verification.rb
|
|
166
166
|
- lib/kycaid/version.rb
|
|
167
|
-
homepage: https://www.
|
|
167
|
+
homepage: https://www.kycaid.com/
|
|
168
168
|
licenses: []
|
|
169
169
|
metadata:
|
|
170
|
-
homepage_uri: https://www.
|
|
171
|
-
source_code_uri: https://github.com/openware/kycaid
|
|
172
|
-
changelog_uri: https://github.com/openware/kycaid/blob/master/CHANGELOG.md
|
|
170
|
+
homepage_uri: https://www.kycaid.com/
|
|
171
|
+
source_code_uri: https://github.com/openware/kycaid-ruby
|
|
173
172
|
post_install_message:
|
|
174
173
|
rdoc_options: []
|
|
175
174
|
require_paths:
|
|
@@ -188,5 +187,5 @@ requirements: []
|
|
|
188
187
|
rubygems_version: 3.0.3
|
|
189
188
|
signing_key:
|
|
190
189
|
specification_version: 4
|
|
191
|
-
summary:
|
|
190
|
+
summary: kycaid.com ruby library.
|
|
192
191
|
test_files: []
|