bank_statement_parser 0.1.7 → 0.1.8

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: 37ee2ac920576bbe217ac77bfe484c3368836224
4
- data.tar.gz: 8aa389de7d09ecc862cd2a9cbb3614b54f966e7c
3
+ metadata.gz: 5c2d94f8629e7e12c78c45f7b11d1bab2fbee3d1
4
+ data.tar.gz: 2d80206e98025f83886c40d2b13960748bcaf3ba
5
5
  SHA512:
6
- metadata.gz: c928c9252f3827bc8a5a8d21a8667b29bfc4faf90f57e6fde52d4690a2b36da927dd02217d2e6c3d59d80f0c21d3f8355a3406156dae33a08906d87ff04d1302
7
- data.tar.gz: 58c84aa000de9fbd8f9abb15b69fa06d469e5b1bf598a6b2ec7c94fb51f4c75f93a96547208b11b5ae38e538e0b3200196d4bf2ff372af457c9915349f0a4147
6
+ metadata.gz: 567bc9387f73edf99b846ad1b156ff3387c61dc453ec0f45d3483703ff827bf40a76ab9f10355bd23f4dd75897336d0e704c47ffca75c19f9ae84b2b7a4072bd
7
+ data.tar.gz: e53fcac670b799591481804322637378bf30ab6d8dc36c5d5385ea563751651dda108c7240d83715d90bec5c8cfdfd6339e832462f5f1b119c2aa497bfa0ecb1
@@ -54,7 +54,7 @@ module BankStatementParser
54
54
  raise "Expected a text file path" unless
55
55
  path =~ /\.txt\z/
56
56
  # Grab the full text file content (utf-8)
57
- read(path)
57
+ File.read(path)
58
58
  end
59
59
  when IO, Pathname, URI
60
60
  path.read
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Dawson