dilisense_pep_client 0.1.0 → 0.1.1
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/dilisense_pep_client.gemspec +1 -1
- data/lib/dilisense_pep_client/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3943f1a21dd9054957b7319c459600f468d24c851e4d432893b12fb830ad38f4
|
4
|
+
data.tar.gz: 856cbd7f15bd18111b1c0ab6a77eb0773ef165471b03087f314ffbc92758a487
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7f910b8ec0e6bb486d088d662b44d089fd21ef4bb2164012cadd3aa7fadc11cbe8b4e2206b7b706b3682a726f31f3c3d9f0ca752e60321c25af2dbc32c3f9f3
|
7
|
+
data.tar.gz: fde0e7d9b86bdefb180fea87f3ac1c5abd6ce933b6321792978a3898b1ec9c85f671b88bd8d9889cb4b88c24093cb1fbe848e29c1c217ec9cfa30aaa5465e8d8
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.email = ["angelos@sorbet.ee"]
|
10
10
|
|
11
11
|
spec.summary = "Enterprise Ruby client for Dilisense PEP and sanctions screening API"
|
12
|
-
spec.description = "Industrial-grade Ruby client for Dilisense's PEP (Politically Exposed Persons) and sanctions screening API. Designed for Estonian financial institutions and FinTech companies requiring AML/KYC compliance with comprehensive error handling, audit logging, and security features."
|
12
|
+
spec.description = "Industrial-grade Ruby client for Dilisense's PEP (Politically Exposed Persons) and sanctions screening API. Designed for Estonian financial institutions and FinTech companies requiring AML/KYC compliance with comprehensive error handling, audit logging, and security features. Version 0.1.1 includes improved test reliability and configuration fixes."
|
13
13
|
spec.homepage = "https://github.com/sorbet-ee/dilisense_PEP_client"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = ">= 2.7.0"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dilisense_pep_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sorbeet Payments OU
|
@@ -194,7 +194,8 @@ dependencies:
|
|
194
194
|
description: Industrial-grade Ruby client for Dilisense's PEP (Politically Exposed
|
195
195
|
Persons) and sanctions screening API. Designed for Estonian financial institutions
|
196
196
|
and FinTech companies requiring AML/KYC compliance with comprehensive error handling,
|
197
|
-
audit logging, and security features.
|
197
|
+
audit logging, and security features. Version 0.1.1 includes improved test reliability
|
198
|
+
and configuration fixes.
|
198
199
|
email:
|
199
200
|
- angelos@sorbet.ee
|
200
201
|
executables: []
|