lib/activeldap.rb in ruby-activeldap-debug-0.5.7 vs lib/activeldap.rb in ruby-activeldap-debug-0.5.8
- old
+ new
@@ -897,20 +897,24 @@
#
# Any and all feedback and patches are welcome. I am very excited about this
# package, and I'd like to see it prove helpful to more people than just myself.
#
+# Blanket warning hiding. Remove for debugging
+$VERBOSE, verbose = false, $VERBOSE
-
require 'activeldap/base'
require 'activeldap/associations'
require 'activeldap/configuration'
require 'activeldap/schema2'
+
module ActiveLDAP
- VERSION = "0.5.7"
+ VERSION = "0.5.8"
end
ActiveLDAP::Base.class_eval do
include ActiveLDAP::Configuration
include ActiveLDAP::Associations
end
+
+$VERBOSE = verbose