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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 273fac377fd26f38c2114fb2064c9be039ae46fd5c76208ae2a2f052d576a31b
4
- data.tar.gz: a05d1cc25e0862acdba9d5cd23735dd83a835e9ba7a4f214f4a757b20623ce39
3
+ metadata.gz: 3943f1a21dd9054957b7319c459600f468d24c851e4d432893b12fb830ad38f4
4
+ data.tar.gz: 856cbd7f15bd18111b1c0ab6a77eb0773ef165471b03087f314ffbc92758a487
5
5
  SHA512:
6
- metadata.gz: 11845d5f7f5a7d727b6c8a189f6148dc7801cb9d274966e0204fe990f63f8e4367df338c9cfc861a055287498fc96d2557a0629c6a1e56999a93c1c54505407c
7
- data.tar.gz: 88b14710b78f2b46a2e12a0a98d22238d29e7b0065b3e06e318eb5da00fa7f57ac2e5fdf0f1cb6e59c6c1304b6949b0587e913ad41c002e67be02a835fb32a3d
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DilisensePepClient
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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: []