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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ef928ff5884d9b4cb44fe222597feb798dc920b8eed2e29d942143866763259
4
- data.tar.gz: c369b9406cff29c27531c91838b93e8fbf871a4eb7adcd593a7d6de2e18fc96c
3
+ metadata.gz: 7f9a5678d75b8a238c5667dace0a7b0b05406b7431467476c29acd91a9e92d40
4
+ data.tar.gz: 5358dfeec135a4d68f482a6be045c0fc8eb6da9725b5fe6bffe5e22c25644324
5
5
  SHA512:
6
- metadata.gz: 7447ac12e6a050c05f10442144a7c910a237ad5fdba245cafdd1195f3865f0439376e9069ece0aa1c32bc8ae832dbbe6c2246b61c68d28d4345b2827f5f1b87b
7
- data.tar.gz: 60d37bd4908b6bf012061fb04fc2bc6e714bed223bbcfb0591f437f80046cbf575b5622b6bd1e9b5996039112778572efbd850fecc432676c0b743d2fb2e0e11
6
+ metadata.gz: bc40765c9883954788e080d30af02559cf46e468d30f165bc52f72e54e47879f19afbca4d13c51587c0f96f6da2e28714ef0a8dacdcf9e2af7d56b85c132e985
7
+ data.tar.gz: 0ebb7c5600ef9286ee4f3dec7280190ca0ad6e6d42c9aa3e40d9dde59542a2a69647bc867377a5d7f1144494787c19f646e7d7f014e17c81bc9888b9f1a5bd18
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,30 +1,57 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-hub_az (0.1.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 (6.1.7.2)
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.2.0)
18
- faraday (2.7.4)
19
- faraday-net_http (>= 2.0, < 3.1)
20
- ruby2_keywords (>= 0.0.4)
21
- faraday-net_http (3.0.2)
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.6.0)
26
- minitest (5.15.0)
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.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.0.4.1)
43
- rack-protection (3.0.5)
44
- rack
45
- rake (12.3.3)
46
- ruby2_keywords (0.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)
47
77
  snaky_hash (2.0.1)
48
78
  hashie
49
79
  version_gem (~> 1.1, >= 1.1.1)
50
- tzinfo (2.0.5)
80
+ tzinfo (2.0.6)
51
81
  concurrent-ruby (~> 1.0)
52
- version_gem (1.1.1)
53
- zeitwerk (2.6.6)
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 (~> 5.0)
89
+ minitest
90
+ minitest-reporters
60
91
  omniauth-hub_az!
61
- rake (~> 12.0)
92
+ rake
62
93
 
63
94
  BUNDLED WITH
64
- 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.2"
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.2
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: 2023-01-26 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.