ruby-ldapserver 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  Gemfile.lock
2
+ pkg
@@ -38,13 +38,17 @@ class Server
38
38
  @server = @connection.opt[:server]
39
39
  end
40
40
 
41
- # Send an exception report to the log
41
+ def log msg, severity = Logger::INFO
42
+ @connection.log msg, severity
43
+ end
42
44
 
43
45
  def debug msg
44
46
  @connection.debug msg
45
47
  end
46
48
 
47
- def log_exception
49
+ # Send an exception report to the log
50
+
51
+ def log_exception msg
48
52
  @connection.log_exception msg
49
53
  end
50
54
 
@@ -1,5 +1,5 @@
1
1
  module LDAP #:nodoc:
2
2
  class Server #:nodoc:
3
- VERSION = '0.4.0'
3
+ VERSION = '0.5.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-ldapserver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
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: 2013-03-22 00:00:00.000000000 Z
12
+ date: 2013-03-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -100,7 +100,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  segments:
102
102
  - 0
103
- hash: 2115768966675035117
103
+ hash: 3477786009555667718
104
104
  required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  none: false
106
106
  requirements:
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  segments:
111
111
  - 0
112
- hash: 2115768966675035117
112
+ hash: 3477786009555667718
113
113
  requirements: []
114
114
  rubyforge_project:
115
115
  rubygems_version: 1.8.25