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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f162a763c807b6a18e930ef7f44661d6f8ec82ddac42d3d880eafcfe32b6238b
4
- data.tar.gz: be6961b0cd3b3894c2b1c039b18b9ac01daeefca64410851abae1c8a0c3bd5b4
3
+ metadata.gz: 9e7e5a0b7067a5bc2fda825f05bc61f86992b4653056b5800892248b57561952
4
+ data.tar.gz: 547452686b682558a049c5c1b1d7985f9b55bec7219b9fc285a3c225c3ee5396
5
5
  SHA512:
6
- metadata.gz: 16f05006ba599cfd2dda8661fb5bbe6a6c3531bd12c1638eba0a221bc55f739c91f002429f543d0eec1a873c166edd96cd3469818b6d7f45e2751367680c575a
7
- data.tar.gz: 03044fe5def2aa9b0103f7b859f58100f74961457df73590d5d303383e7ab060cd98e9330ffb3c1a353e52015430faf244fd71181aaba91225b2ca7abffc460e
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Nacha
4
4
  module Version
5
- STRING = '0.1.19'
5
+ STRING = '0.2.00'
6
6
  end
7
7
  VERSION = Version::STRING
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nacha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.19
4
+ version: 0.2.00
5
5
  platform: ruby
6
6
  authors:
7
7
  - David H. Wilkins