Skip to content

Commit 70bed86

Browse files
gemfile
1 parent b42f3ed commit 70bed86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ofx (0.4.1)
4+
ofx (0.5.2)
55
bigdecimal (= 3.1.8)
66
nkf (= 0.2.0)
77
nokogiri (>= 1.14.5)

lib/ofx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OFX
2-
VERSION = '0.4.1'.freeze
2+
VERSION = '0.5.2'.freeze
33
end

spec/ofx/ofx103_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
it "knows about all transaction types" do
4141
valid_types = [
4242
'CREDIT', 'DEBIT', 'INT', 'DIV', 'FEE', 'SRVCHG', 'DEP', 'ATM', 'POS', 'XFER',
43-
'CHECK', 'PAYMENT', 'CASH', 'DIRECTDEP', 'DIRECTDEBIT', 'REPEATPMT', 'OTHER'
43+
'CHECK', 'PAYMENT', 'CASH', 'DIRECTDEP', 'DIRECTDEBIT', 'REPEATPMT', 'OTHER', 'IN', 'OUT'
4444
]
4545
expect(valid_types.sort).to eql OFX::Parser::OFX103::TRANSACTION_TYPES.keys.sort
4646

0 commit comments

Comments
 (0)