nacha 0.1.19 → 0.2.00
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 +7 -0
- data/ROADMAP.md +7 -0
- data/lib/nacha/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e7e5a0b7067a5bc2fda825f05bc61f86992b4653056b5800892248b57561952
|
4
|
+
data.tar.gz: 547452686b682558a049c5c1b1d7985f9b55bec7219b9fc285a3c225c3ee5396
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9d3b8d3e944540b87e2aa62061682c94786590bc1c1fdda8657a3bdf5e1ed57425a6a9e10cf9a0dcd71716ca01987d609cc8bb821460ff762e822c314734338
|
7
|
+
data.tar.gz: 21ed379b621b006d716e882d23f0e768269d39938e951bc2add70c3043670bb929117f19fa698ad69b1e6e9b2614b9582af25a3492eecaacbf8597601076b5bb
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [0.2.0] - 2025-08-03
|
11
|
+
|
12
|
+
- Better interface to parsed records (Nacha::AchFile)
|
13
|
+
|
14
|
+
- Now Nacha::parse returns an AchFile
|
15
|
+
|
16
|
+
|
10
17
|
## [0.1.19] - 2025-07-27
|
11
18
|
|
12
19
|
- Accept stdin for command line parsing.
|
data/ROADMAP.md
CHANGED
@@ -48,6 +48,13 @@
|
|
48
48
|
- [x] WebAddendaRecord
|
49
49
|
- [x] WebEntryDetailRecord
|
50
50
|
- [x] XckEntryDetailRecord
|
51
|
+
- [ ] External API Updates
|
52
|
+
- [ ] The interface to the gem needs some updating
|
53
|
+
- [ ] Create a Nacha::AchFile object to wrap the parsed records
|
54
|
+
- Encapsulate output formatting (json, markdown)
|
55
|
+
- Encapsulate file totals?
|
56
|
+
- [ ] Nacha::AchBatch object to wrap the batches include in the Nacha::AchFile
|
57
|
+
|
51
58
|
- [ ] Debug / Inspection
|
52
59
|
- [ ] Field Validations
|
53
60
|
- [ ] Record Validations
|
data/lib/nacha/version.rb
CHANGED