increase 0.3.2 → 0.3.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -3
  3. data/lib/increase/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 316c9f7266fa873bde94e93509769dc4883691aa435da355d636a94f9c48b762
4
- data.tar.gz: c38729a1d10974a7e46911e834c539b9931f18380d9e20aedcc71bc810fdb22d
3
+ metadata.gz: d2f519593b1d866474675fcfa516e6178ba31e43c4477b31613a7c45632d5b65
4
+ data.tar.gz: e9ae945478b507e3fa73f99b442c42344b54d5455f235f387a93cbc4185f567c
5
5
  SHA512:
6
- metadata.gz: d7b31744c795da1c21e7f7dc85721bfeacdf115de67dee45a2751adc1a4e1d97d8a8fe69bac13d658921aeaf42873bbbe400d835e9f1a1a6e77941a19f5154bb
7
- data.tar.gz: 1f89985c494abd6b3e50df9d24a21cc1d0078b576b20010a04a11ab666ad3c8f55e910fc7959d0ae10ed72dd40bd8eae6fdc7f91dbfe71e5f91c14cd7d756da9
6
+ metadata.gz: ca77fb0fa96f9cf628522e77b8e52b61602eee6e4a1d95f159061519aa8af23c51b94460ff119565061e489b29883079afae9a7ed3cfdfd9a083c20c2b2e5a57
7
+ data.tar.gz: dbb86295fbe7fb1f2000eb12fb224eebf28564d8a9fb40a973fd8e80422901785b7e0f11eef1832a9d14a14a867da8919765687afa92b274122e1ecac8089944
data/README.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # Increase
2
2
 
3
- A Ruby API client for [Increase](https://increase.com/), a platform for
4
- Bare-Metal Banking APIs!
3
+ _A Ruby API client for [Increase](https://increase.com/), a platform for
4
+ Bare-Metal Banking APIs!_
5
+
6
+ Interact with Increase's API in a simple and Ruby-like manner.
7
+
8
+ 🏦 Battle-tested at [HCB](https://hackclub.com/hcb/)
5
9
 
6
10
  - [Installation](#installation)
7
11
  - [Usage](#usage)
@@ -344,7 +348,7 @@ at https://github.com/garyhtou/increase.
344
348
  ## License
345
349
 
346
350
  The gem is available as open source under the terms of
347
- the [MIT License](https://github.com/garyhtou/increase-ruby/blob/main/LICENSE.txt).
351
+ the [MIT License](https://github.com/hackclub/increase-ruby/blob/main/LICENSE.txt).
348
352
 
349
353
  ---
350
354
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "0.3.2"
4
+ VERSION = "0.3.3"
5
5
  end
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: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Tou
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-24 00:00:00.000000000 Z
11
+ date: 2024-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -227,7 +227,7 @@ licenses:
227
227
  metadata:
228
228
  homepage_uri: https://github.com/garyhtou/increase-ruby
229
229
  source_code_uri: https://github.com/garyhtou/increase-ruby
230
- changelog_uri: https://github.com/garyhtou/increase-ruby
230
+ changelog_uri: https://github.com/garyhtou/increase-ruby/blob/main/CHANGELOG.md
231
231
  post_install_message:
232
232
  rdoc_options: []
233
233
  require_paths:
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  - !ruby/object:Gem::Version
244
244
  version: '0'
245
245
  requirements: []
246
- rubygems_version: 3.3.7
246
+ rubygems_version: 3.4.10
247
247
  signing_key:
248
248
  specification_version: 4
249
249
  summary: An Increase.com Ruby client library