omniauth-hub_az 0.1.4 → 0.1.5
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 +4 -4
- data/Gemfile.lock +51 -46
- data/lib/omniauth/hub_az/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4daeef1df6c3e839d9d7c5a77aecf4e58bfce5bd24b3b777517693ba82f7a98
|
|
4
|
+
data.tar.gz: 3561297365a8ed7d22526dbc0532f9559b1226ce17bcffd96726f68ad0efee2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77c5ad72dd0dac164808218897c95e1915b8c74ad9f5516d8be5d22af3cacebb66686b6d53d6a148f05bef63242f570584a9a7498ffefc2b0bccb89455315ecb
|
|
7
|
+
data.tar.gz: fe929e144ac7d47121887e07f5b4c25ebe2a5eec0bc804e28035fbdb9d0d9c8778c8f06d94aab655fb25e751e181758039ea927ce63bd91ac27fb388e9209426
|
data/Gemfile.lock
CHANGED
|
@@ -1,86 +1,91 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
omniauth-hub_az (0.1.
|
|
4
|
+
omniauth-hub_az (0.1.5)
|
|
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 (
|
|
11
|
+
activesupport (8.1.3)
|
|
12
12
|
base64
|
|
13
|
-
benchmark (>= 0.3)
|
|
14
13
|
bigdecimal
|
|
15
|
-
concurrent-ruby (~> 1.0, >= 1.
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
16
15
|
connection_pool (>= 2.2.5)
|
|
17
16
|
drb
|
|
18
17
|
i18n (>= 1.6, < 2)
|
|
18
|
+
json
|
|
19
19
|
logger (>= 1.4.2)
|
|
20
20
|
minitest (>= 5.1)
|
|
21
|
-
mutex_m
|
|
22
21
|
securerandom (>= 0.3)
|
|
23
|
-
tzinfo (~> 2.0)
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
bigdecimal (
|
|
22
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
23
|
+
uri (>= 0.13.1)
|
|
24
|
+
ansi (1.6.0)
|
|
25
|
+
base64 (0.3.0)
|
|
26
|
+
bigdecimal (4.1.1)
|
|
28
27
|
builder (3.3.0)
|
|
29
|
-
concurrent-ruby (1.3.
|
|
30
|
-
connection_pool (
|
|
31
|
-
drb (2.2.
|
|
32
|
-
faraday (2.
|
|
28
|
+
concurrent-ruby (1.3.6)
|
|
29
|
+
connection_pool (3.0.2)
|
|
30
|
+
drb (2.2.3)
|
|
31
|
+
faraday (2.14.1)
|
|
33
32
|
faraday-net_http (>= 2.0, < 3.5)
|
|
34
33
|
json
|
|
35
34
|
logger
|
|
36
|
-
faraday-net_http (3.4.
|
|
37
|
-
net-http (
|
|
38
|
-
hashie (5.
|
|
39
|
-
|
|
35
|
+
faraday-net_http (3.4.2)
|
|
36
|
+
net-http (~> 0.5)
|
|
37
|
+
hashie (5.1.0)
|
|
38
|
+
logger
|
|
39
|
+
i18n (1.14.8)
|
|
40
40
|
concurrent-ruby (~> 1.0)
|
|
41
|
-
json (2.
|
|
42
|
-
jwt (
|
|
41
|
+
json (2.19.3)
|
|
42
|
+
jwt (3.1.2)
|
|
43
43
|
base64
|
|
44
|
-
logger (1.
|
|
45
|
-
minitest (
|
|
46
|
-
|
|
44
|
+
logger (1.7.0)
|
|
45
|
+
minitest (6.0.3)
|
|
46
|
+
drb (~> 2.0)
|
|
47
|
+
prism (~> 1.5)
|
|
48
|
+
minitest-reporters (1.8.0)
|
|
47
49
|
ansi
|
|
48
50
|
builder
|
|
49
|
-
minitest (>= 5.0)
|
|
51
|
+
minitest (>= 5.0, < 7)
|
|
50
52
|
ruby-progressbar
|
|
51
|
-
multi_xml (0.
|
|
52
|
-
|
|
53
|
-
net-http (0.
|
|
54
|
-
uri
|
|
55
|
-
oauth2 (2.0.
|
|
56
|
-
faraday (>= 0.17.3, <
|
|
57
|
-
jwt (>= 1.0, <
|
|
53
|
+
multi_xml (0.8.1)
|
|
54
|
+
bigdecimal (>= 3.1, < 5)
|
|
55
|
+
net-http (0.9.1)
|
|
56
|
+
uri (>= 0.11.1)
|
|
57
|
+
oauth2 (2.0.18)
|
|
58
|
+
faraday (>= 0.17.3, < 4.0)
|
|
59
|
+
jwt (>= 1.0, < 4.0)
|
|
60
|
+
logger (~> 1.2)
|
|
58
61
|
multi_xml (~> 0.5)
|
|
59
62
|
rack (>= 1.2, < 4)
|
|
60
|
-
snaky_hash (~> 2.0)
|
|
61
|
-
version_gem (~> 1.1)
|
|
62
|
-
omniauth (2.1.
|
|
63
|
+
snaky_hash (~> 2.0, >= 2.0.3)
|
|
64
|
+
version_gem (~> 1.1, >= 1.1.9)
|
|
65
|
+
omniauth (2.1.4)
|
|
63
66
|
hashie (>= 3.4.6)
|
|
67
|
+
logger
|
|
64
68
|
rack (>= 2.2.3)
|
|
65
69
|
rack-protection
|
|
66
|
-
omniauth-oauth2 (1.
|
|
67
|
-
oauth2 (>=
|
|
70
|
+
omniauth-oauth2 (1.9.0)
|
|
71
|
+
oauth2 (>= 2.0.2, < 3)
|
|
68
72
|
omniauth (~> 2.0)
|
|
69
|
-
|
|
70
|
-
rack
|
|
73
|
+
prism (1.9.0)
|
|
74
|
+
rack (3.2.6)
|
|
75
|
+
rack-protection (4.2.1)
|
|
71
76
|
base64 (>= 0.1.0)
|
|
72
77
|
logger (>= 1.6.0)
|
|
73
78
|
rack (>= 3.0.0, < 4)
|
|
74
|
-
rake (13.
|
|
79
|
+
rake (13.3.1)
|
|
75
80
|
ruby-progressbar (1.13.0)
|
|
76
|
-
securerandom (0.
|
|
77
|
-
snaky_hash (2.0.
|
|
78
|
-
hashie
|
|
79
|
-
version_gem (
|
|
81
|
+
securerandom (0.4.1)
|
|
82
|
+
snaky_hash (2.0.3)
|
|
83
|
+
hashie (>= 0.1.0, < 6)
|
|
84
|
+
version_gem (>= 1.1.8, < 3)
|
|
80
85
|
tzinfo (2.0.6)
|
|
81
86
|
concurrent-ruby (~> 1.0)
|
|
82
|
-
uri (1.
|
|
83
|
-
version_gem (1.1.
|
|
87
|
+
uri (1.1.1)
|
|
88
|
+
version_gem (1.1.9)
|
|
84
89
|
|
|
85
90
|
PLATFORMS
|
|
86
91
|
ruby
|
|
@@ -92,4 +97,4 @@ DEPENDENCIES
|
|
|
92
97
|
rake
|
|
93
98
|
|
|
94
99
|
BUNDLED WITH
|
|
95
|
-
|
|
100
|
+
4.0.9
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-hub_az
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stijn Mathysen
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: omniauth-oauth2
|
|
@@ -70,7 +69,6 @@ metadata:
|
|
|
70
69
|
homepage_uri: https://github.com/stijnster/omniauth-hub_az
|
|
71
70
|
source_code_uri: https://github.com/stijnster/omniauth-hub_az
|
|
72
71
|
changelog_uri: https://github.com/stijnster/omniauth-hub_az/CHANGELOG.md
|
|
73
|
-
post_install_message:
|
|
74
72
|
rdoc_options: []
|
|
75
73
|
require_paths:
|
|
76
74
|
- lib
|
|
@@ -85,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
85
83
|
- !ruby/object:Gem::Version
|
|
86
84
|
version: '0'
|
|
87
85
|
requirements: []
|
|
88
|
-
rubygems_version:
|
|
89
|
-
signing_key:
|
|
86
|
+
rubygems_version: 4.0.9
|
|
90
87
|
specification_version: 4
|
|
91
88
|
summary: OmniAuth solution for hub_az.
|
|
92
89
|
test_files: []
|