cassandra-utils 0.3.1.pre.beta.2 → 0.3.2

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: 94d0331381282c7c67a8e68fe000c133fcc20a66
4
- data.tar.gz: 33e805f9ad276022a1e3208c7ecdf80ab7e31aa5
3
+ metadata.gz: cbc1561d91999dc7f77a4e43dd4d747eae9207d9
4
+ data.tar.gz: c24462312be9a71cf6e56df72658018e188e98ea
5
5
  SHA512:
6
- metadata.gz: 452ae745de7456ebc34e80cd088b158e1f057e7ec48c3eb1ee48f43b34d40d35b52afce0dbc2be7bec1d0bdc547da33e6df3ef842a02b701c35c84be7720987b
7
- data.tar.gz: c63af287b133eccee07715dae90bed1f5a03e2cdc8ef7ead19dabd00957c8034d75266c53aed333c50b2e70707e6602a501aab0e14ca3c8e83fbad4b6fd2131e
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, :cwd => cwd, :timeout => timeout)
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.run_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.1.pre.beta.2
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-23 00:00:00.000000000 Z
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: 1.3.1
160
+ version: '0'
161
161
  requirements: []
162
162
  rubyforge_project:
163
163
  rubygems_version: 2.4.3