ofxparser 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
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, :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.2'
10
+ VERSION = '1.0.3'
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.2
4
+ version: 1.0.3
5
5
  prerelease:
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: &9687168 !ruby/object:Gem::Requirement
17
+ requirement: &9661872 !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: *9687168
25
+ version_requirements: *9661872
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: hoe
28
- requirement: &9686856 !ruby/object:Gem::Requirement
28
+ requirement: &9661572 !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: *9686856
36
+ version_requirements: *9661572
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: *