ldapmapper 1.4 → 1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/ldapmapper.rb +4 -3
- metadata +4 -4
data/lib/ldapmapper.rb
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
#
|
|
25
25
|
# == Copyright Ultragreen (c) 2005-2007
|
|
26
26
|
#
|
|
27
|
-
# * Version : 1.
|
|
27
|
+
# * Version : 1.5
|
|
28
28
|
#
|
|
29
29
|
# == About :
|
|
30
30
|
#
|
|
@@ -131,11 +131,12 @@ module Ldapmapper
|
|
|
131
131
|
# Library name
|
|
132
132
|
LIB_NAME = "Ldapmapper"
|
|
133
133
|
# version of the library
|
|
134
|
-
LIB_VERSION='1.
|
|
134
|
+
LIB_VERSION='1.5'
|
|
135
135
|
# name of the author
|
|
136
136
|
AUTHOR='Romain GEORGES'
|
|
137
137
|
# date of creation
|
|
138
|
-
|
|
138
|
+
CREATION_DATE='2005-07-30'
|
|
139
|
+
DATE = '2009-12-10'
|
|
139
140
|
# valuable observations
|
|
140
141
|
OBS='Generic LDAP class'
|
|
141
142
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ldapmapper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: "1.
|
|
4
|
+
version: "1.5"
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Romain GEORGES
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir:
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-12-
|
|
12
|
+
date: 2009-12-10 00:00:00 +01:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -46,10 +46,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
46
46
|
version:
|
|
47
47
|
requirements: []
|
|
48
48
|
|
|
49
|
-
rubyforge_project:
|
|
49
|
+
rubyforge_project: ldapmapper
|
|
50
50
|
rubygems_version: 1.3.5
|
|
51
51
|
signing_key:
|
|
52
52
|
specification_version: 3
|
|
53
|
-
summary:
|
|
53
|
+
summary: Generic LDAP class
|
|
54
54
|
test_files:
|
|
55
55
|
- test/testldapmapper.rb
|