From 8654aa9065a56c71e42e0b0755d235221d8a4e73 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 29 Feb 2024 16:57:26 -0500 Subject: [PATCH 1/6] Bump version to 10.11.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eccf43359..fe251cbdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog ## 10.11.0 - 2024-02-29 +* [#1348](https://github.com/stripe/stripe-ruby/pull/1348) Use sorbet gem instead of sorbet-static * [#1342](https://github.com/stripe/stripe-ruby/pull/1342) Update generated code * Add `list_refunds` and `retrieve_refund` methods on resource `Charge`. * [#1345](https://github.com/stripe/stripe-ruby/pull/1345) Update README to use add_beta_version From cb15e149626ae8a6ff74b151e7d9aebf13d20f2c Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 29 Feb 2024 17:45:25 -0500 Subject: [PATCH 2/6] Bump version to 10.11.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe251cbdc..a3d92a622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 10.11.0 - 2024-02-29 * [#1348](https://github.com/stripe/stripe-ruby/pull/1348) Use sorbet gem instead of sorbet-static * [#1342](https://github.com/stripe/stripe-ruby/pull/1342) Update generated code - * Add `list_refunds` and `retrieve_refund` methods on resource `Charge`. + * Add `list_refunds` and `retrieve_refund` methods on resource `Charge` * [#1345](https://github.com/stripe/stripe-ruby/pull/1345) Update README to use add_beta_version ## 10.10.0 - 2024-02-22 From 0e7779560782cd2bf320928e91a0f76304098aa2 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 29 Feb 2024 17:46:58 -0500 Subject: [PATCH 3/6] Bump version to 10.11.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d92a622..d1b1e5dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 10.11.0 - 2024-02-29 +* [#1348](https://github.com/stripe/stripe-ruby/pull/1348) Use sorbet gem instead of sorbet-static + ## 10.11.0 - 2024-02-29 * [#1348](https://github.com/stripe/stripe-ruby/pull/1348) Use sorbet gem instead of sorbet-static * [#1342](https://github.com/stripe/stripe-ruby/pull/1342) Update generated code From 0ad6440f44876f2ec9d1b170aa461fa6489ce947 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 29 Feb 2024 17:49:29 -0500 Subject: [PATCH 4/6] Bump version to 10.11.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b1e5dfc..44b4fa346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## 10.11.0 - 2024-02-29 +* [#1348](https://github.com/stripe/stripe-ruby/pull/1348) Use sorbet gem instead of sorbet-static +* [#1342](https://github.com/stripe/stripe-ruby/pull/1342) Update generated code + * Add `list_refunds` and `retrieve_refund` methods on resource `Charge`. +* [#1345](https://github.com/stripe/stripe-ruby/pull/1345) Update README to use add_beta_version + ## 10.11.0 - 2024-02-29 * [#1348](https://github.com/stripe/stripe-ruby/pull/1348) Use sorbet gem instead of sorbet-static From bfb4e9fff5219fe03286e0a79648c0f9164ae2ab Mon Sep 17 00:00:00 2001 From: anniel-stripe <97691964+anniel-stripe@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:57:37 -0800 Subject: [PATCH 5/6] Update CHANGELOG.md (#1351) --- CHANGELOG.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b4fa346..fe251cbdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,6 @@ * Add `list_refunds` and `retrieve_refund` methods on resource `Charge`. * [#1345](https://github.com/stripe/stripe-ruby/pull/1345) Update README to use add_beta_version -## 10.11.0 - 2024-02-29 -* [#1348](https://github.com/stripe/stripe-ruby/pull/1348) Use sorbet gem instead of sorbet-static - -## 10.11.0 - 2024-02-29 -* [#1348](https://github.com/stripe/stripe-ruby/pull/1348) Use sorbet gem instead of sorbet-static -* [#1342](https://github.com/stripe/stripe-ruby/pull/1342) Update generated code - * Add `list_refunds` and `retrieve_refund` methods on resource `Charge` -* [#1345](https://github.com/stripe/stripe-ruby/pull/1345) Update README to use add_beta_version - ## 10.10.0 - 2024-02-22 * [#1336](https://github.com/stripe/stripe-ruby/pull/1336) Update generated code - Add `InvoiceLineItem.update` method. From 74294666a2a28719462e9bb7af627d6a213b7025 Mon Sep 17 00:00:00 2001 From: anniel-stripe <97691964+anniel-stripe@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:01:34 -0800 Subject: [PATCH 6/6] Disable Metrics/ClassLength (#1355) --- .rubocop.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 3b9fefdba..57d9cd9dd 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -27,10 +27,7 @@ Metrics/BlockLength: - "test/**/*.rb" Metrics/ClassLength: - Exclude: - # Test classes get quite large, so exclude the test directory from having - # to adhere to this rule. - - "test/**/*.rb" + Enabled: false Metrics/MethodLength: # There's ~2 long methods in `StripeClient` and one in `NestedResource`. If