wavefront-cli 2.9.1 → 2.9.2

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: 71cd249476e37209867446718ff414141b88a96fd25c03b9347e50d8d2b9eb4a
4
- data.tar.gz: 6f9050295d9d23dcdd33b2ca7525366c032332c7483cae479a6e9105c1ff4b50
3
+ metadata.gz: 98b1eb89086e67e5ce3e1005b254248f712915ea9ec13c401c618544cba401f9
4
+ data.tar.gz: b5595a4b8d1eee6f968c6c0c2d428dad2af59102d61d59eeb6cdaeba0f36d5d4
5
5
  SHA512:
6
- metadata.gz: 8a0d41a55276f9af44760d6fa99073bf9387bf55bc6154f3c6b6c4d93b1275f4e0b37d47264c8748d8e040de9e846cbbc62780bc96130c35b1bcbc7a986d3344
7
- data.tar.gz: 2a644f3b20d35493b3dc59bbe07f517f97f6aebd31eec4d26d3706edebf844e644f1aa16303d3dc87b2e864390fc66de6e61d86fd4d5cebb215d8ba213406edd
6
+ metadata.gz: 1f871775db809ba9258a008dd1a2f618abeb582e0018f54cc90c99c8f00771053591569fde1d3c9e193622f946644f8299dd63942455e53c103a596e1ba417b1
7
+ data.tar.gz: 0e807a24dddcd83cb3931c83ca3fd0b879170c20e7bad3441c41ae76698b1571fa7409ccc3e23d15b329a77d9f3cacfe6a398b31a8a524a06699f2bb307daa00
data/HISTORY.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.9.2 (22/08/2018)
4
+ * Fix regression which broke the `wf` command when it ran without a
5
+ tty.
6
+
3
7
  ## 2.9.1 (22/08/2018)
4
8
  * Use 1.6.2 of [wavefront-sdk](https://github.com/snltd/wavefront-sdk).
5
9
 
data/bin/wf CHANGED
@@ -6,7 +6,7 @@ require_relative '../lib/wavefront-cli/controller'
6
6
 
7
7
  begin
8
8
  tw = IO.console.winsize.last
9
- rescue RuntimeError
9
+ rescue StandardError
10
10
  tw = 80
11
11
  end
12
12
 
@@ -1 +1 @@
1
- WF_CLI_VERSION = '2.9.1'.freeze
1
+ WF_CLI_VERSION = '2.9.2'.freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wavefront-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.1
4
+ version: 2.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Fisher