wells_fargo 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,8 +11,8 @@ module WellsFargo
11
11
  attributes = {}
12
12
  attributes['CompanyID'] = @business_name
13
13
  attributes['xmlns:xsi'] = "http://www.w3.org/2001/XMLSchema-instance"
14
- attributes['PmtRecCount'] = @options[:pmg_rec_count] if @options[:pmg_rec_count]
15
- attributes['PmtRecTotal'] = @options[:pmg_rec_total] if @options[:pmg_rec_total]
14
+ attributes['PmtRecCount'] = @options[:pmt_rec_count] if @options[:pmt_rec_count]
15
+ attributes['PmtRecTotal'] = @options[:pmt_rec_total] if @options[:pmt_rec_total]
16
16
  root = WellsFargo::Element::File.new(@xml, attributes)
17
17
  @xml.instruct!
18
18
  @xml.tag! root.element_name, root.attributes do
@@ -1,3 +1,3 @@
1
1
  module WellsFargo
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wells_fargo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 2
10
- version: 0.3.2
9
+ - 3
10
+ version: 0.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jack Danger Canty
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-15 00:00:00 -07:00
18
+ date: 2011-03-28 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency