jruby-ldap-fixes 0.0.3

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.
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jruby-ldap-fixes
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Ernst van Graan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-03-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Fixes applied to jruby-ldap which has been stale for years
14
+ email:
15
+ - ernst.vangraan@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".gitignore"
21
+ - Gemfile
22
+ - History.txt
23
+ - LICENSE
24
+ - README
25
+ - Rakefile
26
+ - jruby-ldap-fixes.gemspec
27
+ - lib/jruby-ldap-fixes.rb
28
+ - lib/jruby-ldap-fixes/version.rb
29
+ - lib/ldap.rb
30
+ - lib/ldap/conn.rb
31
+ - lib/ldap/constants.rb
32
+ - lib/ldap/control.rb
33
+ - lib/ldap/entry.rb
34
+ - lib/ldap/error.rb
35
+ - lib/ldap/ldif.rb
36
+ - lib/ldap/mod.rb
37
+ - lib/ldap/schema.rb
38
+ - test/setup.rb
39
+ - test/test_add.rb
40
+ - test/test_connection.rb
41
+ - test/test_delete.rb
42
+ - test/test_search.rb
43
+ - test/test_ssl.rb
44
+ homepage: http://jruby-extras.rubyforge.org/jruby-ldap
45
+ licenses: []
46
+ metadata: {}
47
+ post_install_message:
48
+ rdoc_options: []
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ requirements: []
62
+ rubyforge_project:
63
+ rubygems_version: 2.4.8
64
+ signing_key:
65
+ specification_version: 4
66
+ summary: Port of Ruby/LDAP to JRuby with fixes
67
+ test_files:
68
+ - test/setup.rb
69
+ - test/test_add.rb
70
+ - test/test_connection.rb
71
+ - test/test_delete.rb
72
+ - test/test_search.rb
73
+ - test/test_ssl.rb
74
+ has_rdoc: