bluepill 0.0.34 → 0.0.35

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.34
1
+ 0.0.35
data/bluepill.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bluepill}
8
- s.version = "0.0.34"
8
+ s.version = "0.0.35"
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"]
@@ -28,7 +28,7 @@ module Bluepill
28
28
  rescue Errno::EADDRINUSE
29
29
  # if sock file has been created. test to see if there is a server
30
30
  begin
31
- return UNIXSocket.open(socket_path)
31
+ UNIXSocket.open(socket_path)
32
32
  rescue Errno::ECONNREFUSED
33
33
  File.delete(socket_path)
34
34
  return UNIXServer.open(socket_path)
@@ -1,3 +1,3 @@
1
1
  module Bluepill
2
- VERSION = "0.0.34"
2
+ VERSION = "0.0.35"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bluepill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.34
4
+ version: 0.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arya Asemanfar