evrone-common-spawn 0.0.6 → 0.0.7

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: 3fdba540ffb2e87e50fa03da56a5f4ca08c85078
4
- data.tar.gz: ae7081904c5d9fbb512e723f2c095872cff06215
3
+ metadata.gz: 603fb17978b71502db2dc7070f8aa6556818b00b
4
+ data.tar.gz: d61150f6ade642f553cdde5ce22a57f820b626d8
5
5
  SHA512:
6
- metadata.gz: 29ffa59d4b42f23aff106ed6f4cfa8c4068b068cf2c5985a074493fedcd8e7dfb227e4a2ff3a7744ac7d658a366f7f75eaac7954f20d67f8eefcd43153880df0
7
- data.tar.gz: 363627a71f37ad87d9d0d0cd4f59b0da36a959d1748b2830f659060a07da37fa53250957ed1fb194d65a7a154c99ab11f086a11c011d70817362100db64aeec9
6
+ metadata.gz: 09095e4e96c4efa72cf0676e8b76e7ca4e60a6ecbf2bc11e57437e01b12b3ce128690dac2cb8e56414bea911c82b17c76fe8c12bd4894180e9f185dcacc0ca98
7
+ data.tar.gz: 57979ede6800cc4f45d6605f5e478bd12594933df55b01dacd254dba4bdc2cdca0828f2dc3728b2a187b104fe55ce3b7a99b4fd894cec269d820454b6a96ad0c
@@ -12,7 +12,7 @@ module Evrone
12
12
  end
13
13
 
14
14
  def to_s
15
- "Execution of '#{@cmd}' expired"
15
+ "Execution expired, command did not finish within #{@seconds} seconds"
16
16
  end
17
17
 
18
18
  end
@@ -25,7 +25,7 @@ module Evrone
25
25
  end
26
26
 
27
27
  def to_s
28
- "No output has been received of '#{@cmd}' in the last #{@seconds} seconds"
28
+ "No output has been received in the last #{@seconds} seconds"
29
29
  end
30
30
  end
31
31
 
@@ -1,7 +1,7 @@
1
1
  module Evrone
2
2
  module Common
3
3
  module Spawn
4
- VERSION = "0.0.6"
4
+ VERSION = "0.0.7"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evrone-common-spawn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Galinsky
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-06 00:00:00.000000000 Z
11
+ date: 2013-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ssh
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  requirements: []
130
130
  rubyforge_project:
131
- rubygems_version: 2.0.2
131
+ rubygems_version: 2.1.11
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: This gem helps to spawn processes in a shell capturing output in realtime.