ofxparser 1.0.2a → 1.0.2b

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.
Files changed (3) hide show
  1. data/lib/ofx.rb +1 -1
  2. data/lib/ofxparser.rb +1 -1
  3. metadata +5 -5
data/lib/ofx.rb CHANGED
@@ -158,7 +158,7 @@ module OfxParser
158
158
  end
159
159
 
160
160
  class Stock_Transaction
161
- attr_accessor :transid, :tradedate, :settledate, :uniqueid, :uniqueid_type, :units, :unitprice, :commission, :total, :subacctsec, ,:subacctfund,:type
161
+ attr_accessor :transid, :tradedate, :settledate, :uniqueid, :uniqueid_type, :units, :unitprice, :commission, :total, :subacctsec, :subacctfund, :type
162
162
  end
163
163
 
164
164
  # Status of a sign on
data/lib/ofxparser.rb CHANGED
@@ -7,7 +7,7 @@ require 'date'
7
7
  end
8
8
 
9
9
  module OfxParser
10
- VERSION = '1.0.2a'
10
+ VERSION = '1.0.2b'
11
11
 
12
12
  class OfxParser
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ofxparser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2a
4
+ version: 1.0.2b
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: hpricot
17
- requirement: &9644532 !ruby/object:Gem::Requirement
17
+ requirement: &9650676 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: '0.6'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *9644532
25
+ version_requirements: *9650676
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: hoe
28
- requirement: &9644244 !ruby/object:Gem::Requirement
28
+ requirement: &9650388 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ! '>='
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: 1.5.1
34
34
  type: :runtime
35
35
  prerelease: false
36
- version_requirements: *9644244
36
+ version_requirements: *9650388
37
37
  description: ! '== DESCRIPTION: My fork of aasmith''s ofx-parser v1.0.2 and attempt
38
38
  at building the investment acct methods. OfxParser is a ruby library to parse a
39
39
  realistic subset of the lengthy OFX 1.x specification. == FEATURES/PROBLEMS: *