dodopayments 1.51.0 → 1.51.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: 27b3f4907ed54bf17daf2d0d0b698348ccb9a185922dc5b53238e2a0ecb34ac3
4
- data.tar.gz: a422263192ffa157e37b623c4091e0547b73af221444f82845206c6129d16bfe
3
+ metadata.gz: 3cbce1c0ca3b761c9e450ba66825a02cf7fbb35b79bd4c323cbac96d5da985a9
4
+ data.tar.gz: 94604e87949996377def5887c12113b2c056e220bac1cb13300d6221f1fda892
5
5
  SHA512:
6
- metadata.gz: d6931eea775b0bb4a8ca4cdd9cadbc435cfa749807a658eb62b46d18d610d70bfa8a030d11d01eb87a70ffb97ee2ada7e792722c57e62b2bc49c101805fd0843
7
- data.tar.gz: 73cb30d62ed8ebf413366dc102e691603733adf2f1aedd5207e64790e5195920a82f80be81ec958ce99ebe9ff701ddbb0c21f779e94a58c4c6a82291778ea4d3
6
+ metadata.gz: f3b0b10375a6eafce47adc1de263f24a25108c6d0e849c5d24b43aaee0f50c51f165387bbf4b12c725c45ff881808fcdc2dba6f426afa8ea137c1237e637b63a
7
+ data.tar.gz: 4c6b437f5d8f133e5deaf2a3c7dc7384119a01f6ddadb7f17ca8f61d904b9982753547e1938b581e4e4a736c65a65aed36144d8ea8f1e3d807e71bc3a81b46bf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.51.1 (2025-08-25)
4
+
5
+ Full Changelog: [v1.51.0...v1.51.1](https://github.com/dodopayments/dodopayments-ruby/compare/v1.51.0...v1.51.1)
6
+
7
+ ### Chores
8
+
9
+ * add json schema comment for rubocop.yml ([86dcdab](https://github.com/dodopayments/dodopayments-ruby/commit/86dcdab494c5262fed8d513ded57ea81fa486885))
10
+
3
11
  ## 1.51.0 (2025-08-22)
4
12
 
5
13
  Full Changelog: [v1.49.0...v1.51.0](https://github.com/dodopayments/dodopayments-ruby/compare/v1.49.0...v1.51.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "dodopayments", "~> 1.51.0"
20
+ gem "dodopayments", "~> 1.51.1"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dodopayments
4
- VERSION = "1.51.0"
4
+ VERSION = "1.51.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dodopayments
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.51.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dodo Payments
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-22 00:00:00.000000000 Z
11
+ date: 2025-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool