wavefront-cli 2.1.1 → 2.1.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
  SHA1:
3
- metadata.gz: 7c12af4b958002f847c58addc560f06c2bd1a509
4
- data.tar.gz: c0380a8aab38ed104ff0061749dcac041aa72daf
3
+ metadata.gz: 40a642f73bf1dcaa8bfe36bb00ad3c56acf5d2f7
4
+ data.tar.gz: 2920cf7de19ec00f16897a89d75a7c84a3fb9a55
5
5
  SHA512:
6
- metadata.gz: 35323ccf69e903b60981e99321f11e1cf7e73eab5d4253e7ca97443c19f91c70ca9af52f93a3d147e253c23d52f6e1601812aecea56c0b4141d4ecfcd2535fee
7
- data.tar.gz: 119c7880165c5a381be657d15c513b99dc79c3d55582d3db862d8fe3ebb3bd375ac5384a2aac69a7a54fcf44eb8db67ed02fab09420d5eca6f5d6b53bebfcb1e
6
+ metadata.gz: 81bd3003b6d18cfadb87aa8c4fd21898b1ac6779413c1dd44544aedbd6f8a1106bc0e0774c869ebef345b91887785363b6c9c95ea932e1e3842fe490778903b1
7
+ data.tar.gz: 6038bd021543276e6b90a05b275664c2a61e52bec2c4460e1018f1c619fd26ab589e863972f7e425f1a749ae4504e8e4c7e2bd6c45e30bdb219653293422effc
data/LICENSE.txt ADDED
@@ -0,0 +1,27 @@
1
+ Copyright (c) 2017, Sysdef Ltd
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions
6
+ are met:
7
+
8
+ * Redistributions of source code must retain the above copyright
9
+ notice, this list of conditions and the following disclaimer.
10
+
11
+ * Redistributions in binary form must reproduce the above copyright
12
+ notice, this list of conditions and the following disclaimer in
13
+ the documentation and/or other materials provided with the
14
+ distribution.
15
+
16
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
19
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
20
+ COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
21
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
22
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
26
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27
+ POSSIBILITY OF SUCH DAMAGE.
@@ -9,9 +9,9 @@ class WavefrontCommandWrite < WavefrontCommandBase
9
9
 
10
10
  def _commands
11
11
  ['point [-DnV] [-c file] [-P profile] [-E proxy] [-t time] ' \
12
- '[-p port] [-H host] [-n] [-T tag...] <metric> <value>',
12
+ '[-p port] [-H host] [-T tag...] <metric> <value>',
13
13
  'file [-DnV] [-c file] [-P profile] [-E proxy] [-H host] ' \
14
- '[-p port] [-n] [-F format] [-m metric] [-T tag...] ' \
14
+ '[-p port] [-F format] [-m metric] [-T tag...] ' \
15
15
  '[-r rate] <file>']
16
16
  end
17
17
 
@@ -1 +1 @@
1
- WF_CLI_VERSION = '2.1.1'.freeze
1
+ WF_CLI_VERSION = '2.1.2'.freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wavefront-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
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-10-12 00:00:00.000000000 Z
11
+ date: 2017-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docopt
@@ -147,6 +147,7 @@ files:
147
147
  - ".gitignore"
148
148
  - ".travis.yml"
149
149
  - Gemfile
150
+ - LICENSE.txt
150
151
  - README.md
151
152
  - Rakefile
152
153
  - bin/wf