capricorn 0.2.14 → 0.2.15
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/capricorn/system.rb +1 -1
- metadata +2 -2
data/lib/capricorn/system.rb
CHANGED
@@ -78,7 +78,7 @@ module Capricorn
|
|
78
78
|
end
|
79
79
|
|
80
80
|
def relink_satellite(satellite)
|
81
|
-
self.queue.enqueue("relink
|
81
|
+
self.queue.enqueue("relink #{satellite.domain}", :satellite => satellite) do |options|
|
82
82
|
satellite = options[:satellite]
|
83
83
|
|
84
84
|
if satellite
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capricorn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simon Menke
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-06-
|
12
|
+
date: 2009-06-26 00:00:00 +02:00
|
13
13
|
default_executable: capricorn
|
14
14
|
dependencies: []
|
15
15
|
|