mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-28 00:02:45 -05:00
Merge upstream and update generated code for v691
This commit is contained in:
commit
3d3552e00d
@ -80,7 +80,7 @@ Gemspec/DeprecatedAttributeAssignment: # new in 1.30
|
||||
Gemspec/DevelopmentDependencies: # new in 1.44
|
||||
Enabled: true
|
||||
Gemspec/RequireMFA: # new in 1.23
|
||||
Enabled: true
|
||||
Enabled: false
|
||||
Layout/LineContinuationLeadingSpace: # new in 1.31
|
||||
Enabled: true
|
||||
Layout/LineContinuationSpacing: # new in 1.31
|
||||
|
||||
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## 10.2.0 - 2023-11-30
|
||||
* [#1292](https://github.com/stripe/stripe-ruby/pull/1292) Update generated code
|
||||
* Add support for new resources `Climate.Order`, `Climate.Product`, and `Climate.Supplier`
|
||||
* Add support for `cancel`, `create`, `list`, `retrieve`, and `update` methods on resource `Order`
|
||||
* Add support for `list` and `retrieve` methods on resources `Product` and `Supplier`
|
||||
* [#1295](https://github.com/stripe/stripe-ruby/pull/1295) Upgrade rubocop
|
||||
* [#1291](https://github.com/stripe/stripe-ruby/pull/1291) Update generated code
|
||||
|
||||
* [#1290](https://github.com/stripe/stripe-ruby/pull/1290) Update generated code
|
||||
|
||||
* [#1288](https://github.com/stripe/stripe-ruby/pull/1288) Update generated code
|
||||
|
||||
## 10.2.0-beta.1 - 2023-11-02
|
||||
* [#1287](https://github.com/stripe/stripe-ruby/pull/1287) Update generated code for beta
|
||||
* Add support for `attach_payment_intent` method on resource `Invoice`
|
||||
|
||||
@ -1 +1 @@
|
||||
v682
|
||||
v691
|
||||
@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
||||
"github_repo" => "ssh://github.com/stripe/stripe-ruby",
|
||||
"homepage_uri" => "https://stripe.com/docs/api?lang=ruby",
|
||||
"source_code_uri" => "https://github.com/stripe/stripe-ruby",
|
||||
"rubygems_mfa_required" => "true",
|
||||
"rubygems_mfa_required" => "false",
|
||||
}
|
||||
|
||||
ignored = Regexp.union(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user