my_tank_info 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2d621c7a8a14148aacb4a0d76c5f5c0726ebe6858afc075144d375a0eae4c8c
4
- data.tar.gz: fe65e36eb25268e2dc87a2c565a33a88442f1934d1a47e0d068f332221cbbef7
3
+ metadata.gz: d3e7c6f697556e4c4a6eaf626521b15ef3d470460e9a38ccb812b9b9713a1aaa
4
+ data.tar.gz: 896fa52437a96b14fb8d9ad8fed4e5beb1c162a82b633246ed6b342f4409ecc8
5
5
  SHA512:
6
- metadata.gz: d9aa100a21c9dd859b23377e033a712e810103967fd6a620e7602a6a2fde99ccffa6524bb094bdaaa270aa6d05975d6f199f1bf496b06e3028c2ab14bf739f71
7
- data.tar.gz: ca4e444c8d55fac4a35e7c74da75ef5f539c667098a33f0fb840ec43043efd1f18fe88d88ad03054ccc5b155f8170a325c9908cefec4f9d6ab7daef4b9287271
6
+ metadata.gz: 813ed609bb3e702b3462194ad3e85c88239b13e5c6edd4dfcd0ba997668a14e078b8ad5444f43ab96bb61f50c855ff84cbeba84f0a6d7eecf20a1e3fbda3a066
7
+ data.tar.gz: 231d543fac4faf52a520cf17b42ab0d9488667183ccbabe07da87ad8e40ed83ec9d004f627701f221e0f9131ef8d25897f0bf8be2a501b16f42a0ee157040c37
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## [1.1.1] - 2021-10-18
2
+ - Fix bug in NotificationContact delete logic
3
+
1
4
  ## [1.1.0] - 2021-09-23
2
5
  - Added a specific error class ``MyTankInfo::UnauthorizedError`` so that it's easier to identify and react to scenarios when your api_key is wrong or has expired
3
6
 
@@ -26,7 +26,7 @@ module MyTankInfo
26
26
  end
27
27
 
28
28
  def delete(contact_id:)
29
- NotificationContact.new delete_request("api/admin/notificationcontacts/#{contact_id}").body
29
+ delete_request("api/admin/notificationcontacts/#{contact_id}")
30
30
  end
31
31
  end
32
32
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MyTankInfo
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_tank_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Keesling
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-09-23 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday