wavefront-sdk 1.0.0 → 1.0.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f3b856c060a4f482d056e2e03888ad6ae8f9d11
|
4
|
+
data.tar.gz: 6ce74dab9704cf5d0405209691c16f3896263447
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f531550d20190c9b752f5e9b15ded85dca512cd1b1c124e062bf28eec3c457eaae0097323e6758ef57690c7ef973a7eb4063be0fbdc8be13912a542851bbd605
|
7
|
+
data.tar.gz: 56930dd7718749e247cc681f740240ef94b3d8770832f46ca22fc9a24ba5c34f0cc80d69389747cea30c4931f18487417e93b1418c47f9e43ea186308b4a7084
|
@@ -1 +1 @@
|
|
1
|
-
WF_SDK_VERSION = '1.0.
|
1
|
+
WF_SDK_VERSION = '1.0.1'.freeze
|
@@ -151,6 +151,12 @@ class WavefrontValidatorsTest < MiniTest::Test
|
|
151
151
|
good, bad)
|
152
152
|
end
|
153
153
|
|
154
|
+
def test_wf_message_id?
|
155
|
+
good = %w(CLUSTER::IHjNaHM9)
|
156
|
+
bad = %w(4OfsEM8RcvkM7n 4OfsEM8Rcvk-7nw)
|
157
|
+
good_and_bad('wf_message_id?', 'InvalidMessageId', good, bad)
|
158
|
+
end
|
159
|
+
|
154
160
|
def test_wf_alert_severity?
|
155
161
|
good = %w(INFO SMOKE WARN SEVERE)
|
156
162
|
bad = %w(any THING else)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wavefront-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Fisher
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|