Skip to content

Commit f427735

Browse files
author
Rory O'Connell
committed
Merge branch 'ber-cleanup', remote branch 'halostatue/ber-cleanup' into ber-cleanup
Conflicts: test/test_ber.rb
2 parents f5658bc + 1d3817e commit f427735

File tree

6 files changed

+558
-206
lines changed

6 files changed

+558
-206
lines changed

History.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
* Extended unit testing:
2626
* Added some unit tests for the BER core extensions.
2727
* Code clean-up:
28-
* Made the formatting of Net::LDAP code consistent across all files.
28+
* Made the formatting of code consistent across all files.
29+
* Removed Net::BER::BERParser::TagClasses as it does not appear to be used.
2930
* Replaced calls to #to_a with calls to Kernel#Array; since Ruby 1.8.3, the
3031
default #to_a implementation has been deprecated and should be replaced
3132
either with calls to Kernel#Array or [value].flatten(1).

README.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ Net::LDAP was originally developed by:
5252
Contributions since:
5353

5454
* Emiel van de Laar emiel@rubyforge.org
55-
* Rory O'Connell rory.ocon@gmail.com
55+
* Rory O'Connell roryo@rubyforge.org
5656
* Kaspar Schiess eule@rubyforge.org
5757
* Austin Ziegler austin@rubyforge.org
58+
* Dimitrij Denissenko dimdenis@rubyforge.org
59+
* "nowhereman" on GitHub
5860

5961
== LICENSE
6062

0 commit comments

Comments
 (0)