ach 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ach"
8
- s.version = "0.3.1"
8
+ s.version = "0.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jared Morgan", "Josh Puetz"]
12
- s.date = "2012-10-23"
12
+ s.date = "2012-11-02"
13
13
  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"
14
14
  s.email = "jmorgan@morgancreative.net"
15
15
  s.extra_rdoc_files = [
@@ -47,7 +47,7 @@ Gem::Specification.new do |s|
47
47
  ]
48
48
  s.homepage = "http://github.com/jm81/ach"
49
49
  s.require_paths = ["lib"]
50
- s.rubygems_version = "1.8.10"
50
+ s.rubygems_version = "1.8.11"
51
51
  s.summary = "Helper for building ACH files in Ruby"
52
52
 
53
53
  if s.respond_to? :specification_version then
data/lib/ach.rb CHANGED
@@ -36,6 +36,6 @@ end
36
36
 
37
37
  # Include Records module to simplify accessing Records classes.
38
38
  module ACH
39
- VERSION = '0.3.0'
39
+ VERSION = '0.3.2'
40
40
  include Records
41
41
  end
@@ -68,7 +68,7 @@ module ACH::Records
68
68
 
69
69
  self.addenda.each {|a|
70
70
  a.entry_detail_sequence_number = self.trace_number
71
- ach_string << a.to_ach
71
+ ach_string << "\r\n" + a.to_ach
72
72
  }
73
73
  return ach_string
74
74
  end
metadata CHANGED
@@ -1,29 +1,36 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: ach
3
- version: !ruby/object:Gem::Version
4
- version: 0.3.1
3
+ version: !ruby/object:Gem::Version
4
+ hash: 23
5
5
  prerelease:
6
+ segments:
7
+ - 0
8
+ - 3
9
+ - 2
10
+ version: 0.3.2
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - Jared Morgan
9
14
  - Josh Puetz
10
15
  autorequire:
11
16
  bindir: bin
12
17
  cert_chain: []
13
- date: 2012-10-23 00:00:00.000000000 Z
18
+
19
+ date: 2012-11-02 00:00:00 Z
14
20
  dependencies: []
15
- description: ! 'ach is a Ruby helper for builder ACH files. In particular, it helps
16
- with field
17
21
 
22
+ description: |
23
+ ach is a Ruby helper for builder ACH files. In particular, it helps with field
18
24
  order and alignment, and adds padding lines to end of file.
19
25
 
20
- '
21
26
  email: jmorgan@morgancreative.net
22
27
  executables: []
28
+
23
29
  extensions: []
24
- extra_rdoc_files:
30
+
31
+ extra_rdoc_files:
25
32
  - README.md
26
- files:
33
+ files:
27
34
  - .autotest
28
35
  - MIT-LICENSE
29
36
  - README.md
@@ -54,26 +61,36 @@ files:
54
61
  - lib/ach/records/record.rb
55
62
  homepage: http://github.com/jm81/ach
56
63
  licenses: []
64
+
57
65
  post_install_message:
58
66
  rdoc_options: []
59
- require_paths:
67
+
68
+ require_paths:
60
69
  - lib
61
- required_ruby_version: !ruby/object:Gem::Requirement
70
+ required_ruby_version: !ruby/object:Gem::Requirement
62
71
  none: false
63
- requirements:
64
- - - ! '>='
65
- - !ruby/object:Gem::Version
66
- version: '0'
67
- required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ hash: 3
76
+ segments:
77
+ - 0
78
+ version: "0"
79
+ required_rubygems_version: !ruby/object:Gem::Requirement
68
80
  none: false
69
- requirements:
70
- - - ! '>='
71
- - !ruby/object:Gem::Version
72
- version: '0'
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ hash: 3
85
+ segments:
86
+ - 0
87
+ version: "0"
73
88
  requirements: []
89
+
74
90
  rubyforge_project:
75
- rubygems_version: 1.8.10
91
+ rubygems_version: 1.8.11
76
92
  signing_key:
77
93
  specification_version: 3
78
94
  summary: Helper for building ACH files in Ruby
79
95
  test_files: []
96
+