omniauth-hub_az 0.1.2 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ef928ff5884d9b4cb44fe222597feb798dc920b8eed2e29d942143866763259
4
- data.tar.gz: c369b9406cff29c27531c91838b93e8fbf871a4eb7adcd593a7d6de2e18fc96c
3
+ metadata.gz: e4daeef1df6c3e839d9d7c5a77aecf4e58bfce5bd24b3b777517693ba82f7a98
4
+ data.tar.gz: 3561297365a8ed7d22526dbc0532f9559b1226ce17bcffd96726f68ad0efee2a
5
5
  SHA512:
6
- metadata.gz: 7447ac12e6a050c05f10442144a7c910a237ad5fdba245cafdd1195f3865f0439376e9069ece0aa1c32bc8ae832dbbe6c2246b61c68d28d4345b2827f5f1b87b
7
- data.tar.gz: 60d37bd4908b6bf012061fb04fc2bc6e714bed223bbcfb0591f437f80046cbf575b5622b6bd1e9b5996039112778572efbd850fecc432676c0b743d2fb2e0e11
6
+ metadata.gz: 77c5ad72dd0dac164808218897c95e1915b8c74ad9f5516d8be5d22af3cacebb66686b6d53d6a148f05bef63242f570584a9a7498ffefc2b0bccb89455315ecb
7
+ data.tar.gz: fe929e144ac7d47121887e07f5b4c25ebe2a5eec0bc804e28035fbdb9d0d9c8778c8f06d94aab655fb25e751e181758039ea927ce63bd91ac27fb388e9209426
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,64 +1,100 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-hub_az (0.1.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 (6.1.7.2)
12
- concurrent-ruby (~> 1.0, >= 1.0.2)
11
+ activesupport (8.1.3)
12
+ base64
13
+ bigdecimal
14
+ concurrent-ruby (~> 1.0, >= 1.3.1)
15
+ connection_pool (>= 2.2.5)
16
+ drb
13
17
  i18n (>= 1.6, < 2)
18
+ json
19
+ logger (>= 1.4.2)
14
20
  minitest (>= 5.1)
15
- 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)
22
- hashie (5.0.0)
23
- i18n (1.12.0)
21
+ securerandom (>= 0.3)
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)
27
+ builder (3.3.0)
28
+ concurrent-ruby (1.3.6)
29
+ connection_pool (3.0.2)
30
+ drb (2.2.3)
31
+ faraday (2.14.1)
32
+ faraday-net_http (>= 2.0, < 3.5)
33
+ json
34
+ logger
35
+ faraday-net_http (3.4.2)
36
+ net-http (~> 0.5)
37
+ hashie (5.1.0)
38
+ logger
39
+ i18n (1.14.8)
24
40
  concurrent-ruby (~> 1.0)
25
- jwt (2.6.0)
26
- minitest (5.15.0)
27
- multi_xml (0.6.0)
28
- oauth2 (2.0.9)
29
- faraday (>= 0.17.3, < 3.0)
30
- jwt (>= 1.0, < 3.0)
41
+ json (2.19.3)
42
+ jwt (3.1.2)
43
+ base64
44
+ logger (1.7.0)
45
+ minitest (6.0.3)
46
+ drb (~> 2.0)
47
+ prism (~> 1.5)
48
+ minitest-reporters (1.8.0)
49
+ ansi
50
+ builder
51
+ minitest (>= 5.0, < 7)
52
+ ruby-progressbar
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)
31
61
  multi_xml (~> 0.5)
32
62
  rack (>= 1.2, < 4)
33
- snaky_hash (~> 2.0)
34
- version_gem (~> 1.1)
35
- omniauth (2.1.1)
63
+ snaky_hash (~> 2.0, >= 2.0.3)
64
+ version_gem (~> 1.1, >= 1.1.9)
65
+ omniauth (2.1.4)
36
66
  hashie (>= 3.4.6)
67
+ logger
37
68
  rack (>= 2.2.3)
38
69
  rack-protection
39
- omniauth-oauth2 (1.8.0)
40
- oauth2 (>= 1.4, < 3)
70
+ omniauth-oauth2 (1.9.0)
71
+ oauth2 (>= 2.0.2, < 3)
41
72
  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)
47
- snaky_hash (2.0.1)
48
- hashie
49
- version_gem (~> 1.1, >= 1.1.1)
50
- tzinfo (2.0.5)
73
+ prism (1.9.0)
74
+ rack (3.2.6)
75
+ rack-protection (4.2.1)
76
+ base64 (>= 0.1.0)
77
+ logger (>= 1.6.0)
78
+ rack (>= 3.0.0, < 4)
79
+ rake (13.3.1)
80
+ ruby-progressbar (1.13.0)
81
+ securerandom (0.4.1)
82
+ snaky_hash (2.0.3)
83
+ hashie (>= 0.1.0, < 6)
84
+ version_gem (>= 1.1.8, < 3)
85
+ tzinfo (2.0.6)
51
86
  concurrent-ruby (~> 1.0)
52
- version_gem (1.1.1)
53
- zeitwerk (2.6.6)
87
+ uri (1.1.1)
88
+ version_gem (1.1.9)
54
89
 
55
90
  PLATFORMS
56
91
  ruby
57
92
 
58
93
  DEPENDENCIES
59
- minitest (~> 5.0)
94
+ minitest
95
+ minitest-reporters
60
96
  omniauth-hub_az!
61
- rake (~> 12.0)
97
+ rake
62
98
 
63
99
  BUNDLED WITH
64
- 2.1.4
100
+ 4.0.9
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.5"
4
4
  end
5
5
  end
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.2
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: 2023-01-26 00:00:00.000000000 Z
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: 3.0.3
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: []