stripe 11.4.0 → 11.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/lib/stripe/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: 2c70f8c42f98a14ad002f9d074005bfa0b7ac74df192b68dafaa520a9adbf047
|
4
|
+
data.tar.gz: 3c53180237646425128533e152fdf35e2b3fd38830e741c3d0c2f47f28eaf811
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f22058b920b174ff4a03b1d2510e8042feb668c4090af057884efbda4abf0860e85838fd19b73c82cdcda34955a1071a5d8aa0ebd8d12ca04fd86bb0e09c0b73
|
7
|
+
data.tar.gz: 7eec8fc917b6e8d6cbdae83fcde6ab60eb722a4418cb175c81cf4baf96386997cdc54c4cfbf1ae36f28e1ceb16952e3e65c91a4b45b1d69897fb91f2c8f70280
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
# Changelog
|
2
|
+
## 11.5.0 - 2024-05-23
|
3
|
+
* [#999](https://github.com/stripe/stripe-ruby/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)
|
4
|
+
|
2
5
|
## 11.4.0 - 2024-05-09
|
3
6
|
* [#1397](https://github.com/stripe/stripe-ruby/pull/1397) Update generated code
|
4
7
|
* Add support for `update` test helper method on resources `Treasury.OutboundPayment` and `Treasury.OutboundTransfer`
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
11.
|
1
|
+
11.5.0
|
data/lib/stripe/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stripe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.
|
4
|
+
version: 11.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stripe
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Stripe is the easiest way to accept payments online. See https://stripe.com
|
14
14
|
for details.
|