bank_statement_parser 0.1.8 → 0.1.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c2d94f8629e7e12c78c45f7b11d1bab2fbee3d1
4
- data.tar.gz: 2d80206e98025f83886c40d2b13960748bcaf3ba
3
+ metadata.gz: 1c23abde5866bed7be9cdbc3caa19cb2fa8fc7c7
4
+ data.tar.gz: 01b6523c371422b1c9ff218791529ce8d9be074c
5
5
  SHA512:
6
- metadata.gz: 567bc9387f73edf99b846ad1b156ff3387c61dc453ec0f45d3483703ff827bf40a76ab9f10355bd23f4dd75897336d0e704c47ffca75c19f9ae84b2b7a4072bd
7
- data.tar.gz: e53fcac670b799591481804322637378bf30ab6d8dc36c5d5385ea563751651dda108c7240d83715d90bec5c8cfdfd6339e832462f5f1b119c2aa497bfa0ecb1
6
+ metadata.gz: 78567e7c4793ae69df5c3976fb7b2409b37d4ad9d5911c131d70aed759e58b8753b8a7382db15b8debff1087a3f4ff3ff36b1a3047056d9ccc67b94a238eef57
7
+ data.tar.gz: d12dff8949e189cf9f3a68ce74f3546da4aa200d4b1529039ef13bc2e33da7ad3831a3dbac16c0eeb0164edef5f121694836471a5372dd4bb6d2c8aa0a5519fb
@@ -56,7 +56,7 @@ module BankStatementParser
56
56
  # Grab the full text file content (utf-8)
57
57
  File.read(path)
58
58
  end
59
- when IO, Pathname, URI
59
+ when File, IO, Pathname, Tempfile, URI
60
60
  path.read
61
61
  else
62
62
  raise ArgumentError, "Expected String, IO, Pathname or URI"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bank_statement_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Dawson