dodopayments 2.12.0 → 2.13.0
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 +3 -8
- data/README.md +1 -4
- data/lib/dodopayments/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 787cd9b11833321501c8a2c76820a240ff6c627581b3f04d97a4f023151fbbc9
|
|
4
|
+
data.tar.gz: eb4d19c4fabf6294cb2b884ae1d1250168875baeeeda17af1ef33b294158f69c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 434899bee76179c1780249a4b4f0d477f2ca8b0ca22c652b22b8379cc350f3c9aa3c4400f009e374fad0711945936071082fd056d16ca114b056260049562cfe
|
|
7
|
+
data.tar.gz: 870bbeaf588c220a92ba3be036b77c6622cdf2e39569cca9af73e7375136043ba108d3718b4964ea55d6ab4eb3bf087567d8e278446de9bd723ef0988cf66c57
|
data/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [2.
|
|
3
|
+
## [2.13.0](https://github.com/dodopayments/dodopayments-ruby/compare/v2.12.0...v2.13.0) (2026-06-01)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
* **
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Chores
|
|
12
|
-
|
|
13
|
-
* re-seal custom code for 1.101.0 spec (python/go/typescript/kotlin/ruby/php) ([0d504b6](https://github.com/dodopayments/dodopayments-ruby/commit/0d504b65f0563ad1af89ce13f7e6e825b2528efd))
|
|
14
|
-
* release 2.12.0 ([c17c8a5](https://github.com/dodopayments/dodopayments-ruby/commit/c17c8a5ca1f104234733babc117e3d272724be25))
|
|
8
|
+
* **readme:** drop 'generated with Stainless' attribution from SDK READMEs ([2c1ea56](https://github.com/dodopayments/dodopayments-ruby/commit/2c1ea563cce9ebf05d276be00dd461cba40394f6))
|
|
9
|
+
* **readme:** drop 'generated with Stainless' attribution from SDK READMEs ([68a062a](https://github.com/dodopayments/dodopayments-ruby/commit/68a062a557e448f609926f096b8300dc034fdff4))
|
|
15
10
|
|
|
16
11
|
## [2.11.1](https://github.com/dodopayments/dodopayments-ruby/compare/v2.11.0...v2.11.1) (2026-06-01)
|
|
17
12
|
|
data/README.md
CHANGED
|
@@ -2,14 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
The Dodo Payments Ruby library provides convenient access to the Dodo Payments REST API from any Ruby 3.2.0+ application. It ships with comprehensive types & docstrings in Yard, RBS, and RBI – [see below](https://github.com/dodopayments/dodopayments-ruby#Sorbet) for usage with Sorbet. The standard library's `net/http` is used as the HTTP transport, with connection pooling via the `connection_pool` gem.
|
|
4
4
|
|
|
5
|
-
It is generated with [Stainless](https://www.stainless.com/).
|
|
6
|
-
|
|
7
5
|
## MCP Server
|
|
8
6
|
|
|
9
7
|
Use the Dodo Payments MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
|
|
10
8
|
|
|
11
9
|
[](https://cursor.com/en-US/install-mcp?name=dodopayments-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImRvZG9wYXltZW50cy1tY3AiXSwiZW52Ijp7IkRPRE9fUEFZTUVOVFNfQVBJX0tFWSI6Ik15IEJlYXJlciBUb2tlbiIsIkRPRE9fUEFZTUVOVFNfV0VCSE9PS19LRVkiOiJNeSBXZWJob29rIEtleSJ9fQ)
|
|
12
|
-
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22dodopayments-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22dodopayments-mcp%22%5D%2C%22env%22%3A%7B%22DODO_PAYMENTS_API_KEY%22%3A%22My%20Bearer%20Token%22%2C%22DODO_PAYMENTS_WEBHOOK_KEY%22%3A%22My%20Webhook%20Key%22%7D%7D)
|
|
13
10
|
|
|
14
11
|
> Note: You may need to set environment variables in your MCP client.
|
|
15
12
|
|
|
@@ -26,7 +23,7 @@ To use this gem, install via Bundler by adding the following to your application
|
|
|
26
23
|
<!-- x-release-please-start-version -->
|
|
27
24
|
|
|
28
25
|
```ruby
|
|
29
|
-
gem "dodopayments", "~> 2.
|
|
26
|
+
gem "dodopayments", "~> 2.13.0"
|
|
30
27
|
```
|
|
31
28
|
|
|
32
29
|
<!-- x-release-please-end -->
|
data/lib/dodopayments/version.rb
CHANGED