tamber 0.1.10 → 0.1.11

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
  SHA1:
3
- metadata.gz: f8004eba3105bccbba37c06ea731792477a3a6a5
4
- data.tar.gz: 4258a7685450ee4e22a553f019917068840c9fa2
3
+ metadata.gz: bdd3589d598228fa188dcf72fbf58c415811eaa9
4
+ data.tar.gz: 3e97977c9c85bfa56a643ef612daf17651376b58
5
5
  SHA512:
6
- metadata.gz: a207f215cf2c5fa4a6aa7308b6d4d3bb48ff58856ae5ee7488e60cb41bf6e24078134f603f5370d24fb293fa7612ef440c58b99f836ae2074ca69c7d263d2830
7
- data.tar.gz: 0f58d0e36a8c03fb44b6e882829d0a052e7d71538dd2eb5271abdd14b4b4f3c754ffbcae861e84e4034e84fddeae2dfae06095284dfd4e3bf9409df288f4bdbf
6
+ metadata.gz: 376c257df9d66d181def153f3aad03b20da2c97409805691c75875de9b7a7aa0ed83d09d878e6760728170e574edeced64862b7cc9290bb722ea32bdf3eb8d2a
7
+ data.tar.gz: bd19752b928644a430c146d08a6bd41ad81f50a0dc330a86900948e5802216aa1a456c74aac1a941b25af617303ccb02112f5c951939f7a78398a7dfe065cbc5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.10
1
+ 0.1.11
@@ -157,7 +157,7 @@ module Tamber
157
157
  "'host tamber.com' from the command line and try again. " \
158
158
  "Still borked? Email us at support@tamber.com and we'll get to the bottom of it."
159
159
 
160
- when RestClient::Timeout
160
+ when RestClient::RequestTimeout
161
161
  message = "Could not connect to Tamber at #{api_url}. " \
162
162
  "Please check your internet connection and try again. " \
163
163
  "Still borked? Email us at support@tamber.com and we'll get to the bottom of it."
@@ -1,3 +1,3 @@
1
1
  module Tamber
2
- VERSION = '0.1.10'
2
+ VERSION = '0.1.11'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tamber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexi Robbins
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-04-12 00:00:00.000000000 Z
12
+ date: 2018-04-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client