ra-bluepill 0.0.47 → 0.0.48

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.47
1
+ 0.0.48
@@ -22,7 +22,7 @@ module Bluepill
22
22
  @@current_retry += 1
23
23
  puts "Retry #{@@current_retry} of #{RETRIES}"
24
24
  if @@current_retry <= RETRIES
25
- client_command(base_dir, name, command)
25
+ client_command(base_dir, name, command, timeout)
26
26
  else
27
27
  abort("Socket Timeout: Server may not be responding")
28
28
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ra-bluepill}
8
- s.version = "0.0.47"
8
+ s.version = "0.0.48"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Arya Asemanfar", "Gary Tsang", "Rohith Ravi"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ra-bluepill
3
3
  version: !ruby/object:Gem::Version
4
- hash: 65
4
+ hash: 127
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 47
10
- version: 0.0.47
9
+ - 48
10
+ version: 0.0.48
11
11
  platform: ruby
12
12
  authors:
13
13
  - Arya Asemanfar