increase 1.298.0 → 1.299.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: 75a4f8c865be7f33a2c6ae777fe20cab3a6c9f3d1e4ba592af7bd226c680935e
4
- data.tar.gz: 0311a6e52033daf2c6b858526f8d100d232d109bd30d2835e994caee5aa36d3a
3
+ metadata.gz: 2dcbb97b65a4019fadfb9b93f1864578b83a476422bba47d35be25d2049e75d3
4
+ data.tar.gz: 9f73650e5fcc2f30d40cce7c29cb2cb9edf93cc34cba87f3f9ef1f1f491845f4
5
5
  SHA512:
6
- metadata.gz: 23b0e1061c6d511a27b4ef0fb3920a5b8f9c8223327f99b322f598709c969d062d78ccd1168c23ec3acb70a7c9f3f77e5059cdc8402d68ca2dc35bd76a29ae46
7
- data.tar.gz: a43125ba6ad04e7424d332725b39f66bd739dd232a471093d9f77fe277725cdf8ae7022eb858014c3438113b2a09176f9708b5e1887864d9bdbc780577eb2f50
6
+ metadata.gz: 731d54c17187d9011501f03744e93339e38cd4ea99654365fc0189ab774a5a062387343b141ad074617f12b807fcde001ec42c740e9315693e5a7a64b3b7edd2
7
+ data.tar.gz: 3baf0863dd51ffde40f0fea6b3befc39c55ccd14466819372d5ad874fce1cbf6797ab2360cd84b672126dea7b20a938cc6abc63278f6852fdeff38f4f51a95e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.299.0 (2026-04-17)
4
+
5
+ Full Changelog: [v1.298.0...v1.299.0](https://github.com/Increase/increase-ruby/compare/v1.298.0...v1.299.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([9ef7d58](https://github.com/Increase/increase-ruby/commit/9ef7d588d49bbaa7e528ca9765908e6399772f19))
10
+
3
11
  ## 1.298.0 (2026-04-16)
4
12
 
5
13
  Full Changelog: [v1.297.0...v1.298.0](https://github.com/Increase/increase-ruby/compare/v1.297.0...v1.298.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.298.0"
18
+ gem "increase", "~> 1.299.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -98,10 +98,10 @@ module Increase
98
98
  # Some parameter documentations has been truncated, see {Increase::Models::Card}
99
99
  # for more details.
100
100
  #
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
101
+ # Cards may operate on credit, debit, or prepaid BINs. They’ll immediately work
102
+ # for online purchases after you create them. All cards work on a good funds
103
+ # model, and maintain a maximum limit of 100% of the Account’s available balance
104
+ # at the time of transaction. Funds are deducted from the Account upon transaction
105
105
  # settlement.
106
106
  #
107
107
  # @param id [String] The card identifier.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.298.0"
4
+ VERSION = "1.299.0"
5
5
  end
@@ -88,10 +88,10 @@ module Increase
88
88
  sig { returns(Increase::Card::Type::TaggedSymbol) }
89
89
  attr_accessor :type
90
90
 
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
91
+ # Cards may operate on credit, debit, or prepaid BINs. They’ll immediately work
92
+ # for online purchases after you create them. All cards work on a good funds
93
+ # model, and maintain a maximum limit of 100% of the Account’s available balance
94
+ # at the time of transaction. Funds are deducted from the Account upon transaction
95
95
  # settlement.
96
96
  sig do
97
97
  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.298.0
4
+ version: 1.299.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-16 00:00:00.000000000 Z
11
+ date: 2026-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi