increase 1.283.0 → 1.284.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 +8 -0
- data/README.md +1 -1
- data/lib/increase/models/card.rb +5 -4
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/card.rbi +5 -4
- 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: 79173fde21de2f9746d257823d0fdf9c671518f1ba2a7a8a1f176a4a3115b0e4
|
|
4
|
+
data.tar.gz: db6522f3c9ffc35d534866fbcb68b65742c6769ea7e445b9d57f2e5eed81cb74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 284419ed03c89beb4610013e0fcbf837bf8a3d7cb697b714d716c88e2bf4623c8372c5946577441e1d58863089aede71fa5527bcbf38ab842de6f3955cf76d08
|
|
7
|
+
data.tar.gz: 2118220c96548c391572677b0eda6c32bda56f90c121417e408ada73325a55334790b3fd7b7acb01dda7e614423c8f7e5b2e2baa8da56bee379e476205d7daff
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.284.0 (2026-04-07)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.283.0...v1.284.0](https://github.com/Increase/increase-ruby/compare/v1.283.0...v1.284.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([3b34a4e](https://github.com/Increase/increase-ruby/commit/3b34a4eb31f54413a0ad1322ce4fabc0a827d0ae))
|
|
10
|
+
|
|
3
11
|
## 1.283.0 (2026-04-06)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v1.282.0...v1.283.0](https://github.com/Increase/increase-ruby/compare/v1.282.0...v1.283.0)
|
data/README.md
CHANGED
data/lib/increase/models/card.rb
CHANGED
|
@@ -98,10 +98,11 @@ module Increase
|
|
|
98
98
|
# Some parameter documentations has been truncated, see {Increase::Models::Card}
|
|
99
99
|
# for more details.
|
|
100
100
|
#
|
|
101
|
-
# Cards
|
|
102
|
-
# after you create them. All cards
|
|
103
|
-
#
|
|
104
|
-
# the Account upon transaction
|
|
101
|
+
# Cards may operate on credit, debit or prepaid BINs. They’ll immediately work for
|
|
102
|
+
# online purchases after you create them. All cards work on a good funds model,
|
|
103
|
+
# and maintain a maximum limit of 100% of the Account’s available balance at the
|
|
104
|
+
# time of transaction. Funds are deducted from the Account upon transaction
|
|
105
|
+
# settlement.
|
|
105
106
|
#
|
|
106
107
|
# @param id [String] The card identifier.
|
|
107
108
|
#
|
data/lib/increase/version.rb
CHANGED
|
@@ -88,10 +88,11 @@ module Increase
|
|
|
88
88
|
sig { returns(Increase::Card::Type::TaggedSymbol) }
|
|
89
89
|
attr_accessor :type
|
|
90
90
|
|
|
91
|
-
# Cards
|
|
92
|
-
# after you create them. All cards
|
|
93
|
-
#
|
|
94
|
-
# the Account upon transaction
|
|
91
|
+
# Cards may operate on credit, debit or prepaid BINs. They’ll immediately work for
|
|
92
|
+
# online purchases after you create them. All cards work on a good funds model,
|
|
93
|
+
# and maintain a maximum limit of 100% of the Account’s available balance at the
|
|
94
|
+
# time of transaction. Funds are deducted from the Account upon transaction
|
|
95
|
+
# settlement.
|
|
95
96
|
sig do
|
|
96
97
|
params(
|
|
97
98
|
id: String,
|
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.284.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-04-
|
|
11
|
+
date: 2026-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|