kycaid 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 745164f9d1f5e40a02fd4e78dfa205895cdfe79cfc49d45724854d57c63614d7
4
- data.tar.gz: 44786d6cea64b1d7936e93ffbc63ab4e3d0b05a2971cb7a920f6a884c4cc058e
3
+ metadata.gz: fd80513b72f3b0cbf9d0d5bcaba6268cd42f931b5c2ce89f857ebd5e8b5530d6
4
+ data.tar.gz: 0ae93f087dfd4b420283b92f3dbedf5ecd863667317f0e3e4ae15cc281d3ef89
5
5
  SHA512:
6
- metadata.gz: 877880b180913660115721c50ca9f058750ef92c8b36b23d5d1afb13d2c8462d29fd618a85d494e2985d49ca3bc434ed2ef10ffa34da9bf31a3b24d6728253e9
7
- data.tar.gz: 6db8b5e99d63d5ba21b95efb4934c945ab909c904c6caad9e0973cabcc7972783d93a044b842f641d36dfc09fb0b4099837d1cf40fbcaa06257eaf53e1ac7d7f
6
+ metadata.gz: caf10193ed73811c95009017a064eac6cb9a94fc54a91a0ce0a3aeb0d7d5775db79c749514ecc11ec6b3a7dc6dba186c010b1c5e9e1139190f1cb69a9666b5fd
7
+ data.tar.gz: 9b0218c7af7f4483c37fefae2c0e54c4645318fd741dcb1097e51ef4d37d5fa4d1c2cbd3ab71fdda5d971d43b51802c35f8c9ed1021ed66ec6862b3b0c4e6e6d
data/.drone.yml CHANGED
@@ -21,6 +21,9 @@ steps:
21
21
  - chmod 0600 ~/.gem/credentials
22
22
  - gem build kycaid.gemspec
23
23
  - gem push kycaid*.gem
24
+ when:
25
+ branch:
26
+ - master
24
27
 
25
28
  trigger:
26
29
  event:
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kycaid (0.1.0)
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 (1.0.1)
18
+ faraday (0.17.3)
19
19
  multipart-post (>= 1.2, < 3)
20
20
  hashdiff (1.0.1)
21
21
  json (2.3.0)
@@ -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{Openware ruby library to interact with KYCAID.}
10
- spec.description = %q{Support of core functionality of KYC provider}
11
- spec.homepage = "https://www.openware.com/"
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)/}) }
@@ -1,3 +1,3 @@
1
1
  module KYCAID
2
- VERSION = "0.1.0"
2
+ VERSION = "1.0.0"
3
3
  end
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: 0.1.0
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-12 00:00:00.000000000 Z
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 functionality of KYC provider
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.openware.com/
167
+ homepage: https://www.kycaid.com/
168
168
  licenses: []
169
169
  metadata:
170
- homepage_uri: https://www.openware.com/
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: Openware ruby library to interact with KYCAID.
190
+ summary: kycaid.com ruby library.
192
191
  test_files: []