Skip to content

Commit 0a1805b

Browse files
liviazimermannmarcosdemelo
authored andcommitted
Fix test and update gem version (see rubygems)
1 parent b877e26 commit 0a1805b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
PATH
22
remote: .
33
specs:
4-
ofx (0.3.4)
4+
ofx (0.3.6)
55
nokogiri (>= 1.13.1, < 1.16.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
1010
byebug (11.1.3)
1111
diff-lcs (1.5.1)
12-
mini_portile2 (2.8.9)
13-
nokogiri (1.15.7)
14-
mini_portile2 (~> 2.8.2)
12+
nokogiri (1.15.7-x86_64-darwin)
1513
racc (~> 1.4)
1614
racc (1.8.1)
1715
rake (13.0.6)

lib/ofx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module OFX
22
module Version
33
MAJOR = 0
44
MINOR = 3
5-
PATCH = 4
5+
PATCH = 6
66
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
77
end
88
end

spec/ofx/ofx103_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
it "should know about all transaction types" do
4040
valid_types = [
4141
'CREDIT', 'DEBIT', 'INT', 'DIV', 'FEE', 'SRVCHG', 'DEP', 'ATM', 'POS', 'XFER',
42-
'CHECK', 'PAYMENT', 'CASH', 'DIRECTDEP', 'DIRECTDEBIT', 'REPEATPMT', 'OTHER'
42+
'CHECK', 'PAYMENT', 'CASH', 'DIRECTDEP', 'DIRECTDEBIT', 'REPEATPMT', 'OTHER', 'IN', 'OUT'
4343
]
4444
valid_types.sort.should == OFX::Parser::OFX103::TRANSACTION_TYPES.keys.sort
4545

0 commit comments

Comments
 (0)