omniauth-hub_az 0.1.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b954fb1dcfaadfff6c6eac8ac924329da08d0f5655cb0090a6c0b64cc5c0857c
4
- data.tar.gz: 7f3a7b842eb5d339550b9b98f5c0e8d60125ab87d106a779eeeb204a94ca73ea
3
+ metadata.gz: 7f9a5678d75b8a238c5667dace0a7b0b05406b7431467476c29acd91a9e92d40
4
+ data.tar.gz: 5358dfeec135a4d68f482a6be045c0fc8eb6da9725b5fe6bffe5e22c25644324
5
5
  SHA512:
6
- metadata.gz: 5b38ef4515a46a379bd0a523e0fb9618cce1a8a5f5b9b7fdfe932805c9eb0b8e2b398e402949858e25c58f98b7d3c9c3913ed811aa39961b2e523180cf0dfec8
7
- data.tar.gz: f97d2a83991b4d668f2953247995a23a9b655e97b9b575f3d43ae834efdb839826b7fdd7a39e7974b5c947233f43c5cb3ce7b2fb22aaae3cd49dd68ec54781ca
6
+ metadata.gz: bc40765c9883954788e080d30af02559cf46e468d30f165bc52f72e54e47879f19afbca4d13c51587c0f96f6da2e28714ef0a8dacdcf9e2af7d56b85c132e985
7
+ data.tar.gz: 0ebb7c5600ef9286ee4f3dec7280190ca0ad6e6d42c9aa3e40d9dde59542a2a69647bc867377a5d7f1144494787c19f646e7d7f014e17c81bc9888b9f1a5bd18
data/.gitignore CHANGED
@@ -6,3 +6,4 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ .ruby-version
data/Gemfile CHANGED
@@ -3,5 +3,6 @@ source "https://rubygems.org"
3
3
  # Specify your gem's dependencies in omniauth-hub_az.gemspec
4
4
  gemspec
5
5
 
6
- gem "rake", "~> 12.0"
7
- gem "minitest", "~> 5.0"
6
+ gem "rake"
7
+ gem "minitest", group: :test
8
+ gem 'minitest-reporters', group: :test
data/Gemfile.lock CHANGED
@@ -1,63 +1,95 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-hub_az (0.1.0)
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 (6.1.6.1)
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
- zeitwerk (~> 2.3)
17
- concurrent-ruby (1.1.10)
18
- faraday (2.3.0)
19
- faraday-net_http (~> 2.0)
20
- ruby2_keywords (>= 0.0.4)
21
- faraday-net_http (2.0.3)
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.12.0)
39
+ i18n (1.14.7)
24
40
  concurrent-ruby (~> 1.0)
25
- jwt (2.4.1)
26
- minitest (5.14.1)
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)
28
- oauth2 (2.0.6)
52
+ mutex_m (0.3.0)
53
+ net-http (0.6.0)
54
+ uri
55
+ oauth2 (2.0.9)
29
56
  faraday (>= 0.17.3, < 3.0)
30
57
  jwt (>= 1.0, < 3.0)
31
58
  multi_xml (~> 0.5)
32
- rack (>= 1.2, < 3)
33
- rash_alt (>= 0.4, < 1)
59
+ rack (>= 1.2, < 4)
60
+ snaky_hash (~> 2.0)
34
61
  version_gem (~> 1.1)
35
- omniauth (2.1.0)
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 (2.2.4)
43
- rack-protection (2.2.1)
44
- rack
45
- rake (12.3.3)
46
- rash_alt (0.4.12)
47
- hashie (>= 3.4)
48
- ruby2_keywords (0.0.5)
49
- tzinfo (2.0.5)
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)
77
+ snaky_hash (2.0.1)
78
+ hashie
79
+ version_gem (~> 1.1, >= 1.1.1)
80
+ tzinfo (2.0.6)
50
81
  concurrent-ruby (~> 1.0)
51
- version_gem (1.1.0)
52
- zeitwerk (2.6.0)
82
+ uri (1.0.3)
83
+ version_gem (1.1.6)
53
84
 
54
85
  PLATFORMS
55
86
  ruby
56
87
 
57
88
  DEPENDENCIES
58
- minitest (~> 5.0)
89
+ minitest
90
+ minitest-reporters
59
91
  omniauth-hub_az!
60
- rake (~> 12.0)
92
+ rake
61
93
 
62
94
  BUNDLED WITH
63
- 2.1.4
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).
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module HubAz
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.4"
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.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: 2022-07-22 00:00:00.000000000 Z
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.0.3
88
+ rubygems_version: 3.2.33
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: OmniAuth solution for hub_az.