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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd6a3e42dbb95019d823e6954b1d21e2fabcb3944bd75f5e39645d50afabca9e
4
- data.tar.gz: e3251ac60295b039a63a29645ab59e0dd3ab02b6abec5a71c4b7d2f3eee21fad
3
+ metadata.gz: 2c70f8c42f98a14ad002f9d074005bfa0b7ac74df192b68dafaa520a9adbf047
4
+ data.tar.gz: 3c53180237646425128533e152fdf35e2b3fd38830e741c3d0c2f47f28eaf811
5
5
  SHA512:
6
- metadata.gz: 0a26e79aca89d810145faac1b9e95e895b4f45408144abe167f7c5ce7fd2b496c419c8cdc9af617299730897ccfe51bb2a01947a8ad103b91c7eb8b61acb9bf9
7
- data.tar.gz: a60299c26fc4519bb9d681eb8d7ec43782ebc3dde09bfe90a316bb53d4ae9455587246689394269b5cd8d6b7f269f741ea2acca0dfcf148630a2126eeb3481bf
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.4.0
1
+ 11.5.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stripe
4
- VERSION = "11.4.0"
4
+ VERSION = "11.5.0"
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: 11.4.0
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-09 00:00:00.000000000 Z
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.