promiscuous-newrelic 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ DependencyDetection.defer do
|
|
4
4
|
@name = :promiscuous
|
5
5
|
|
6
6
|
depends_on do
|
7
|
-
defined?(Promiscuous::
|
7
|
+
defined?(Promiscuous::CLI) and not NewRelic::Control.instance['disable_promiscuous']
|
8
8
|
end
|
9
9
|
|
10
10
|
executes do
|