tamber 0.1.10 → 0.1.11
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 +4 -4
- data/VERSION +1 -1
- data/lib/tamber.rb +1 -1
- data/lib/tamber/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bdd3589d598228fa188dcf72fbf58c415811eaa9
|
|
4
|
+
data.tar.gz: 3e97977c9c85bfa56a643ef612daf17651376b58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 376c257df9d66d181def153f3aad03b20da2c97409805691c75875de9b7a7aa0ed83d09d878e6760728170e574edeced64862b7cc9290bb722ea32bdf3eb8d2a
|
|
7
|
+
data.tar.gz: bd19752b928644a430c146d08a6bd41ad81f50a0dc330a86900948e5802216aa1a456c74aac1a941b25af617303ccb02112f5c951939f7a78398a7dfe065cbc5
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.11
|
data/lib/tamber.rb
CHANGED
|
@@ -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::
|
|
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."
|
data/lib/tamber/version.rb
CHANGED
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.
|
|
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
|
+
date: 2018-04-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rest-client
|