omniauth-tiltify 0.1.0 → 0.1.1

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: 89bdbd68366bacfd8c4bf6995c12affd6eb9525dd99d16437235a88ef5966627
4
- data.tar.gz: 684986a82fee83354da84fe9051c8761c8d88e566e17a3f0db1acec599cdaba1
3
+ metadata.gz: 59b6934467e0ef15eaab01a4a79fd0a6494360b02c17efc69fe7c6449ef2071e
4
+ data.tar.gz: 2ede7f0f6e15b80eb91d30fd933894c0ed944e973072ebd32089b3e4d0729edc
5
5
  SHA512:
6
- metadata.gz: d247e4de854b9c219fd1ed93e4aaaf522f7a9fc9511383c283d9e95718595f621f035863242b3fed0e9e9ec9a466939864202348b99bbb52113c6a763f09074c
7
- data.tar.gz: 20594492709c1be60d39bff0e806cddfbc85e29696a3ef6fddd39a94fcf8339ecc01d5d0b30cf464bf76d69a76027ee0bf66be6d41d1ca21fd4f0a08fac97aeb
6
+ metadata.gz: f4c107c6693cfe80e90c7296e5ab83dfdf8a135d5fc18ac462409227173242826f6dc9aa999596c7261a519ed2b39d7214e1b13ff2874a44585997d20b7e0bc4
7
+ data.tar.gz: 0d1ddf85fc65f2b12d23d29f5a656cb8d04fc89859126b13babb0c59778da85945de512a5e5b2dc6b927017cff4cca2885313efe60ff68329b5cdc80cb00e91b
data/Gemfile.lock CHANGED
@@ -1,55 +1,43 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-tiltify (0.1.0)
4
+ omniauth-tiltify (0.1.1)
5
5
  omniauth
6
6
  omniauth-oauth2
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- faraday (1.8.0)
12
- faraday-em_http (~> 1.0)
13
- faraday-em_synchrony (~> 1.0)
14
- faraday-excon (~> 1.1)
15
- faraday-httpclient (~> 1.0.1)
16
- faraday-net_http (~> 1.0)
17
- faraday-net_http_persistent (~> 1.1)
18
- faraday-patron (~> 1.0)
19
- faraday-rack (~> 1.0)
20
- multipart-post (>= 1.2, < 3)
11
+ faraday (2.7.4)
12
+ faraday-net_http (>= 2.0, < 3.1)
21
13
  ruby2_keywords (>= 0.0.4)
22
- faraday-em_http (1.0.0)
23
- faraday-em_synchrony (1.0.0)
24
- faraday-excon (1.1.0)
25
- faraday-httpclient (1.0.1)
26
- faraday-net_http (1.0.1)
27
- faraday-net_http_persistent (1.2.0)
28
- faraday-patron (1.0.0)
29
- faraday-rack (1.0.0)
30
- hashie (4.1.0)
31
- jwt (2.3.0)
32
- multi_json (1.15.0)
14
+ faraday-net_http (3.0.2)
15
+ hashie (5.0.0)
16
+ jwt (2.7.0)
33
17
  multi_xml (0.6.0)
34
- multipart-post (2.1.1)
35
- oauth2 (1.4.7)
36
- faraday (>= 0.8, < 2.0)
18
+ oauth2 (2.0.9)
19
+ faraday (>= 0.17.3, < 3.0)
37
20
  jwt (>= 1.0, < 3.0)
38
- multi_json (~> 1.3)
39
21
  multi_xml (~> 0.5)
40
- rack (>= 1.2, < 3)
41
- omniauth (2.0.4)
22
+ rack (>= 1.2, < 4)
23
+ snaky_hash (~> 2.0)
24
+ version_gem (~> 1.1)
25
+ omniauth (2.1.1)
42
26
  hashie (>= 3.4.6)
43
- rack (>= 1.6.2, < 3)
27
+ rack (>= 2.2.3)
44
28
  rack-protection
45
- omniauth-oauth2 (1.7.1)
46
- oauth2 (~> 1.4)
47
- omniauth (>= 1.9, < 3)
48
- rack (2.2.3)
49
- rack-protection (2.1.0)
29
+ omniauth-oauth2 (1.8.0)
30
+ oauth2 (>= 1.4, < 3)
31
+ omniauth (~> 2.0)
32
+ rack (3.0.7)
33
+ rack-protection (3.0.5)
50
34
  rack
51
35
  rake (13.0.6)
52
36
  ruby2_keywords (0.0.5)
37
+ snaky_hash (2.0.1)
38
+ hashie
39
+ version_gem (~> 1.1, >= 1.1.1)
40
+ version_gem (1.1.1)
53
41
 
54
42
  PLATFORMS
55
43
  x86_64-linux
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module Tiltify
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-tiltify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dean Perry
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-24 00:00:00.000000000 Z
11
+ date: 2023-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.1.6
77
+ rubygems_version: 3.4.6
78
78
  signing_key:
79
79
  specification_version: 4
80
80
  summary: OmniAuth strategy for Tiltify