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.
- data/lib/ofx.rb +1 -1
- data/lib/ofxparser.rb +1 -1
- 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,
|
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
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.
|
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: &
|
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: *
|
25
|
+
version_requirements: *9650676
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: hoe
|
28
|
-
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: *
|
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: *
|