inttegro 4.2.1 → 4.2.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: 7b60affd2f9bc5ce1556ec7aeeacc26d0d52604d964df3c0ffd72ae034800130
4
- data.tar.gz: 93520c2c26b96c4292eace71528343cd5ff5f33039e563132c3161d07dce03fe
3
+ metadata.gz: 898d14cfaa38b878c20565b4522fe67d87147f01850656bf5a7817da99c955a2
4
+ data.tar.gz: 32a2dc36592ebdfa52c4076687d7b5c4512ac887de57285fccb843815a0e64e7
5
5
  SHA512:
6
- metadata.gz: 42d25f00a4b8d6ce066f044b2572fd31f3a49aaac7fb98085817673816695b2b69cb83e93e1381c685a5da73236cc9c663e8e493ab3e3118e28698b7e22e1cf9
7
- data.tar.gz: 22b17729fa018888d51fc33945536a6624298f1b8b66a6a2599b3009fce8a79575e574dc4caefc531535e5812c64b397ce87ebd5f3eff908307890a12934f830
6
+ metadata.gz: 5c3dff6b6e94712d541d1c4aabe3ee49227cd35ce1d4decc7656eff992be17ad0fec34177b5e7e3fd84514e0e79558f7ee552bb889f025cacb77b69381d9fbc2
7
+ data.tar.gz: f55e5ed4ea3703b3ef98042add688bb97224dfcebe5c102455544a9984745bf7d855aa8bd3ae30f9971c3de2af1ecac68f11f5ebadafec2a4212c2b933c68ba1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [4.2.2] - 2026-09-04
4
+
5
+ - Constrained OpenTelemetry dependencies to releases that preserve the SDK's Ruby 3.0 runtime support, while declaring `logger` for Ruby 4 compatibility.
6
+
3
7
  ## [4.2.1] - 2026-09-04
4
8
 
5
9
  - Aligned the SDK parity test with hosted-checkout routes that are intentionally handled by the client.
data/README.md CHANGED
@@ -109,7 +109,7 @@ The GitHub release for each version is the canonical record. It contains the exa
109
109
 
110
110
  ```bash
111
111
  sha256sum --check SHA256SUMS
112
- gh attestation verify inttegro-4.2.1.gem \
112
+ gh attestation verify inttegro-4.2.2.gem \
113
113
  --repo zebodotdev/inttegro-sdk-ruby
114
114
  ```
115
115
 
@@ -2,5 +2,5 @@
2
2
  # typed: strict
3
3
 
4
4
  module Inttegro
5
- VERSION = "4.2.1"
5
+ VERSION = "4.2.2"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inttegro
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.1
4
+ version: 4.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inttegro Engineering
@@ -24,20 +24,46 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.6'
27
+ - !ruby/object:Gem::Dependency
28
+ name: logger
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '1.4'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: '2'
37
+ type: :runtime
38
+ prerelease: false
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: '1.4'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: '2'
27
47
  - !ruby/object:Gem::Dependency
28
48
  name: opentelemetry-api
29
49
  requirement: !ruby/object:Gem::Requirement
30
50
  requirements:
31
- - - "~>"
51
+ - - ">="
32
52
  - !ruby/object:Gem::Version
33
53
  version: '1.0'
54
+ - - "<"
55
+ - !ruby/object:Gem::Version
56
+ version: '1.5'
34
57
  type: :runtime
35
58
  prerelease: false
36
59
  version_requirements: !ruby/object:Gem::Requirement
37
60
  requirements:
38
- - - "~>"
61
+ - - ">="
39
62
  - !ruby/object:Gem::Version
40
63
  version: '1.0'
64
+ - - "<"
65
+ - !ruby/object:Gem::Version
66
+ version: '1.5'
41
67
  description: First-party Ruby client for working with orders, payments, payouts, notifications,
42
68
  and verification on Inttegro.
43
69
  email: