rodauth-omniauth 0.3.2 → 0.3.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
  SHA256:
3
- metadata.gz: c6cc26306c21226fb3b6f07fcc3bfcc6390160f78aa0c8cbf87ff3e3b1fd2fd4
4
- data.tar.gz: 9f3d0493b66cdb851e1b8af0e1d85e57544fcdaa6504509072a4edfdcde24d5f
3
+ metadata.gz: 19c3567386c82344beabaf49bfb59614694fd8fecb212e72583cea29ceed613b
4
+ data.tar.gz: 7a6b4e6cac612f61c07e11163e98be55ff0d4ab0d0a7815f2a156c0a4bc51577
5
5
  SHA512:
6
- metadata.gz: c10572574a109db2a9d28ea84239154f7c380b23d4f48f543c3084ae6528c5b2878ed98adab2c9d489ced01ca106cd354b7f5dfa177e496b048c744082ddeb31
7
- data.tar.gz: 60cf2d25aa82ccb6a6a9f69c01fca040912df718d952a7ad830e443b89589a11d9855d042298c34c1220548b1a4a3eb96252e992de0d8214b1e43f0f4add08f4
6
+ metadata.gz: bf3cb6c85645361488496d881dc10f35b09ea088a22b340264b7a1b5d42009af0b08f9783e850e04fffcaf2541685755d8cb6fa87ce2c8202016c2478a7e4c61
7
+ data.tar.gz: ebb120c5a3c61935f8c230f9418f977fafeb693af0180805d1103c22d93308dc763253f476575c5b48b2dee157fef30b500443a8f8becfe23b78e665c92e0984
@@ -204,6 +204,6 @@ end
204
204
 
205
205
  if defined?(Rodauth::Model)
206
206
  Rodauth::Model.register_association(:omniauth) do
207
- { name: :identities, type: :many, table: omniauth_identities_table, key: omniauth_identities_id_column }
207
+ { name: :identities, type: :many, table: omniauth_identities_table, key: omniauth_identities_account_id_column }
208
208
  end
209
209
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "rodauth-omniauth"
3
- spec.version = "0.3.2"
3
+ spec.version = "0.3.3"
4
4
  spec.authors = ["Janko Marohnić"]
5
5
  spec.email = ["janko@hey.com"]
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rodauth-omniauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janko Marohnić