unit-ruby 0.12.0 → 0.12.1

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: 611999a90eb76e2e38260184e44648705f496868a151479b26e723afe6c3934e
4
- data.tar.gz: 8bb363a47f476ff15efa348e7e1319b05bc80402bfce5afe62355aac8021f0fc
3
+ metadata.gz: 1d08a1092fb609e066e0005fab4221d2f15f3f8463546105d91c9615d070f9d1
4
+ data.tar.gz: beae817395d4bfb358d32bd5d6be145db674f4568691959c0b5fd583c7ca822b
5
5
  SHA512:
6
- metadata.gz: 380415c5203e9a65cea4b573215868ec10c5da4d3d0a517ae4d14b5adbbbb7c7b3c96896d0241f531cb8c39aa3c24cdd4f4f1dbd00606fb945d7a6ca2789a0ad
7
- data.tar.gz: 53d601f49d7821628cdbacfa0759ddd4f74d2a9b29c15f3990da5a35c7e80bd7fd5513ad57cf7bd2c80e3dc9b19766d46d6babf268c2195f7a844facaa68ca2f
6
+ metadata.gz: fada79f639e700076c84a097c216ef4514b656739cc7e751fd72d6f5994afafa183e120e598b31e4c2358fb76adbca078c292579ba63792b8c8efeda420b2267
7
+ data.tar.gz: 8a5e71571c63a735c07ebefaec4843a49e4896f0e795e2a7e45e0ce703cdea9974ef226bf70fbf91399c375991f52054f145a3a84ab29de1901f93426f9279a7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- unit-ruby (0.12.0)
4
+ unit-ruby (0.12.1)
5
5
  activesupport
6
6
  faraday (>= 2.0.1, < 3)
7
7
  faraday-retry
@@ -6,6 +6,7 @@ module Unit
6
6
  attribute :tags, Types::Hash # Optional
7
7
 
8
8
  attribute :name, Types::String # Name of the account holder
9
+ attribute :bank, Types::String # Bank name
9
10
  attribute :created_at, Types::DateTime
10
11
  attribute :routing_number, Types::String # Routing number of account.
11
12
  attribute :account_number, Types::String # Account number, together with the routingNumber forms the identifier of the account on the ACH network.
@@ -1,3 +1,3 @@
1
1
  module Unit
2
- VERSION = '0.12.0'
2
+ VERSION = '0.12.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unit-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chloe Isacke
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2025-02-19 00:00:00.000000000 Z
12
+ date: 2025-02-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport