treequel 1.9.0 → 1.9.1
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/History.rdoc +5 -0
- data/lib/treequel.rb +2 -4
- data/spec/treequel/monkeypatches_spec.rb +0 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/History.rdoc
CHANGED
data/lib/treequel.rb
CHANGED
@@ -32,10 +32,10 @@ module Treequel
|
|
32
32
|
|
33
33
|
|
34
34
|
# Library version
|
35
|
-
VERSION = '1.9.
|
35
|
+
VERSION = '1.9.1'
|
36
36
|
|
37
37
|
# VCS revision
|
38
|
-
REVISION = %q$Revision:
|
38
|
+
REVISION = %q$Revision: 2b31f8c2fe29 $
|
39
39
|
|
40
40
|
# Common paths for ldap.conf
|
41
41
|
COMMON_LDAP_CONF_PATHS = %w[
|
@@ -53,8 +53,6 @@ module Treequel
|
|
53
53
|
|
54
54
|
# Load the logformatters and some other stuff first
|
55
55
|
require 'treequel/constants'
|
56
|
-
require 'treequel/utils'
|
57
|
-
|
58
56
|
include Treequel::Constants
|
59
57
|
|
60
58
|
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|