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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/unit-ruby/ach_counterparty.rb +1 -0
- data/lib/unit-ruby/version.rb +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: 1d08a1092fb609e066e0005fab4221d2f15f3f8463546105d91c9615d070f9d1
|
4
|
+
data.tar.gz: beae817395d4bfb358d32bd5d6be145db674f4568691959c0b5fd583c7ca822b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fada79f639e700076c84a097c216ef4514b656739cc7e751fd72d6f5994afafa183e120e598b31e4c2358fb76adbca078c292579ba63792b8c8efeda420b2267
|
7
|
+
data.tar.gz: 8a5e71571c63a735c07ebefaec4843a49e4896f0e795e2a7e45e0ce703cdea9974ef226bf70fbf91399c375991f52054f145a3a84ab29de1901f93426f9279a7
|
data/Gemfile.lock
CHANGED
@@ -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.
|
data/lib/unit-ruby/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2025-02-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|