ofx-data 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c19caec6c86d7da769e901974d1251783359ece
4
- data.tar.gz: f7fa1360395c5df4e9df3225636689b5d5a294d2
3
+ metadata.gz: f074ba55f42ece5e85c641d20a8827d003d3235f
4
+ data.tar.gz: b952ceaf002a5b040921f1b39768f5406149136c
5
5
  SHA512:
6
- metadata.gz: caba2cc94c4df65bc452fe2809be56bd4e080f845c9cf3fb1c602cd6646a96eca559c2adb092928a9d60511b0523dfa8e5ce6811f4c9b5f4d14578ab4339ce15
7
- data.tar.gz: f0470c508e8b8e5278991e643815f69f92ca60416a2ae78c8a15879fdd6ef81984ed36aab639c468ff3ee693ab325a18b829c815f393fd8d4e86ac2a51cdd80d
6
+ metadata.gz: 58d5ee2af079bea663c1eb7a0d2bd5c44d9a6322535d3f2f5bae7939950c40ebe472a84f92a01a79cd01e0545555d47eea3d3e5a30c8d4694c7eb9dc6d04703c
7
+ data.tar.gz: 2c8662de1fcdf3e8e41fc51d868c96a9c84e4bf45e94580854956474f2320099b26162d0c4d4be8a63b17026acf14a00f2a41bfc9fbbbe82422893815471ceff
@@ -1,5 +1,5 @@
1
1
  require "ofx/data/document"
2
2
  require "ofx/data/transaction/status"
3
3
  require "ofx/data/message_sets"
4
+ require "ofx/data/signon"
4
5
  require "ofx/data/banking"
5
-
@@ -1,5 +1,6 @@
1
1
  require "ofx/data/serialization/document"
2
2
  require "ofx/data/serialization/message_sets"
3
+ require "ofx/data/serialization/signon"
3
4
  require "ofx/data/serialization/banking"
4
5
  require "ofx/data/serialization/transaction/status"
5
6
 
@@ -0,0 +1 @@
1
+ require "ofx/data/serialization/signon/response"
@@ -1,5 +1,5 @@
1
1
  module OFX
2
2
  module Data
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ofx-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Patterson
@@ -130,6 +130,7 @@ files:
130
130
  - lib/ofx/data/serialization/ofx203.rb
131
131
  - lib/ofx/data/serialization/registry.rb
132
132
  - lib/ofx/data/serialization/registry/entry.rb
133
+ - lib/ofx/data/serialization/signon.rb
133
134
  - lib/ofx/data/serialization/signon/response.rb
134
135
  - lib/ofx/data/serialization/transaction/status.rb
135
136
  - lib/ofx/data/signon.rb