omniauth-hub_az 0.1.1 → 0.1.2

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: b954fb1dcfaadfff6c6eac8ac924329da08d0f5655cb0090a6c0b64cc5c0857c
4
- data.tar.gz: 7f3a7b842eb5d339550b9b98f5c0e8d60125ab87d106a779eeeb204a94ca73ea
3
+ metadata.gz: 4ef928ff5884d9b4cb44fe222597feb798dc920b8eed2e29d942143866763259
4
+ data.tar.gz: c369b9406cff29c27531c91838b93e8fbf871a4eb7adcd593a7d6de2e18fc96c
5
5
  SHA512:
6
- metadata.gz: 5b38ef4515a46a379bd0a523e0fb9618cce1a8a5f5b9b7fdfe932805c9eb0b8e2b398e402949858e25c58f98b7d3c9c3913ed811aa39961b2e523180cf0dfec8
7
- data.tar.gz: f97d2a83991b4d668f2953247995a23a9b655e97b9b575f3d43ae834efdb839826b7fdd7a39e7974b5c947233f43c5cb3ce7b2fb22aaae3cd49dd68ec54781ca
6
+ metadata.gz: 7447ac12e6a050c05f10442144a7c910a237ad5fdba245cafdd1195f3865f0439376e9069ece0aa1c32bc8ae832dbbe6c2246b61c68d28d4345b2827f5f1b87b
7
+ data.tar.gz: 60d37bd4908b6bf012061fb04fc2bc6e714bed223bbcfb0591f437f80046cbf575b5622b6bd1e9b5996039112778572efbd850fecc432676c0b743d2fb2e0e11
data/.gitignore CHANGED
@@ -6,3 +6,4 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ .ruby-version
data/Gemfile.lock CHANGED
@@ -1,55 +1,56 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-hub_az (0.1.0)
4
+ omniauth-hub_az (0.1.1)
5
5
  activesupport (>= 5.0)
6
6
  omniauth-oauth2 (~> 1.8)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (6.1.6.1)
11
+ activesupport (6.1.7.2)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 1.6, < 2)
14
14
  minitest (>= 5.1)
15
15
  tzinfo (~> 2.0)
16
16
  zeitwerk (~> 2.3)
17
- concurrent-ruby (1.1.10)
18
- faraday (2.3.0)
19
- faraday-net_http (~> 2.0)
17
+ concurrent-ruby (1.2.0)
18
+ faraday (2.7.4)
19
+ faraday-net_http (>= 2.0, < 3.1)
20
20
  ruby2_keywords (>= 0.0.4)
21
- faraday-net_http (2.0.3)
21
+ faraday-net_http (3.0.2)
22
22
  hashie (5.0.0)
23
23
  i18n (1.12.0)
24
24
  concurrent-ruby (~> 1.0)
25
- jwt (2.4.1)
26
- minitest (5.14.1)
25
+ jwt (2.6.0)
26
+ minitest (5.15.0)
27
27
  multi_xml (0.6.0)
28
- oauth2 (2.0.6)
28
+ oauth2 (2.0.9)
29
29
  faraday (>= 0.17.3, < 3.0)
30
30
  jwt (>= 1.0, < 3.0)
31
31
  multi_xml (~> 0.5)
32
- rack (>= 1.2, < 3)
33
- rash_alt (>= 0.4, < 1)
32
+ rack (>= 1.2, < 4)
33
+ snaky_hash (~> 2.0)
34
34
  version_gem (~> 1.1)
35
- omniauth (2.1.0)
35
+ omniauth (2.1.1)
36
36
  hashie (>= 3.4.6)
37
37
  rack (>= 2.2.3)
38
38
  rack-protection
39
39
  omniauth-oauth2 (1.8.0)
40
40
  oauth2 (>= 1.4, < 3)
41
41
  omniauth (~> 2.0)
42
- rack (2.2.4)
43
- rack-protection (2.2.1)
42
+ rack (3.0.4.1)
43
+ rack-protection (3.0.5)
44
44
  rack
45
45
  rake (12.3.3)
46
- rash_alt (0.4.12)
47
- hashie (>= 3.4)
48
46
  ruby2_keywords (0.0.5)
47
+ snaky_hash (2.0.1)
48
+ hashie
49
+ version_gem (~> 1.1, >= 1.1.1)
49
50
  tzinfo (2.0.5)
50
51
  concurrent-ruby (~> 1.0)
51
- version_gem (1.1.0)
52
- zeitwerk (2.6.0)
52
+ version_gem (1.1.1)
53
+ zeitwerk (2.6.6)
53
54
 
54
55
  PLATFORMS
55
56
  ruby
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module HubAz
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-hub_az
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stijn Mathysen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-22 00:00:00.000000000 Z
11
+ date: 2023-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2