einhorn 0.5.3 → 0.5.4
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.
- data/lib/einhorn/command/interface.rb +1 -1
- data/lib/einhorn/command.rb +1 -1
- data/lib/einhorn/version.rb +1 -1
- metadata +4 -4
|
@@ -88,7 +88,7 @@ module Einhorn::Command
|
|
|
88
88
|
raise Errno::EADDRINUSE.new("Non-socket file present at Einhorn command socket path #{path}. Either remove that file and restart Einhorn, or pass a `-d PATH_TO_SOCKET` to change the command socket location.")
|
|
89
89
|
end
|
|
90
90
|
|
|
91
|
-
Einhorn.log_info("Blowing away old Einhorn command socket at #{path}. This likely indicates a previous Einhorn
|
|
91
|
+
Einhorn.log_info("Blowing away old Einhorn command socket at #{path}. This likely indicates a previous Einhorn master which exited uncleanly.")
|
|
92
92
|
# Whee, blow it away.
|
|
93
93
|
File.unlink(path)
|
|
94
94
|
end
|
data/lib/einhorn/command.rb
CHANGED
data/lib/einhorn/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: einhorn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2014-01-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -198,7 +198,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
198
198
|
version: '0'
|
|
199
199
|
segments:
|
|
200
200
|
- 0
|
|
201
|
-
hash:
|
|
201
|
+
hash: -4111733587865506244
|
|
202
202
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
203
203
|
none: false
|
|
204
204
|
requirements:
|
|
@@ -207,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
207
207
|
version: '0'
|
|
208
208
|
segments:
|
|
209
209
|
- 0
|
|
210
|
-
hash:
|
|
210
|
+
hash: -4111733587865506244
|
|
211
211
|
requirements: []
|
|
212
212
|
rubyforge_project:
|
|
213
213
|
rubygems_version: 1.8.23
|