sync_attr_with_auth0 0.0.7 → 0.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: 05bef5bfbb97159ccc9c30c6ea45f7cc2c6052ef
4
- data.tar.gz: 8b709d48e142151979345675971542d9b9892765
3
+ metadata.gz: 3246f32ec92050681aab8b9aa1ebcd0f7ae99c67
4
+ data.tar.gz: 7c5ab7c21b67074319e8de0847ed6a184f831c05
5
5
  SHA512:
6
- metadata.gz: 1656c5409b04e8d47121e481d4726007b09e060e5bfa014576df1d83d8b9459748eb89f783a38050b5631c44ca91bddaa6598980c45c7c715906c44b4e67a2cc
7
- data.tar.gz: 6360ac624bd0ca8eb33fe3d6690c692d99aebf7a207e7515de23602731232de237ed9b508535b6b57596515dc535ad015009d5edab5e1307b6fb0b4c5f8aff6c
6
+ metadata.gz: f21dde98a00d2654357bbb82bdc890ef9fc4d91c643abeed37e5be47e68b440861ca7f33045108e7a14780d586bf1ba512234d406e639023cc7b6c2fed1de9f5
7
+ data.tar.gz: d8a25ca9ae6f4c21546b7a52924fd81156708e738e6ad838bff6ce0127ad12c27fea731c9ff4375d54b0967770cfe7fdb2277d517f029adabadf463f7336ae2a
@@ -103,7 +103,7 @@ module SyncAttrWithAuth0
103
103
  'email' => self.send(email_att),
104
104
  'password' => password,
105
105
  'connection' => connection_name,
106
- 'email_verified' => email_verified
106
+ 'email_verified' => true #email_verified
107
107
  }.merge(changes)
108
108
 
109
109
  response = SyncAttrWithAuth0::Auth0.make_request(
@@ -112,9 +112,6 @@ module SyncAttrWithAuth0
112
112
  "/api/users",
113
113
  args)
114
114
 
115
- puts email_verified.inspect
116
- puts args.inspect
117
-
118
115
  response = JSON.parse(response)
119
116
 
120
117
  # Update the record with the uid
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.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick McGraw