ucb_ldap 2.0.0.pre3 → 2.0.0.pre4
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.
- checksums.yaml +4 -4
- data/lib/ucb_ldap/version.rb +1 -1
- data/lib/ucb_ldap.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1012b933f847d47d28c33a54e9e7825cce0a78db
|
|
4
|
+
data.tar.gz: 09858e39b519bd49968cdf018526422c50480caa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c35c7effd827dfaeffc0090d8d174cacc0dea148270aefb3b212da03bc9dfc64984e5510fb0f37a697565d62b1fbe80a98479c0f041ef20dd09e29a6e083205
|
|
7
|
+
data.tar.gz: 00610348777ac2296650d153c5a940a8310ad65c3f15c64fd9209733ae2be6b486e2950e174d7dad34ae3fcff45fa65e499b0ef069f707a8c929277a16c5ac70
|
data/lib/ucb_ldap/version.rb
CHANGED
data/lib/ucb_ldap.rb
CHANGED
|
@@ -156,7 +156,7 @@ module UCB
|
|
|
156
156
|
# Runtime error will be raised if bind_file not found or if environment key not
|
|
157
157
|
# found in bind_file.
|
|
158
158
|
#
|
|
159
|
-
def bind_for_rails(bind_file = "#{Rails.root}/config/ldap.yml", environment = Rails.env)
|
|
159
|
+
def bind_for_rails(bind_file = "#{::Rails.root}/config/ldap.yml", environment = ::Rails.env)
|
|
160
160
|
bind(bind_file, environment)
|
|
161
161
|
end
|
|
162
162
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ucb_ldap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0.
|
|
4
|
+
version: 2.0.0.pre4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Hansen, Steve Downey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-06-
|
|
11
|
+
date: 2013-06-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|