Added the framework for release. I haven't actually verified this yet for Net::LDAP, but I used the same framework for the recent release of MIME::Types. Some pieces of the code may need to be moved around to better handle the testing framework in the Rakefile and the pre-setup.rb file. To make this work, you will need the meta_project, gmailer, and archive-tar-minitar gems.
This commit is contained in:
parent
65102e44d9
commit
2faf22a2af
11 changed files with 2025 additions and 278 deletions
21
Install
Normal file
21
Install
Normal file
|
@ -0,0 +1,21 @@
|
|||
Net::LDAP is a pure Ruby LDAP client. It does not as yet require any external
|
||||
libraries. It can be installed with:
|
||||
|
||||
% ruby setup.rb
|
||||
|
||||
Alternatively, you can use the RubyGems version of Net::LDAP availalble as
|
||||
ruby-net-ldap-0.0.1.gem from the usual sources.
|
||||
|
||||
Net::LDAP:: http://rubyforge.org/projects/net-ldap/
|
||||
|
||||
#--
|
||||
# Net::LDAP for Ruby.
|
||||
# http://rubyforge.org/projects/net-ldap/
|
||||
# Copyright 2006 Francis Cianfrocca
|
||||
#
|
||||
# Available under the same terms as Ruby. See LICENCE in the main
|
||||
# distribution for full licensing information.
|
||||
#
|
||||
# $Id: ChangeLog,v 1.17.2.4 2005/09/09 12:36:42 austin Exp $
|
||||
#++
|
||||
# vim: sts=2 sw=2 ts=4 et ai tw=77
|
Loading…
Add table
Add a link
Reference in a new issue