Adding a Hacking document.
This commit is contained in:
parent
1589556dd2
commit
97fbae9849
3 changed files with 31 additions and 7 deletions
19
Manifest.txt
19
Manifest.txt
|
@ -1,4 +1,5 @@
|
|||
COPYING
|
||||
Hacking.rdoc
|
||||
History.txt
|
||||
LICENSE
|
||||
Manifest.txt
|
||||
|
@ -7,14 +8,14 @@ Rakefile
|
|||
lib/net-ldap.rb
|
||||
lib/net/ber.rb
|
||||
lib/net/ber/ber_parser.rb
|
||||
lib/net/ber/core_ext.rb
|
||||
lib/net/ber/core_ext/array.rb
|
||||
lib/net/ber/core_ext/bignum.rb
|
||||
lib/net/ber/core_ext/false_class.rb
|
||||
lib/net/ber/core_ext/fixnum.rb
|
||||
lib/net/ber/core_ext/string.rb
|
||||
lib/net/ber/core_ext/true_class.rb
|
||||
lib/net/ldap.rb
|
||||
lib/net/ldap/core_ext/all.rb
|
||||
lib/net/ldap/core_ext/array.rb
|
||||
lib/net/ldap/core_ext/bignum.rb
|
||||
lib/net/ldap/core_ext/false_class.rb
|
||||
lib/net/ldap/core_ext/fixnum.rb
|
||||
lib/net/ldap/core_ext/string.rb
|
||||
lib/net/ldap/core_ext/true_class.rb
|
||||
lib/net/ldap/dataset.rb
|
||||
lib/net/ldap/entry.rb
|
||||
lib/net/ldap/filter.rb
|
||||
|
@ -26,6 +27,10 @@ spec/integration/ssl_ber_spec.rb
|
|||
spec/spec.opts
|
||||
spec/spec_helper.rb
|
||||
spec/unit/ber/ber_spec.rb
|
||||
spec/unit/ber/core_ext/string_spec.rb
|
||||
spec/unit/ldap/entry_spec.rb
|
||||
spec/unit/ldap/filter_spec.rb
|
||||
spec/unit/ldap_spec.rb
|
||||
test/common.rb
|
||||
test/test_ber.rb
|
||||
test/test_entry.rb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue