stripe 7.2.0.pre.beta.3 → 7.2.0.pre.beta.4
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 +5 -2
- 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: 8c8982fcc64e2c501599c98d1d10c02d483e304d24e0baf9481e7d59817b2ade
|
|
4
|
+
data.tar.gz: 4ade6e6f3b446d0c8229f08aa2a351efcdf3433fdb7eb311bc92e38311358add
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 159ffc22a644b187d4ba86d6e18c38b1a1e37f25063589e11e9e186c2e02de4a0b9d40738615bedfff932e4e5bc2efb7839b9789eba5d8ac1817f3a988b35587
|
|
7
|
+
data.tar.gz: 288db6922279f3fe6b9e85d0e9697b0e6653f572e43a93a250d092e66b1d1803eab27335ff63046f2cccd6bd4252a93e4091e885f7c3c1e7d6a9c497eee7b088
|
data/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 7.2.0-beta.4 - 2022-10-07
|
|
4
|
+
* [#999](https://github.com/stripe/stripe-ruby/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)
|
|
5
|
+
|
|
3
6
|
## 7.2.0-beta.3 - 2022-09-26
|
|
4
7
|
* [#1129](https://github.com/stripe/stripe-ruby/pull/1129) API Updates for beta branch
|
|
5
|
-
* Updated stable APIs to the latest version
|
|
6
|
-
* Add `FinancingOffer`, `FinancingSummary` and `FinancingTransaction` resources.
|
|
8
|
+
* Updated stable APIs to the latest version
|
|
9
|
+
* Add `FinancingOffer`, `FinancingSummary` and `FinancingTransaction` resources.
|
|
7
10
|
|
|
8
11
|
## 7.2.0-beta.2 - 2022-08-26
|
|
9
12
|
* [#1127](https://github.com/stripe/stripe-ruby/pull/1127) API Updates for beta branch
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.2.0-beta.
|
|
1
|
+
7.2.0-beta.4
|
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: 7.2.0.pre.beta.
|
|
4
|
+
version: 7.2.0.pre.beta.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-10-07 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.
|