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 +4 -4
- data/CHANGELOG.md +16 -0
- data/README.md +1 -1
- data/lib/increase/resources/routing_numbers.rb +1 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/resources/routing_numbers.rbi +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 751995236a353cba22cf7f143b53d9e3aaff03a08a0a791c939bf6a1d2fe191b
|
|
4
|
+
data.tar.gz: ecf9de95f3446ee4eb7677806fc21964bf0e68388e92b8296a2f076dfbfa2c1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
@@ -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-
|
|
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: {})
|
data/lib/increase/version.rb
CHANGED
|
@@ -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-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2026-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|