iron_bank 3.0.1 → 3.0.2

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: f5b0af1ab077031cbb8470d207d521419f623de7
4
- data.tar.gz: b935b53fa4d91c3d83c9a233d16c4f39d39200bc
3
+ metadata.gz: 77da69b166aaa214376d2287ffadac5f39f3f54d
4
+ data.tar.gz: fb12a9b49388f1cbe89d597420c7bfb2be7b731c
5
5
  SHA512:
6
- metadata.gz: e9f1e93c42390c4f8b8906f08b645521d43713c4947ad671c4e55b62667ab4b8978b8e2c1f1cbfe9154bea06cbb407458bbe812f95572ca1dfdd1c1dae56c245
7
- data.tar.gz: 4a427bb3e77dc8e361dd12693d08a4dcdf0ffdb31ebfd3d42fb20b111529270261be835a5b6dc7cc1626615ee91234d7c587d1d94bc10b0eace0da1da5cbcbfc
6
+ metadata.gz: 82ee5aef73c1c6b2071d54ae3ef7716db454b1c052b8b82dfcefbb1aab83b48d91d42764ac6f7bee51490dfe9f5317d9e919bb45f5279fe814cd1ecd3e077301
7
+ data.tar.gz: 5426e0b40a966b8e3f784bd2f4def965c4860f32c04522908d863c68bdc73dc4f8f1086fac3d4410facd0440caa4181e7c5fdb9a38e46573229f89062c1f0bfe
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- iron_bank (3.0.1)
4
+ iron_bank (3.0.2)
5
5
  faraday (~> 0)
6
6
  faraday_middleware (~> 0)
7
7
  nokogiri (~> 1)
@@ -30,7 +30,7 @@ module IronBank
30
30
  # We can only retrieve one invoice body at a time, hence Body is excluded
31
31
  # from the query fields, but is populated using the `find` class method
32
32
  def body
33
- remote[:body] || reload[:body]
33
+ remote[:body] || reload.remote[:body]
34
34
  end
35
35
  end
36
36
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IronBank
4
- VERSION = "3.0.1"
4
+ VERSION = "3.0.2"
5
5
  API_VERSION = "v1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_bank
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mickael Pham
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2019-04-16 00:00:00.000000000 Z
14
+ date: 2019-04-17 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bump