yaleldap 1.0.7 → 1.0.8

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: 266a897095f24d430477b8e2102ddca166d36690
4
- data.tar.gz: 92930d2a050274ed5875518dc3ddcd26196f1309
3
+ metadata.gz: 4a57ec8ed7d0ee508342f7aa378a3d80e6a79ea8
4
+ data.tar.gz: a7fbad2cd55fda85613542f34dd62526c844ec54
5
5
  SHA512:
6
- metadata.gz: 8c4904fd23614ad5461bf4fe3cd249a69e76b42c202b3f82e269875bd83db4f331f8a4c43127d655d1059a43d523ef76bbda1eb48996af031f8ae398959f9a7d
7
- data.tar.gz: a9d1d6491b2dc918971d6087a339aede227e0e9dbd5b0813c893e491da60181489266c61aaf29b68588e1bc0a3a87263ad9bd932ce744adcf4e666774f3c9f4e
6
+ metadata.gz: 85351867f61c8fe59285a72d59fc824019c192a13a09112e93ecde3d62887bbbd3f2c21c9fab7913bc9ffdd200e50b5966f82d829e70945163ca54f72adb26de
7
+ data.tar.gz: 643b793cc10064dadd7711d601bd5827e0c919b0e17d78f39f757e341257ca46c23a80072ffc06fe39e7a1088388ad61302d5e4de069d07647ac62bb7011641b
@@ -110,7 +110,6 @@ private
110
110
 
111
111
  def self.extract_attributes(ldap_response)
112
112
  attributes = {}
113
- binding.pry
114
113
  nicknames.each do |nickname, ldapname|
115
114
  attribute = extract_attribute(ldap_response, ldapname)
116
115
  attribute = attribute.gsub(/\$/,"\n") #for address
@@ -1,5 +1,5 @@
1
1
  #Version Goes Here
2
2
  module YaleLDAP
3
3
  #Version Number
4
- VERSION = "1.0.7"
4
+ VERSION = "1.0.8"
5
5
  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.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - caseywatts