pushbullet_client 0.0.16 → 0.0.17

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
  SHA256:
3
- metadata.gz: 2e1fca78108d565ec472e71336c798cc9341403ff1f3a0d6800acaa81eeb3620
4
- data.tar.gz: bddc924d7c0595cf2e2cc8045d9d12871ba8a4c71147e65b9f59a90baed70421
3
+ metadata.gz: 575fe6386a53cb5b9711fba22f42012a14af0c582143dcfcfb09f286889a5031
4
+ data.tar.gz: c77da6e8b4542aea69abf76fa41bfaa2f1bdaf51dfece59c7ff937556852c8b1
5
5
  SHA512:
6
- metadata.gz: a6d9190de8f8ec1f8a5dfd43c57c229fc3c77250afc9424e98a11d77b28289b3799344eb8d918261b2a18f273af53b360c1cc0cf0ac9087e87f0d3ccc57821b6
7
- data.tar.gz: f4e0769922efd2a086b16bfc74dcc6fdd69e5b023e3349730db6498838b7214575e1aba6cf822c7164242f17cbfedcc03de92ad26ba0a9ef2ea102afd82cef6b
6
+ metadata.gz: 4012d0a3ffcb59ebf35b80c2c41735e8d81a2d1c178f3157931630562d807ad6deea3d31314698024e8b41dbb00b26f2795c28233b942cac857fc8c73e1c70b0
7
+ data.tar.gz: 1dc3b5f437d74ff4e9b7593a8117542e47fce2ee7087f2fbef27b4844df1896f87e35ac32402f2519e1b008d2d784c12c797b4cde4a8adc372a35d81f591440a
@@ -55,7 +55,7 @@ module Pushbullet
55
55
 
56
56
  begin
57
57
  response = send_request(http_method, path, params, payload)
58
- rescue => Socket::ResolutionError
58
+ rescue
59
59
  # Retry once
60
60
  # TODO: Add in retry amounts
61
61
  response = send_request(http_method, path, params, payload)
@@ -1,3 +1,3 @@
1
1
  module Pushbullet
2
- VERSION = "0.0.16"
2
+ VERSION = "0.0.17"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pushbullet_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - trex22