Skip to content

Commit

Permalink
Documentation clean-up and license change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Ziegler committed Mar 18, 2011
1 parent 3b0a822 commit dcbb201
Show file tree
Hide file tree
Showing 9 changed files with 175 additions and 479 deletions.
272 changes: 0 additions & 272 deletions COPYING

This file was deleted.

21 changes: 21 additions & 0 deletions Contributors.rdoc
@@ -0,0 +1,21 @@
== Contributors

Net::LDAP was originally developed by:

* Francis Cianfrocca (garbagecat)

Contributions since:

* Emiel van de Laar (emiel)
* Rory O'Connell (roryo)
* Kaspar Schiess (kschiess)
* Austin Ziegler (halostatue)
* Dimitrij Denissenko (dim)
* James Hewitt (jamstah)
* Kouhei Sutou (kou)
* Lars Tobias Skjong-Børsting (larstobi)
* Rory O'Connell (roryo)
* Tony Headford (tonyheadford)
* Derek Harmel (derekharmel)
* Erik Hetzner (egh)
* nowhereman
9 changes: 6 additions & 3 deletions Hacking.rdoc
@@ -1,4 +1,4 @@
= Hacking Net::LDAP
= Hacking on Net::LDAP

We welcome your contributions to Net::LDAP. To increase the chances of your
patches being accepted, we recommend that you follow the guidelines below:
Expand All @@ -8,9 +8,12 @@ patches being accepted, we recommend that you follow the guidelines below:
Operators should have spaces around them, method definitions should have
parentheses around arguments. Keep the indentation as flat as possible.
2. Your changes should be well-documented and described.
3. You must provide rspec tests for any new or changed features. Rspec has
been chosen as the way forward for tests.
3. You must provide Rspec tests for any new or changed features.
4. You should provide LDIF data for importing into LDAP servers so that the
changes can be tested <em>in situ</em> with more than one real LDAP
server.
5. You should have tested your changes against a real LDAP server.
6. Your patch should include modifications to History.rdoc summarizing the
change.
7. If you're a first-time contributor, your patch should include modifications
to Contributors.rdoc.

0 comments on commit dcbb201

Please sign in to comment.