stripe 10.7.0 → 10.7.1
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 -0
- data/VERSION +1 -1
- data/lib/stripe/search_result_object.rb +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: ef69dde52fb48d98dc5f932443b26db42e802d4ceaaea8b6cee6b00eabdffe2b
|
|
4
|
+
data.tar.gz: bddf53212acabf1d80e5958c7bb86ab7b270bba8bb6b4a6c8b055822ca0f08e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef2375536483f37ab663c1db94010dafd966432041929a381d39a96588c4c15cb55f1704d783d2093bef5a7eb868b3327a8bed8bbeb0fdd1f5b7566bc90a4145
|
|
7
|
+
data.tar.gz: 92d7bcbf78d9e69ed7cb195ba19dfc025e17871e833d86da6bc9c19674f47adf7d6026427444e7882a3f9e786f0a8f06442b441858f14e0ade3d9624a23185b7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
## 10.7.1 - 2024-02-05
|
|
3
|
+
* [#1320](https://github.com/stripe/stripe-ruby/pull/1320) Remove spurious _search deprecation messages (https://github.com/stripe/stripe-ruby/issues/1319)
|
|
4
|
+
|
|
2
5
|
## 10.7.0 - 2024-02-01
|
|
3
6
|
* [#1317](https://github.com/stripe/stripe-ruby/pull/1317) Remove list method in child resources
|
|
4
7
|
* Removes list method mixin from child resources, as these methods always return `InvalidRequestError` and never succeed
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
10.7.
|
|
1
|
+
10.7.1
|
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: 10.7.
|
|
4
|
+
version: 10.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-02-
|
|
11
|
+
date: 2024-02-05 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.
|