lib/active_ldap.rb in activeldap-0.10.0 vs lib/active_ldap.rb in activeldap-1.0.0

- old
+ new

@@ -920,10 +920,10 @@ if Dependencies.respond_to?(:load_paths) Dependencies.load_paths << File.expand_path(File.dirname(__FILE__)) end module ActiveLdap - VERSION = "0.10.0" + VERSION = "1.0.0" end if RUBY_PLATFORM.match('linux') require 'active_ldap/timeout' else