sync_attr_with_auth0 0.1.2 → 0.1.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb993d996ecc20e533a8c370d41bb08fd3fee41f
|
|
4
|
+
data.tar.gz: 3f07189d3678c7541da8bfb562a6dbcc9a317912
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4c2c511c044fd211eb92bf486ac0c7ae1aec9796a3ef0f570781eeaf0450a4f8258c7e5cb3746ebbb245b7656bf596504d2f5c403b213e1fd0962570d28f078
|
|
7
|
+
data.tar.gz: 74a731d5819dd7dfbf3c94bfaab0851523361e1cd0e61153bdfec8874d270cbc5849a8263a5e1db7fb9d65b23f9517f5c55cd95546ef180301bcb7ac0e646e5d
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
require 'sync_attr_with_auth0/adapters/active_record/validation'
|
|
2
|
-
require 'sync_attr_with_auth0/adapters/active_record/
|
|
2
|
+
require 'sync_attr_with_auth0/adapters/active_record/auth0_sync'
|
|
3
3
|
|
|
4
4
|
module SyncAttrWithAuth0
|
|
5
5
|
module Adapters
|
|
@@ -7,7 +7,7 @@ module SyncAttrWithAuth0
|
|
|
7
7
|
extend ::ActiveSupport::Concern
|
|
8
8
|
|
|
9
9
|
include SyncAttrWithAuth0::Adapters::ActiveRecord::Validation
|
|
10
|
-
include SyncAttrWithAuth0::Adapters::ActiveRecord::
|
|
10
|
+
include SyncAttrWithAuth0::Adapters::ActiveRecord::Auth0Sync
|
|
11
11
|
|
|
12
12
|
require "uuidtools"
|
|
13
13
|
|
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.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Patrick McGraw
|
|
@@ -146,7 +146,7 @@ extra_rdoc_files: []
|
|
|
146
146
|
files:
|
|
147
147
|
- lib/sync_attr_with_auth0.rb
|
|
148
148
|
- lib/sync_attr_with_auth0/adapters/active_record.rb
|
|
149
|
-
- lib/sync_attr_with_auth0/adapters/active_record/
|
|
149
|
+
- lib/sync_attr_with_auth0/adapters/active_record/auth0_sync.rb
|
|
150
150
|
- lib/sync_attr_with_auth0/adapters/active_record/validation.rb
|
|
151
151
|
- lib/sync_attr_with_auth0/auth0.rb
|
|
152
152
|
- lib/sync_attr_with_auth0/configuration.rb
|