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
35
README
35
README
|
@ -1,11 +1,26 @@
|
|||
= Net::LDAP for Ruby
|
||||
Net::LDAP is an LDAP support library written in pure Ruby. It supports all
|
||||
LDAP client features, and a subset of server features as well.
|
||||
|
||||
Homepage:: http://rubyforge.org/projects/net-ldap/
|
||||
Copyright:: 2006, Francis Cianfrocca
|
||||
|
||||
== LICENCE NOTES
|
||||
Please read the file LICENCE for licensing restrictions on this library. In
|
||||
it simplest terms, this library is available under the same terms as Ruby
|
||||
itself.
|
||||
|
||||
== Requirements
|
||||
PDF::Writer requires Ruby 1.8.2 or better.
|
||||
|
||||
#--
|
||||
# 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$
|
||||
#
|
||||
#
|
||||
|
||||
Net::LDAP is an LDAP support library written in pure Ruby.
|
||||
It supports all LDAP client features, and a subset of server features as well.
|
||||
|
||||
NOTE: Net::LDAP is currently released under GPL but we expect that it will
|
||||
be changed to the Ruby license before being released in a "stable" version.
|
||||
|
||||
|
||||
#++
|
||||
# vim: sts=2 sw=2 ts=4 et ai tw=77
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue