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:
austin 2006-04-30 03:34:34 +00:00
parent 65102e44d9
commit 2faf22a2af
11 changed files with 2025 additions and 278 deletions

33
Release-Announcement Normal file
View file

@ -0,0 +1,33 @@
It is with great excitement that I announce the first release of the pure
Ruby LDAP library, Net::LDAP.
= What is Net::LDAP for Ruby?
[...]
Homepage:: http://ruby-pdf.rubyforge.org/net-ldap/
Download:: http://rubyforge.org/frs/?****
Copyright:: 2006 Francis Cianfrocca
This software is based on RFC***, describing the Lightweight Directory
Access Protocol.
== LICENCE NOTES
[...]
== Requirements and Installation
Net::LDAP requires Ruby 1.8.2 or better.
Net::LDAP can be installed with:
% ruby setup.rb
Alternatively, you can use the RubyGems version of Net::LDAP available
as ruby-net-ldap-0.0.1.gem from the usual sources.
== Whet your appetite:
[...]
== Net::LDAP 0.0.1: April 30, 2006
[...]
[signature here]