whimsy-asf 0.0.59 → 0.0.60

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.
data/asf.version CHANGED
@@ -1 +1 @@
1
- 0.0.59
1
+ 0.0.60
@@ -26,6 +26,7 @@ module ASF
26
26
  'http server' => 'httpd',
27
27
  'httpserver' => 'httpd',
28
28
  'java community process' => 'jcp',
29
+ 'logging services' => 'logging',
29
30
  'lucene.net' => 'lucenenet',
30
31
  'portable runtime' => 'apr',
31
32
  'quetzalcoatl' => 'quetz',
@@ -326,7 +326,6 @@ module ASF
326
326
 
327
327
  module LDAP
328
328
  def self.bind(user, password, &block)
329
- ASF.init_ldap
330
329
  dn = ASF::Person.new(user).dn
331
330
  if block
332
331
  ASF.ldap.bind(dn, password, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whimsy-asf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.59
4
+ version: 0.0.60
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-19 00:00:00.000000000 Z
12
+ date: 2015-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri