jruby-ldap 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ $LDAP_test_username = 'cn=olabini'
2
+ $LDAP_test_password = 'd3$tRuct1on'
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
3
+ requirements:
4
+ - - '>'
5
+ - !ruby/object:Gem::Version
6
+ version: 0.0.0
7
+ version:
8
+ email: ola.bini@gmail.com
9
+ cert_chain:
10
+ summary: Port of Ruby/LDAP to JRuby
11
+ post_install_message:
12
+ homepage: http://jruby-extras.rubyforge.org/jruby-ldap
13
+ extra_rdoc_files: []
14
+ signing_key:
15
+ name: jruby-ldap
16
+ rdoc_options:
17
+ - --main
18
+ - README.txt
19
+ rubyforge_project: jruby-extras
20
+ autorequire:
21
+ executables: []
22
+ description: The author was too lazy to write a description
23
+ default_executable:
24
+ files:
25
+ - lib/ldap.rb
26
+ - lib/ldap/conn.rb
27
+ - lib/ldap/constants.rb
28
+ - lib/ldap/control.rb
29
+ - lib/ldap/entry.rb
30
+ - lib/ldap/error.rb
31
+ - lib/ldap/ldif.rb
32
+ - lib/ldap/mod.rb
33
+ - lib/ldap/schema.rb
34
+ - test/setup.rb
35
+ - test/test_add.rb
36
+ - test/test_connection.rb
37
+ - test/test_delete.rb
38
+ - test/test_search.rb
39
+ - test/test_ssl.rb
40
+ - test/username_and_password.rb
41
+ - Rakefile
42
+ - LICENSE
43
+ - README
44
+ specification_version: 1
45
+ extensions: []
46
+ rubygems_version: 0.9.4
47
+ requirements: []
48
+ authors:
49
+ - Ola Bini
50
+ platform: ruby
51
+ date: 2007-10-09 23:00:00 +00:00
52
+ require_paths:
53
+ - lib
54
+ version: !ruby/object:Gem::Version
55
+ version: 0.0.1
56
+ test_files:
57
+ - test/test_add.rb
58
+ - test/test_connection.rb
59
+ - test/test_delete.rb
60
+ - test/test_search.rb
61
+ - test/test_ssl.rb
62
+ bindir: bin
63
+ dependencies: []
64
+ has_rdoc: true