omniauth-miro-t 0.1.1 → 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
  SHA256:
3
- metadata.gz: 6edbd7dbc94f5dc79b2b782857fe6e37e287e38e5c6a7dacd8d7ddfe7374ff2c
4
- data.tar.gz: 87f83c6ced376b992d5e3bca8ede635670d7c10481612e85d0848da2fa45b786
3
+ metadata.gz: 82ea13fc686acebe35278cc62e2362a4af38be3a70fad869577d032848ce5f19
4
+ data.tar.gz: 8914ee38e2c79b99c1b2031d89535d116061e38ca38aadb6e476f56155cb2624
5
5
  SHA512:
6
- metadata.gz: 63484393463c99c4f77a28e8d415507e3e983c8d430a2ef2080b0d7940fc015252cfdc9edacdc60d50d39053a558d595ebb2e8a99afd2b2333a77d8ce6d8b852
7
- data.tar.gz: 89d4e7567e6029d957ffe3c3d8403351247f6396587685cfd87b69c6e01064440c8fcaa1e04773374651aebcb6bea1eda68ed22d7966718682c58f92c9335550
6
+ metadata.gz: 5d5bc82f2e0ffe3e776e1c86bdc303614bd736eb19ced56ad8ffb153d7a347e16cc167c36df3917c3b3166d934f63ead46dc5a32ee318fbc824fb60f0547293b
7
+ data.tar.gz: 832f63e85eb02c3117371c32c67da5cf86325cc7ca14d4369be5ebad236c4c1afe109ae06419f5085200e177016cacd8c735b4e8a36f15907133fb8bc2876d03
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-miro-t (0.1.0)
4
+ omniauth-miro-t (0.1.2)
5
5
  omniauth (>= 1, < 3)
6
6
  omniauth-oauth2 (~> 1.1)
7
7
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Miro
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
@@ -20,7 +20,7 @@ module OmniAuth
20
20
  name: raw_info['user']['name'],
21
21
  user_id: raw_info['user']['id'],
22
22
  organization_id: raw_info['organization']['id'],
23
- team_id: raw_info['team']['id'],
23
+ team_id: raw_info['team']['id']
24
24
  }
25
25
  end
26
26
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-miro-t
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rewind Software Inc. | Calvin Chen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-14 00:00:00.000000000 Z
11
+ date: 2024-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -68,7 +68,7 @@ files:
68
68
  - lib/omni_auth/.DS_Store
69
69
  - lib/omni_auth/miro/version.rb
70
70
  - lib/omni_auth/strategies/miro.rb
71
- - lib/omniauth-miro.rb
71
+ - lib/omniauth-miro-t.rb
72
72
  - omniauth-miro.gemspec
73
73
  homepage: https://github.com/rewindio/omniauth-miro
74
74
  licenses:
File without changes