omniauth-hub_az 0.1.2 → 0.1.4
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 +3 -2
- data/Gemfile.lock +54 -23
- data/README.md +22 -0
- data/lib/omniauth/hub_az/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f9a5678d75b8a238c5667dace0a7b0b05406b7431467476c29acd91a9e92d40
|
4
|
+
data.tar.gz: 5358dfeec135a4d68f482a6be045c0fc8eb6da9725b5fe6bffe5e22c25644324
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc40765c9883954788e080d30af02559cf46e468d30f165bc52f72e54e47879f19afbca4d13c51587c0f96f6da2e28714ef0a8dacdcf9e2af7d56b85c132e985
|
7
|
+
data.tar.gz: 0ebb7c5600ef9286ee4f3dec7280190ca0ad6e6d42c9aa3e40d9dde59542a2a69647bc867377a5d7f1144494787c19f646e7d7f014e17c81bc9888b9f1a5bd18
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,30 +1,57 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
omniauth-hub_az (0.1.
|
4
|
+
omniauth-hub_az (0.1.3)
|
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 (7.1.5.1)
|
12
|
+
base64
|
13
|
+
benchmark (>= 0.3)
|
14
|
+
bigdecimal
|
12
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
|
+
connection_pool (>= 2.2.5)
|
17
|
+
drb
|
13
18
|
i18n (>= 1.6, < 2)
|
19
|
+
logger (>= 1.4.2)
|
14
20
|
minitest (>= 5.1)
|
21
|
+
mutex_m
|
22
|
+
securerandom (>= 0.3)
|
15
23
|
tzinfo (~> 2.0)
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
24
|
+
ansi (1.5.0)
|
25
|
+
base64 (0.2.0)
|
26
|
+
benchmark (0.4.0)
|
27
|
+
bigdecimal (3.1.9)
|
28
|
+
builder (3.3.0)
|
29
|
+
concurrent-ruby (1.3.5)
|
30
|
+
connection_pool (2.5.0)
|
31
|
+
drb (2.2.1)
|
32
|
+
faraday (2.12.2)
|
33
|
+
faraday-net_http (>= 2.0, < 3.5)
|
34
|
+
json
|
35
|
+
logger
|
36
|
+
faraday-net_http (3.4.0)
|
37
|
+
net-http (>= 0.5.0)
|
22
38
|
hashie (5.0.0)
|
23
|
-
i18n (1.
|
39
|
+
i18n (1.14.7)
|
24
40
|
concurrent-ruby (~> 1.0)
|
25
|
-
|
26
|
-
|
41
|
+
json (2.10.1)
|
42
|
+
jwt (2.10.1)
|
43
|
+
base64
|
44
|
+
logger (1.6.6)
|
45
|
+
minitest (5.25.4)
|
46
|
+
minitest-reporters (1.7.1)
|
47
|
+
ansi
|
48
|
+
builder
|
49
|
+
minitest (>= 5.0)
|
50
|
+
ruby-progressbar
|
27
51
|
multi_xml (0.6.0)
|
52
|
+
mutex_m (0.3.0)
|
53
|
+
net-http (0.6.0)
|
54
|
+
uri
|
28
55
|
oauth2 (2.0.9)
|
29
56
|
faraday (>= 0.17.3, < 3.0)
|
30
57
|
jwt (>= 1.0, < 3.0)
|
@@ -32,33 +59,37 @@ GEM
|
|
32
59
|
rack (>= 1.2, < 4)
|
33
60
|
snaky_hash (~> 2.0)
|
34
61
|
version_gem (~> 1.1)
|
35
|
-
omniauth (2.1.
|
62
|
+
omniauth (2.1.3)
|
36
63
|
hashie (>= 3.4.6)
|
37
64
|
rack (>= 2.2.3)
|
38
65
|
rack-protection
|
39
66
|
omniauth-oauth2 (1.8.0)
|
40
67
|
oauth2 (>= 1.4, < 3)
|
41
68
|
omniauth (~> 2.0)
|
42
|
-
rack (3.
|
43
|
-
rack-protection (
|
44
|
-
|
45
|
-
|
46
|
-
|
69
|
+
rack (3.1.12)
|
70
|
+
rack-protection (4.1.1)
|
71
|
+
base64 (>= 0.1.0)
|
72
|
+
logger (>= 1.6.0)
|
73
|
+
rack (>= 3.0.0, < 4)
|
74
|
+
rake (13.2.1)
|
75
|
+
ruby-progressbar (1.13.0)
|
76
|
+
securerandom (0.3.2)
|
47
77
|
snaky_hash (2.0.1)
|
48
78
|
hashie
|
49
79
|
version_gem (~> 1.1, >= 1.1.1)
|
50
|
-
tzinfo (2.0.
|
80
|
+
tzinfo (2.0.6)
|
51
81
|
concurrent-ruby (~> 1.0)
|
52
|
-
|
53
|
-
|
82
|
+
uri (1.0.3)
|
83
|
+
version_gem (1.1.6)
|
54
84
|
|
55
85
|
PLATFORMS
|
56
86
|
ruby
|
57
87
|
|
58
88
|
DEPENDENCIES
|
59
|
-
minitest
|
89
|
+
minitest
|
90
|
+
minitest-reporters
|
60
91
|
omniauth-hub_az!
|
61
|
-
rake
|
92
|
+
rake
|
62
93
|
|
63
94
|
BUNDLED WITH
|
64
|
-
2.
|
95
|
+
2.2.33
|
data/README.md
CHANGED
@@ -93,6 +93,28 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
|
|
93
93
|
|
94
94
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
95
95
|
|
96
|
+
## Running the tests locally
|
97
|
+
|
98
|
+
Make sure you have all the bundles installed;
|
99
|
+
|
100
|
+
```
|
101
|
+
bundle
|
102
|
+
```
|
103
|
+
|
104
|
+
Then, run the tests;
|
105
|
+
|
106
|
+
```
|
107
|
+
bundle exec rake
|
108
|
+
```
|
109
|
+
|
110
|
+
## Release a new version
|
111
|
+
|
112
|
+
See https://bundler.io/guides/creating_gem.html#releasing-the-gem
|
113
|
+
|
114
|
+
* increase the version number in lib/omniauth/hub_az/version.rb
|
115
|
+
* commit the change
|
116
|
+
* run `rake release` and sign in to rubygems through the command line
|
117
|
+
|
96
118
|
## Contributing
|
97
119
|
|
98
120
|
Bug reports and pull requests are welcome on GitHub at https://github.com/stijnster/omniauth-hub_az. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/stijnster/omniauth-hub_az/blob/master/CODE_OF_CONDUCT.md).
|
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.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stijn Mathysen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth-oauth2
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: '0'
|
87
87
|
requirements: []
|
88
|
-
rubygems_version: 3.
|
88
|
+
rubygems_version: 3.2.33
|
89
89
|
signing_key:
|
90
90
|
specification_version: 4
|
91
91
|
summary: OmniAuth solution for hub_az.
|