nacha 0.1.15 → 0.1.16
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/lib/nacha/record/batch_header_record_type.rb +2 -0
- data/lib/nacha/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: 6a66687bb4245eac899ef5e7df5668eab390a7313622ef95a00369b4e8566e18
|
4
|
+
data.tar.gz: 3e6aad6ce4fb40875cc6d712c95e0d140ab7808cbd3874407254b3668213e07c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8721ff7bb46a2f981f4e667dbdcf6dd5f78869f7f8fa71ae5029fa54b1eff30804a47ffc384c5736a469bb4da4d33a93ccc8374a8fe6fe441ec79323ada65db
|
7
|
+
data.tar.gz: e74d56a05bd2f2b5b6cba9d59df4ebc40654a49dfef873c02b1c27faa2a4609da53131fc2ad9328b291d81f609055466d2f99a6cc51a34458fc3163d9b64804c
|
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.1.16] - 2025-07-22
|
11
|
+
|
12
|
+
- `Nacha::Record::BatchHeader` would blissfully attempt to add a
|
13
|
+
`child_record_type` that referenced `Nacha::Record::000EntryDetail` even though
|
14
|
+
no such record type exists. Now `standard_entry_class_code` must be valid to
|
15
|
+
create a `child_record_type`
|
16
|
+
|
10
17
|
## [0.1.15] - 2025-07-21
|
11
18
|
|
12
19
|
- Added back `Nacha::Field#to_json_output` that got removed in some of the
|
data/lib/nacha/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nacha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David H. Wilkins
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bigdecimal
|