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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65fd0878533e4206c6c2566280f155579cc008b152e4bf86257ae9baebc7baf1
4
- data.tar.gz: 8f211cfc213df900371276dd7eb02f1e6b545cab03228049f89e92fb1c6cc9d9
3
+ metadata.gz: 92aeb99a6eb947d4fa5ccc8e6136e788582f22cea1571e28e796fe7e26ecb3cf
4
+ data.tar.gz: 501848402636962a5c24f6478f24084cc1107d8be827e5bcb47b582691dd7b5d
5
5
  SHA512:
6
- metadata.gz: 80718cd30ce3987ee85e21f48d8620189c236cb01cebe84dcc33ef01bcdcd38473358e1b3ca662fbf8a2a1475150acd747c33f141ffba392c2c366941d5ea938
7
- data.tar.gz: 1c6c4ce7b58723471288f1b89838309bfbfba61cb7d58012d92e4aaf83965b63e2fa9de7a2f25c7c0a3e20648e5c7bbd303a99cd45d07c858d7764adc37109a3
6
+ metadata.gz: a5a324a76ecbbf5c531996e4c674bafbfe1f05c94c6e71717bd04d4738454b03ac55f7609708fa84d9383c52211e27648c294312ab809ef8a19ade3fe9dc1e6f
7
+ data.tar.gz: 2e8515d679c6896864875da0e5c7db78f05b368fc0bcbbe4832c4616256375815b79ea7ddef4e62603972561638e78000fb8b523d3a34e0178e32f5b36768f02
data/README.md CHANGED
@@ -1,19 +1,10 @@
1
1
  # ACH
2
2
 
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.
4
4
 
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
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
@@ -6,7 +6,7 @@ module ACH
6
6
  if Gem.loaded_specs['holidays'].version < Gem::Version.new('7.0.0')
7
7
  :federal_reserve
8
8
  else
9
- :federalreserve
9
+ :federalreservebanks
10
10
  end
11
11
  def initialize(submission_date)
12
12
  @submission_date = submission_date
data/lib/ach/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ACH
2
- VERSION = '0.6.3'.freeze
2
+ VERSION = '0.6.4'.freeze
3
3
  end
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.3
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-10-16 00:00:00.000000000 Z
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.25
128
+ rubygems_version: 3.3.26
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: Helper for building ACH files