increase 1.321.0 → 1.323.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: 3387fe4a5b134ca2960b21a0a886e54cf48423c277d0fa4aa0870d58e96ccfb9
4
- data.tar.gz: 4e404e48846c5ec4fc9aa1d7033b776417222032cdd097ba9a1c5c126dc37edc
3
+ metadata.gz: 751995236a353cba22cf7f143b53d9e3aaff03a08a0a791c939bf6a1d2fe191b
4
+ data.tar.gz: ecf9de95f3446ee4eb7677806fc21964bf0e68388e92b8296a2f076dfbfa2c1d
5
5
  SHA512:
6
- metadata.gz: 378c816e56cc2958bfc3460ad0977c45ce740719db35968832516ab809291d2077c26dc9fe2ea6cf1d03c30b43d84533ef0a6c17d3c82a83fdd99c3686fc5bb9
7
- data.tar.gz: 5373f90a3597363d95af1fd804a63cff4bd39849143858f3334aeab5d7fd5e5aaa585a07423b8a9ec55302f85ade6e710a3faa1663d3258153835f029c2ea9d6
6
+ metadata.gz: bc0372d4bb5122480a062c9e8f967329792e1532d1ed47f19a08f20824384ec6815c8f65374e9b7ffe3ba0588ba1474874c76344a6bc483d80a7f2b1b07cac7c
7
+ data.tar.gz: 69178646cedd68cc251ca063ac751a6b16e72aca23d83154955616e71e089ac593e7f134b39f26de95a695027f712dd3257a3c5936497a434471de929f7c02df
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.323.0 (2026-05-06)
4
+
5
+ Full Changelog: [v1.322.0...v1.323.0](https://github.com/Increase/increase-ruby/compare/v1.322.0...v1.323.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([4696b7d](https://github.com/Increase/increase-ruby/commit/4696b7dc839e010683313d7ce13d025d6a827fd3))
10
+
11
+ ## 1.322.0 (2026-05-04)
12
+
13
+ Full Changelog: [v1.321.0...v1.322.0](https://github.com/Increase/increase-ruby/compare/v1.321.0...v1.322.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([992ee5c](https://github.com/Increase/increase-ruby/commit/992ee5c8d7f0b8d7ffaec9d2ee22b180676a3ce5))
18
+
3
19
  ## 1.321.0 (2026-05-04)
4
20
 
5
21
  Full Changelog: [v1.320.0...v1.321.0](https://github.com/Increase/increase-ruby/compare/v1.320.0...v1.321.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.321.0"
18
+ gem "increase", "~> 1.323.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -9,7 +9,7 @@ module Increase
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
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).
12
+ # [routing numbers are valid](/documentation/sandbox-test-values#routing-numbers).
13
13
  # `110000000` is an example of a Sandbox routing number.
14
14
  #
15
15
  # @overload list(routing_number:, cursor: nil, limit: nil, request_options: {})
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.321.0"
4
+ VERSION = "1.323.0"
5
5
  end
@@ -6,7 +6,7 @@ module Increase
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
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).
9
+ # [routing numbers are valid](/documentation/sandbox-test-values#routing-numbers).
10
10
  # `110000000` is an example of a Sandbox routing number.
11
11
  sig do
12
12
  params(
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.321.0
4
+ version: 1.323.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-04 00:00:00.000000000 Z
11
+ date: 2026-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi