This repository was archived by the owner on Nov 15, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- = Ruby/ ActiveLdap
1
+ = ActiveLdap
2
2
3
3
ruby library for object-oriented LDAP interction
4
4
@@ -13,7 +13,7 @@ Contributors::
13
13
14
14
== DESCRIPTION
15
15
16
- 'Ruby/ ActiveLdap' is a ruby extension library which provides a clean objected
16
+ 'ActiveLdap' is a ruby extension library which provides a clean objected
17
17
oriented interface to the Ruby/LDAP[0] library. It was inspired by
18
18
ActivRecord[3]. This is not nearly as clean or as flexible as ActiveRecord, but
19
19
it is still trivial to define new objects and manipulate them with minimal
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ project = Hoe.spec('activeldap') do
73
73
self . remote_rdoc_dir = "doc"
74
74
self . rsync_args += " --chmod=Dg+ws,Fg+w"
75
75
self . description = String . new ( <<-EOF )
76
- 'Ruby/ ActiveLdap' is a ruby extension library which provides a clean
76
+ 'ActiveLdap' is a ruby extension library which provides a clean
77
77
objected oriented interface to the Ruby/LDAP library. It was inspired
78
78
by ActiveRecord. This is not nearly as clean or as flexible as
79
79
ActiveRecord, but it is still trivial to define new objects and manipulate
You can’t perform that action at this time.
0 commit comments