dodopayments 1.53.2 → 1.53.3
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/CHANGELOG.md +9 -0
- data/README.md +2 -2
- data/SECURITY.md +1 -1
- data/lib/dodopayments/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc7b528020ab93a06572b4101f474946ad064659ce877ba604f34033535ac032
|
4
|
+
data.tar.gz: 3d21c1ccb8c2f202cbec45c4144090d7af741cc8bca891b3f7cfbb796a8ce636
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45920eb546be47baa7eaaa50a7aa6b3b353bb9f3e6fd2f1ff42e7a3134f902083f96c649fd12af0b707e44da60f6c35df32a05f5ca950fe3cf5b89a964639663
|
7
|
+
data.tar.gz: ba3e6e41e30bf698ea495d9b9e1288ac91360e63a83649abb102936ce6dd4037b60badc21d4a20884e00b4ea6c901c4f96abb540f7e1b4a01887b7997b2a0876
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.53.3 (2025-09-13)
|
4
|
+
|
5
|
+
Full Changelog: [v1.53.2...v1.53.3](https://github.com/dodopayments/dodopayments-ruby/compare/v1.53.2...v1.53.3)
|
6
|
+
|
7
|
+
### Features
|
8
|
+
|
9
|
+
* **api:** added typescript sdk for migration and updated org info ([d99ecd9](https://github.com/dodopayments/dodopayments-ruby/commit/d99ecd9f38597de768471dea17b7a9e4a960a844))
|
10
|
+
* **api:** manual updates ([2674ef9](https://github.com/dodopayments/dodopayments-ruby/commit/2674ef983999791b8d9df719054b07b2b369b3e2))
|
11
|
+
|
3
12
|
## 1.53.2 (2025-09-13)
|
4
13
|
|
5
14
|
Full Changelog: [v1.52.5...v1.53.2](https://github.com/dodopayments/dodopayments-ruby/compare/v1.52.5...v1.53.2)
|
data/README.md
CHANGED
@@ -8,7 +8,7 @@ It is generated with [Stainless](https://www.stainless.com/).
|
|
8
8
|
|
9
9
|
Documentation for releases of this gem can be found [on RubyDoc](https://gemdocs.org/gems/dodopayments).
|
10
10
|
|
11
|
-
The REST API documentation can be found on [docs.dodopayments.com](https://docs.dodopayments.com).
|
11
|
+
The REST API documentation can be found on [docs.dodopayments.com](https://docs.dodopayments.com/api-reference/introduction).
|
12
12
|
|
13
13
|
## Installation
|
14
14
|
|
@@ -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.53.
|
20
|
+
gem "dodopayments", "~> 1.53.3"
|
21
21
|
```
|
22
22
|
|
23
23
|
<!-- x-release-please-end -->
|
data/SECURITY.md
CHANGED
@@ -20,7 +20,7 @@ or products provided by Dodo Payments, please follow the respective company's se
|
|
20
20
|
|
21
21
|
### Dodo Payments Terms and Policies
|
22
22
|
|
23
|
-
Please contact
|
23
|
+
Please contact pt-team@dodopayments.com for any questions or concerns regarding the security of our services.
|
24
24
|
|
25
25
|
---
|
26
26
|
|
data/lib/dodopayments/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dodopayments
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.53.
|
4
|
+
version: 1.53.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dodo Payments
|
@@ -25,7 +25,7 @@ dependencies:
|
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
description:
|
28
|
-
email:
|
28
|
+
email: support@dodopayments.com
|
29
29
|
executables: []
|
30
30
|
extensions: []
|
31
31
|
extra_rdoc_files:
|