stripe 7.2.0.pre.beta.3 → 7.2.0.pre.beta.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb4a6ca25aea7be267ae3073349ded87401973201c99381df9f465b4081102b3
4
- data.tar.gz: 4bca0f90f33ebc37b144b78833561c36d9f7d348767afdbfc06f2fa52d06856f
3
+ metadata.gz: 8c8982fcc64e2c501599c98d1d10c02d483e304d24e0baf9481e7d59817b2ade
4
+ data.tar.gz: 4ade6e6f3b446d0c8229f08aa2a351efcdf3433fdb7eb311bc92e38311358add
5
5
  SHA512:
6
- metadata.gz: 4146bccf6f233c447333422555b5da6cd41d7ffc17297825dc342ff2922cedbd24f199af0092238e4ce80fa20aef4579438d5349d2a762dd35fb59685523b535
7
- data.tar.gz: a2ff49d31b4cf6b4ca0f260496d7c2cb05868d0ccfae6e30b0d055e6e25ed6b2e27debc349a4584eb03668333c640d2e16a46cd32aa00d84da403a032b154633
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.3
1
+ 7.2.0-beta.4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stripe
4
- VERSION = "7.2.0-beta.3"
4
+ VERSION = "7.2.0-beta.4"
5
5
  end
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.3
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-09-26 00:00:00.000000000 Z
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.