Skip to content
This repository was archived by the owner on Nov 15, 2018. It is now read-only.

Commit 3ff0ec2

Browse files
author
koutou
committed
* Ruby/ActiveLdap -> ActiveLdap.
git-svn-id: http://ruby-activeldap.googlecode.com/svn/trunk@1109 fd4f1387-ac19-0410-9179-05984c98faae
1 parent 19d6cba commit 3ff0ec2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Ruby/ActiveLdap
1+
= ActiveLdap
22

33
ruby library for object-oriented LDAP interction
44

@@ -13,7 +13,7 @@ Contributors::
1313

1414
== DESCRIPTION
1515

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
1717
oriented interface to the Ruby/LDAP[0] library. It was inspired by
1818
ActivRecord[3]. This is not nearly as clean or as flexible as ActiveRecord, but
1919
it is still trivial to define new objects and manipulate them with minimal

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ project = Hoe.spec('activeldap') do
7373
self.remote_rdoc_dir = "doc"
7474
self.rsync_args += " --chmod=Dg+ws,Fg+w"
7575
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
7777
objected oriented interface to the Ruby/LDAP library. It was inspired
7878
by ActiveRecord. This is not nearly as clean or as flexible as
7979
ActiveRecord, but it is still trivial to define new objects and manipulate

0 commit comments

Comments
 (0)