rubotium 0.0.18 → 0.0.19

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: 0b9bfc8633530e1490ee76cc637163c96b6b3dbc
4
- data.tar.gz: 4d65fbd91f0bd74450d76258881a35a680238f86
3
+ metadata.gz: 98f8adacba06f733bb479e15adb159d6e0e3573d
4
+ data.tar.gz: ab84bac5542cf856854244aeb94dae7d93e862da
5
5
  SHA512:
6
- metadata.gz: f8ce8e1a7e9f348fb2d6cc6fa6760a322e984dde2f73177f7a9987fdb08df5404394dd147a2b2bf435d130e313f0c61a3b96abe9cd1d2ed81538c50b0d15c7b9
7
- data.tar.gz: 08b5304e3cac70a3db5270e6fe175075206049afb01fd4c15fb4ea84651882cff8279308a4485bb2fec750a5284bab0faca744a9933325e7fefc9430c014fd05
6
+ metadata.gz: 4836e4d8406b5e1c73d41649c9342b6a4cb9a510cf813d1f0d37bedde6f3c1323c1aa42d1b81f26be3b83e26b080d57b9e0f47e10d874dc3d58890184edbcfa4
7
+ data.tar.gz: f7ab6265fb21fc7919db3a5fb938801afcf37e7995bf829e852d4298eb6a31257f00ef205445bc38887677d9a253950845c122611fc4af14fe44e9c98d15f87d
data/lib/rubotium/cmd.rb CHANGED
@@ -8,7 +8,7 @@ module Rubotium
8
8
 
9
9
  def run_command(command_to_run, opts = {})
10
10
  begin
11
- Timeout::timeout(opts[:timeout] || 150) {
11
+ Timeout::timeout(opts[:timeout] || 10*60) {
12
12
  Rubotium.logger.debug "[EXECUTING]: #{command_to_run}"
13
13
  new(command_to_run).execute
14
14
  }
@@ -1,3 +1,3 @@
1
1
  module Rubotium
2
- VERSION = "0.0.18"
2
+ VERSION = "0.0.19"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubotium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Slawomir Smiechura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-15 00:00:00.000000000 Z
11
+ date: 2015-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler