increase 1.317.0 → 1.318.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 550b0824fd1e380024087c6dc9cf5fa8786570e44fffb20e52b2eb62b203fcd2
4
- data.tar.gz: e3438b4e9da7f86c41061ec8f0efc4f5334062a76a61bf7c511784cebfe2a5d5
3
+ metadata.gz: aa36bc52d91423935358dfac9cea766fd97efd20738f17513951fe8aed2923b3
4
+ data.tar.gz: ae3e66967f635d77a4fd211597ffe082b69e99510a3c80500f9e433a69f17dea
5
5
  SHA512:
6
- metadata.gz: 41d25c27580b14901e1c46307f0ad69e4387c51e83acee430d6ec8d53d647d37a65c00bf8df04a510ad4644ae4a7dfd91bf6d703a97e30b0fcae147fce9b9f6e
7
- data.tar.gz: 7c544e9b74d443851ed3b5f8ed639856f501e365d50259b40687f5035d570bdc1d3686c0b283515b8fbc8e6664c6716262c6879d6fc59c75b678619729a0aa84
6
+ metadata.gz: 8afbee5b7c8c4b4188992d5195dd6369877b4d8db00a1c88f9a5069d8bc843e546623f543522b1aec48bfb2dd60d94d333cc1df71157bafe6300057c797e49fe
7
+ data.tar.gz: 79ef4cfcfe143212a3890fed3d7c6ea3fdc3f601ed2d810db84cb1e21898628ae4456e63c894e62981997385fc47324f08d84cc0f246e6276eee5f4f4a47e8cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.318.0 (2026-05-01)
4
+
5
+ Full Changelog: [v1.317.0...v1.318.0](https://github.com/Increase/increase-ruby/compare/v1.317.0...v1.318.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([4f824e2](https://github.com/Increase/increase-ruby/commit/4f824e26437497d7de233c79c612297a64dfc72f))
10
+
3
11
  ## 1.317.0 (2026-05-01)
4
12
 
5
13
  Full Changelog: [v1.316.0...v1.317.0](https://github.com/Increase/increase-ruby/compare/v1.316.0...v1.317.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.317.0"
18
+ gem "increase", "~> 1.318.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -8,8 +8,9 @@ module Increase
8
8
  #
9
9
  # You can use this API to confirm if a routing number is valid, such as when a
10
10
  # user is providing you with bank account details. Since routing numbers uniquely
11
- # identify a bank, this will always return 0 or 1 entry. In Sandbox, the only
12
- # valid routing number for this method is 110000000.
11
+ # identify a bank, this will always return 0 or 1 entry. In Sandbox, only a few
12
+ # [routing numbers are valid](/documentation/sandbox-routing-numbers#sandbox-routing-numbers).
13
+ # `110000000` is an example of a Sandbox routing number.
13
14
  #
14
15
  # @overload list(routing_number:, cursor: nil, limit: nil, request_options: {})
15
16
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.317.0"
4
+ VERSION = "1.318.0"
5
5
  end
@@ -5,8 +5,9 @@ module Increase
5
5
  class RoutingNumbers
6
6
  # You can use this API to confirm if a routing number is valid, such as when a
7
7
  # user is providing you with bank account details. Since routing numbers uniquely
8
- # identify a bank, this will always return 0 or 1 entry. In Sandbox, the only
9
- # valid routing number for this method is 110000000.
8
+ # identify a bank, this will always return 0 or 1 entry. In Sandbox, only a few
9
+ # [routing numbers are valid](/documentation/sandbox-routing-numbers#sandbox-routing-numbers).
10
+ # `110000000` is an example of a Sandbox routing number.
10
11
  sig do
11
12
  params(
12
13
  routing_number: String,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.317.0
4
+ version: 1.318.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase