forked from rubyritas/ach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathach.gemspec
64 lines (59 loc) · 2.01 KB
/
ach.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "ach"
s.version = "0.4.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jared Morgan", "Josh Puetz"]
s.date = "2012-12-10"
s.description = "ach is a Ruby helper for builder ACH files. In particular, it helps with field\norder and alignment, and adds padding lines to end of file.\n"
s.email = "[email protected]"
s.extra_rdoc_files = [
"README.md"
]
s.files = [
".autotest",
"MIT-LICENSE",
"README.md",
"Rakefile",
"VERSION",
"ach.gemspec",
"examples/ach/ach_file_example.rb",
"examples/ach/batch_example.rb",
"examples/ach/field_identifiers_example.rb",
"examples/ach/fixtures/return_noc.txt",
"examples/ach/parse_example.rb",
"examples/ach/records/batch_control_example.rb",
"examples/ach/records/batch_header_example.rb",
"examples/ach/records/ctx_entry_detail_example.rb",
"examples/ach/records/ctx_entry_detail_test.rb",
"examples/ach/records/nines_example.rb",
"examples/ach/records/shared/batch_summaries.rb",
"examples/example_helper.rb",
"lib/ach.rb",
"lib/ach/ach_file.rb",
"lib/ach/batch.rb",
"lib/ach/field_identifiers.rb",
"lib/ach/records/addendum.rb",
"lib/ach/records/batch_control.rb",
"lib/ach/records/batch_header.rb",
"lib/ach/records/entry_detail.rb",
"lib/ach/records/file_control.rb",
"lib/ach/records/file_header.rb",
"lib/ach/records/nines.rb",
"lib/ach/records/record.rb"
]
s.homepage = "https://github.com/jm81/ach"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "Helper for building ACH files in Ruby"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end