ach 0.6.3 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -11
- data/lib/ach/next_federal_reserve_effective_date.rb +1 -1
- data/lib/ach/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92aeb99a6eb947d4fa5ccc8e6136e788582f22cea1571e28e796fe7e26ecb3cf
|
4
|
+
data.tar.gz: 501848402636962a5c24f6478f24084cc1107d8be827e5bcb47b582691dd7b5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5a324a76ecbbf5c531996e4c674bafbfe1f05c94c6e71717bd04d4738454b03ac55f7609708fa84d9383c52211e27648c294312ab809ef8a19ade3fe9dc1e6f
|
7
|
+
data.tar.gz: 2e8515d679c6896864875da0e5c7db78f05b368fc0bcbbe4832c4616256375815b79ea7ddef4e62603972561638e78000fb8b523d3a34e0178e32f5b36768f02
|
data/README.md
CHANGED
@@ -1,19 +1,10 @@
|
|
1
1
|
# ACH
|
2
2
|
|
3
|
-
|
3
|
+
ACH is a Ruby helper for building and parsing ACH files.
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
ach is a Ruby helper for builder ACH files. In particular, it helps with field
|
5
|
+
In particular, it helps with field
|
8
6
|
order and alignment, and adds padding lines to end of file.
|
9
7
|
|
10
|
-
**This library has only been used in two production applications and for very
|
11
|
-
limited purposes. Please test thoroughly before using in a production
|
12
|
-
environment.**
|
13
|
-
|
14
|
-
See [ACH::Builder](http://search.cpan.org/~tkeefer/ACH-Builder-0.03/lib/ACH/Builder.pm)
|
15
|
-
for a similar Perl library
|
16
|
-
|
17
8
|
## Example
|
18
9
|
|
19
10
|
You should consult a copy of the [ACH Rules](http://www.nacha.org) for details
|
data/lib/ach/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ach
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jared Morgan
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-
|
12
|
+
date: 2023-11-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: appraisal
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
- !ruby/object:Gem::Version
|
126
126
|
version: '0'
|
127
127
|
requirements: []
|
128
|
-
rubygems_version: 3.3.
|
128
|
+
rubygems_version: 3.3.26
|
129
129
|
signing_key:
|
130
130
|
specification_version: 4
|
131
131
|
summary: Helper for building ACH files
|