le1t0-deprec 2.1.6.074 → 2.1.6.075
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/deprec/recipes/deprec.rb +2 -1
- metadata +2 -2
@@ -100,7 +100,8 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
100
100
|
end
|
101
101
|
end
|
102
102
|
|
103
|
-
|
103
|
+
desc "compare configs for the current stage for all defined roles"
|
104
|
+
task :diff_configs do
|
104
105
|
top.deprec.namespaces.keys.each do |ns_name|
|
105
106
|
ns = top.deprec.send(ns_name)
|
106
107
|
recipe_declared_roles = ns.tasks.collect { |k,v| v.options.has_key?(:roles) ? v.options[:roles] : nil }.compact.flatten.uniq
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: le1t0-deprec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 2.1.6.
|
5
|
+
version: 2.1.6.075
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Le1t0
|
@@ -289,7 +289,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
289
289
|
requirements: []
|
290
290
|
|
291
291
|
rubyforge_project:
|
292
|
-
rubygems_version: 1.5.
|
292
|
+
rubygems_version: 1.5.2
|
293
293
|
signing_key:
|
294
294
|
specification_version: 3
|
295
295
|
summary: deployment recipes for capistrano
|