cassandra-utils 0.3.1.pre.beta.2 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cassandra/utils/cli/base.rb +2 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbc1561d91999dc7f77a4e43dd4d747eae9207d9
|
4
|
+
data.tar.gz: c24462312be9a71cf6e56df72658018e188e98ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b3bde9c1bc2a93e32466e5ad5d016c5cfd1b2499dfc05d78144cc09331e015eb6f4595528cc24cb43597fbe346d9b9aa9414ae84fdc8d1e0fcbefabbe91c6db
|
7
|
+
data.tar.gz: 6005912c05f287dcb04cc7815677873b40e14191032a9e2dd164dc22cb4606844fc057094d8387b681604ed98cf22f44073058c023ef03e50ecc7bc7c25665c0
|
@@ -15,7 +15,7 @@ module Cassandra
|
|
15
15
|
end
|
16
16
|
|
17
17
|
def runner
|
18
|
-
@command ||= DaemonRunner::ShellOut.new(command, :
|
18
|
+
@command ||= DaemonRunner::ShellOut.new(command: command, cwd: cwd, timeout: timeout)
|
19
19
|
end
|
20
20
|
|
21
21
|
def output
|
@@ -24,8 +24,7 @@ module Cassandra
|
|
24
24
|
|
25
25
|
def run!
|
26
26
|
runner
|
27
|
-
@command.
|
28
|
-
@command.error!
|
27
|
+
@command.run!
|
29
28
|
@stdout = @command.stdout
|
30
29
|
out = output
|
31
30
|
Utils::Statsd.new(metric_name).to_dd(out).push!
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cassandra-utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Thompson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mixlib-shellout
|
@@ -155,9 +155,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
155
155
|
version: '0'
|
156
156
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
157
157
|
requirements:
|
158
|
-
- - "
|
158
|
+
- - ">="
|
159
159
|
- !ruby/object:Gem::Version
|
160
|
-
version:
|
160
|
+
version: '0'
|
161
161
|
requirements: []
|
162
162
|
rubyforge_project:
|
163
163
|
rubygems_version: 2.4.3
|