ofx-data 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ofx/data/serialization/ofx203.rb +2 -1
- data/lib/ofx/data/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c19caec6c86d7da769e901974d1251783359ece
|
4
|
+
data.tar.gz: f7fa1360395c5df4e9df3225636689b5d5a294d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: caba2cc94c4df65bc452fe2809be56bd4e080f845c9cf3fb1c602cd6646a96eca559c2adb092928a9d60511b0523dfa8e5ce6811f4c9b5f4d14578ab4339ce15
|
7
|
+
data.tar.gz: f0470c508e8b8e5278991e643815f69f92ca60416a2ae78c8a15879fdd6ef81984ed36aab639c468ff3ee693ab325a18b829c815f393fd8d4e86ac2a51cdd80d
|
@@ -8,7 +8,8 @@ module OFX
|
|
8
8
|
module OFX203
|
9
9
|
SERIALIZER_CLASSES = [
|
10
10
|
Document, Transaction::Status,
|
11
|
-
MessageSets, MessageSets::Banking,
|
11
|
+
MessageSets, MessageSets::Banking::Response,
|
12
|
+
MessageSets::Signon::Response, Signon::Response,
|
12
13
|
Banking::Balance, Banking::BankAccount,
|
13
14
|
Banking::Transaction, Banking::Statement::Response,
|
14
15
|
Banking::Statement::Transaction
|
data/lib/ofx/data/version.rb
CHANGED