omniauth-hub_az 0.1.6 → 0.1.7

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: f353845bf75922a104db40a8a3bee872033e803d6892f4ffb772fa29bdd40247
4
- data.tar.gz: 4407defccb1b31a6829cb6e34ef1c61777449ea9d06397a47620dfefec94aa06
3
+ metadata.gz: bc204489d91fa7a88a9271230820ad8595d05ea92ac63d3d2abc4f8b86ed755c
4
+ data.tar.gz: 3c32ffea6601bb3cd37e58db453d25cd6e440a44f500bb136bd502e51dff9836
5
5
  SHA512:
6
- metadata.gz: b44c4620f94fdc185c50048c4eb85a3d0c533d8fe192b6b6d467fa86fa602f94134309ee3ffc73e9128c8427342baba15a63584f4b625e29d158337791662a4e
7
- data.tar.gz: 28984c7eb7e2aece3d84898182db8a651fbce54d3bc349595dd7154618208922b0322cdfaa9c2106a50c9013b7cbe893c049a5adf7e40ff138175e793b5f28ba
6
+ metadata.gz: ace3daedee3585a163e0d6e5adc09da433c27ea52d6b0b56a1387645ead281ab26066ad8f879bd935869480fe4988f6f603201160b4add82d6c287eba9921d5c
7
+ data.tar.gz: e1830ed931f82d0cbd07e7b7835c615cefdc5ea7f31af7448a05d7f223774dca75e75b7f4c94fd8dfc0ba76a269ced5787af2a99c6121f3cb3f076a66d52fa04
data/Gemfile.lock CHANGED
@@ -25,20 +25,20 @@ GEM
25
25
  base64 (0.3.0)
26
26
  bigdecimal (4.1.1)
27
27
  builder (3.3.0)
28
- concurrent-ruby (1.3.6)
28
+ concurrent-ruby (1.3.7)
29
29
  connection_pool (3.0.2)
30
30
  drb (2.2.3)
31
- faraday (2.14.1)
31
+ faraday (2.14.3)
32
32
  faraday-net_http (>= 2.0, < 3.5)
33
33
  json
34
34
  logger
35
- faraday-net_http (3.4.2)
35
+ faraday-net_http (3.4.4)
36
36
  net-http (~> 0.5)
37
37
  hashie (5.1.0)
38
38
  logger
39
39
  i18n (1.14.8)
40
40
  concurrent-ruby (~> 1.0)
41
- json (2.19.3)
41
+ json (2.21.1)
42
42
  jwt (3.2.0)
43
43
  base64
44
44
  logger (1.7.0)
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module HubAz
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-hub_az
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stijn Mathysen
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubygems_version: 4.0.9
86
+ rubygems_version: 3.6.9
87
87
  specification_version: 4
88
88
  summary: OmniAuth solution for hub_az.
89
89
  test_files: []