sync_attr_with_auth0 0.1.6 → 0.1.7

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: 13eba93a39c3b43a91ba3180eac423de3539be14
4
- data.tar.gz: 32665ebf1928fe955b1f5a83f941a040b019a3c6
3
+ metadata.gz: cbd1d27afcb626e027d6b5d610d048e52611480e
4
+ data.tar.gz: 1c0ba300b82dc2a2cb1a8da61ed0b16805967d96
5
5
  SHA512:
6
- metadata.gz: f44dbd08f81cc82af8cd4ded2277028472083b995b0017da35f4560be68869dbdb53add03e02aa4ce5308e7970495ecb917f390890d7e2fa507517440bd746c4
7
- data.tar.gz: 4819bd1e3f2ac0ded524a0a358809c416209b3df92457c2cdadac39f790b8d899d06d7aa618f47a712ef427196ff8398b527d9afd0f8560b7cf270fbcbb822cb
6
+ metadata.gz: 2f8a355e4b26d652563dc2812108c13019ea5a18f1def848efdc749149e39877c3d0722780f11ae8449b2233629e130bf0fe9810943fc7a6f3c26e576e161f9c
7
+ data.tar.gz: 0250be3d225041f815f7960f5fb59f25834799750b405168297bdecaea174611d8115ee5352c65d68eb58432f8a5c228585a83d3638d00c3d955259f03828b81
@@ -22,7 +22,7 @@ module SyncAttrWithAuth0
22
22
  end # validate_email_with_auth0
23
23
 
24
24
  def users_in_auth0_with_matching_email
25
- return SyncAttrWithAuth0::Auth0.find_users_by_email(auth0_user_email, exclude_user_id: auth0_user_uid, config: auth0_sync_configuration)
25
+ return SyncAttrWithAuth0::Auth0.find_users_by_email("\"#{auth0_user_email}\"", exclude_user_id: auth0_user_uid, config: auth0_sync_configuration)
26
26
  end # users_in_auth0_with_matching_email
27
27
 
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sync_attr_with_auth0
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick McGraw