socialcast_ldap_integration 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Socialcast
2
2
  module LdapIntegration
3
- VERSION = "1.1.5"
3
+ VERSION = "1.1.6"
4
4
  end
5
5
  end
@@ -26,7 +26,7 @@ module Socialcast
26
26
 
27
27
  def self.mirror_lazily?
28
28
  return true unless self.available?
29
- !self.config['lazy_mirroring']
29
+ self.config['lazy_mirroring']
30
30
  end
31
31
 
32
32
  def self.schedule
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socialcast_ldap_integration
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 5
10
- version: 1.1.5
9
+ - 6
10
+ version: 1.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mitch Williams
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-02-15 00:00:00 -08:00
20
+ date: 2011-06-27 00:00:00 -07:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  requirements: []
81
81
 
82
82
  rubyforge_project: socialcast_ldap_integration
83
- rubygems_version: 1.4.2
83
+ rubygems_version: 1.6.2
84
84
  signing_key:
85
85
  specification_version: 3
86
86
  summary: Provides support for connecting to and traversing LDAP trees.