capistrano-ext 1.1.0 → 1.1.1
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/capistrano/ext/monitor.rb +5 -1
- data/lib/capistrano/ext/version.rb +1 -1
- metadata +4 -4
|
@@ -287,7 +287,11 @@ end
|
|
|
287
287
|
|
|
288
288
|
Capistrano.plugin :monitor, MonitorServers
|
|
289
289
|
|
|
290
|
-
Capistrano.
|
|
290
|
+
configuration = Capistrano::Configuration.respond_to?(:instance) ?
|
|
291
|
+
Capistrano::Configuration.instance(:must_exist) :
|
|
292
|
+
Capistrano.configuration(:must_exist)
|
|
293
|
+
|
|
294
|
+
configuration.load do
|
|
291
295
|
desc <<-STR
|
|
292
296
|
Watch the load on the servers. Display is updated every 30 seconds by default,
|
|
293
297
|
though you can specify a DELAY environment variable to make it update more or
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
|
-
rubygems_version: 0.9.
|
|
2
|
+
rubygems_version: 0.9.3
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: capistrano-ext
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 1.1.
|
|
7
|
-
date:
|
|
6
|
+
version: 1.1.1
|
|
7
|
+
date: 2007-05-12 00:00:00 -06:00
|
|
8
8
|
summary: Capistrano Extensions is a set of useful task libraries and methods that other developers may reference in their own recipe files.
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
@@ -32,9 +32,9 @@ files:
|
|
|
32
32
|
- lib/capistrano
|
|
33
33
|
- lib/capistrano/ext
|
|
34
34
|
- lib/capistrano/ext/assets
|
|
35
|
+
- lib/capistrano/ext/assets/request-counter.rb
|
|
35
36
|
- lib/capistrano/ext/monitor.rb
|
|
36
37
|
- lib/capistrano/ext/version.rb
|
|
37
|
-
- lib/capistrano/ext/assets/request-counter.rb
|
|
38
38
|
test_files: []
|
|
39
39
|
|
|
40
40
|
rdoc_options: []
|