lib/new_relic/agent/instrumentation/authlogic.rb in newrelic_rpm-3.5.8.72 vs lib/new_relic/agent/instrumentation/authlogic.rb in newrelic_rpm-3.6.0.74.beta
- old
+ new
@@ -1,4 +1,8 @@
+# encoding: utf-8
+# This file is distributed under New Relic's license terms.
+# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.
+
DependencyDetection.defer do
@name = :authlogic
depends_on do
defined?(AuthLogic) &&