yaleldap 1.0.1 → 1.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a54bb1aefd3b5a8fbabc6fe627f7a7e80363dfe0
4
- data.tar.gz: c1a355510867db5b7632363e7bb250ab10bb069b
3
+ metadata.gz: 0e236ae0272071de793c129f328e0198b33a3433
4
+ data.tar.gz: cdd797192d4a001e98461ab70e2073c97765e3e1
5
5
  SHA512:
6
- metadata.gz: c84b06263e35867b11d7f1db7eb2dcd734d2c4893f686bc0eaa969629f23b283424e9e592d647f6dcd554727e22ad364e03daeaf7507a74ab93409eaacc8573b
7
- data.tar.gz: 69751d27ab524e932229d8a4a4af5c860d6ac1fa6aa583803592406b6451212d464760190cfee3db3fe6998f85986caa6b7ccd15f0c5c3e1ebc275084d31a23f
6
+ metadata.gz: e7dd176863ed2603c8421d5598d80ca5f0d6dc3403591d13b53155414a84a02be28a6d7dacab6cc31d3daa0e9b54570359984174ad46e79e8359e18eaffbf0c7
7
+ data.tar.gz: 5842b15a8a5af40f851774d7e2da00f5d772d53fed6152961e7d0777bf4e5c6c8a31e742572ab208ab58e9c8ee96016ba7a94fac73d2c2de6ed6a49f8f1a4734
data/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  Offers the most common Yale LDAP search queries, returning a convenient ruby hash with names you can understand. Makes it easy to conserve your Yale users' time and energy, saving them from typing again and again that basic information they *know* mother Yale already has on record.
11
11
 
12
- The LDAP server can only be connected to from Yale's campus or on Yale's VPN.
12
+ The LDAP server behaves differently depending on whether you are on Yale's network (on campus/VPN) or not. Some information (like name, upi) are available from anywhere, while other information (like netid, office phone number) are only available on Yale's network.
13
13
 
14
14
  ## Installation
15
15
 
@@ -1,5 +1,5 @@
1
1
  #Version Goes Here
2
2
  module YaleLDAP
3
3
  #Version Number
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
data/lib/yaleldap.rb CHANGED
@@ -67,7 +67,7 @@ private
67
67
  "college_abbreviation" => "college",
68
68
  "class_year" => "class",
69
69
  "school" => "organizationUnitName",
70
- "telephone" => "officePhone",
70
+ "telephone" => "telephoneNumber",
71
71
  "address" => "postalAddress"
72
72
  }
73
73
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yaleldap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - caseywatts