Skip to content

Commit 0c8da9b

Browse files
Update README to remove the note about it not being actively maintained
1 parent 5fd38aa commit 0c8da9b

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
# ACH
22

3-
Note: I'm no longer actively maintaining this gem, and would be happy to turn it over to someone else. Let me know if you'd like to take over.
3+
ACH is a Ruby helper for building and parsing ACH files.
44

5-
[![Build Status](https://travis-ci.org/jm81/ach.svg?branch=master)](https://travis-ci.org/jm81/ach)
6-
7-
ach is a Ruby helper for builder ACH files. In particular, it helps with field
5+
In particular, it helps with field
86
order and alignment, and adds padding lines to end of file.
97

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-
178
## Example
189

1910
You should consult a copy of the [ACH Rules](http://www.nacha.org) for details

0 commit comments

Comments
 (0)