omniauth-azure-devops 1.0.1 → 1.0.3

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: 9f4b5ecfd369e393eed0a02f850ed0dfa6271cb7c59853b2626bf45b0e930693
4
- data.tar.gz: 49bee9e03d1ce2b2b665ceadbe19ace23a90f8fcbdb83dce0bccdf705ee218cf
3
+ metadata.gz: 1bea8e0b136b1a5b3dd280f71ae0d7ce1ccf474539922e2df3a761cf3ec6b0af
4
+ data.tar.gz: b87ed3355da7c5d4024c4cb78bcdc40c6362239f01b035779506d27f37361a3d
5
5
  SHA512:
6
- metadata.gz: 72df81396dbeb751f6fd2083d78d5ec1040f18aefd5dc3c811249f109111648c04fbf84279366aa87cf466d619480b4deb2f3fa6095d825914133754c053be68
7
- data.tar.gz: ac07c764bf778c7c14acef78c46aa9ebc66d3958b531e80c6810d72bd06a53edc8e650d6fa110a8fd590fc1e4e1d28f08204dfec95e6ba5a3d3cf2dfb60daf58
6
+ metadata.gz: d4131bc9e63d0ed2f8df20aab59dda124fdae4a08bcc370376376f4a826f7687a85b34c6078ed44ee1b76e866c40c681f9b695f16d85f08b78081c402a6cd060
7
+ data.tar.gz: a17d9912e7d26d3d961926df834b45a8f396d0707107eb26be79e1751444566beaadc333afb58ac3110c815b9364844fb0376b1a5b2767ee0f8838de97f5db19
data/.rubocop.yml CHANGED
@@ -77,7 +77,7 @@ RSpec/NestedGroups:
77
77
  Max: 5
78
78
  RSpec/VerifiedDoubleReference:
79
79
  Enabled: false
80
- RSpec/FilePath:
80
+ RSpec/SpecFilePathSuffix:
81
81
  Exclude:
82
82
  - spec/omni_auth/azure_devops/version_spec.rb
83
83
  RSpec/SpecFilePathFormat:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.3]
4
+
5
+ - Resolve CVE-2025-27111
6
+ - Update dependencies
7
+
8
+ ## [1.0.2]
9
+
10
+ - Update Gem Metadata
11
+
3
12
  ## [1.0.1]
4
13
 
5
14
  - Rename the entry point file
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-azure-devops (1.0.1)
4
+ omniauth-azure-devops (1.0.3)
5
5
  omniauth (>= 1, < 3)
6
6
  omniauth-oauth2 (~> 1.1)
7
7
 
@@ -9,22 +9,30 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ansi (1.5.0)
12
- ast (2.4.2)
13
- base64 (0.1.1)
12
+ ast (2.4.3)
13
+ base64 (0.2.0)
14
+ bigdecimal (3.1.9)
14
15
  coderay (1.1.3)
15
- diff-lcs (1.5.0)
16
- docile (1.4.0)
17
- faraday (2.7.11)
18
- base64
19
- faraday-net_http (>= 2.0, < 3.1)
20
- ruby2_keywords (>= 0.0.4)
21
- faraday-net_http (3.0.2)
16
+ diff-lcs (1.6.1)
17
+ docile (1.4.1)
18
+ faraday (2.12.2)
19
+ faraday-net_http (>= 2.0, < 3.5)
20
+ json
21
+ logger
22
+ faraday-net_http (3.4.0)
23
+ net-http (>= 0.5.0)
22
24
  hashie (5.0.0)
23
- json (2.6.3)
24
- jwt (2.7.1)
25
- language_server-protocol (3.17.0.3)
26
- method_source (1.0.0)
27
- multi_xml (0.6.0)
25
+ json (2.10.2)
26
+ jwt (2.10.1)
27
+ base64
28
+ language_server-protocol (3.17.0.4)
29
+ lint_roller (1.1.0)
30
+ logger (1.7.0)
31
+ method_source (1.1.0)
32
+ multi_xml (0.7.1)
33
+ bigdecimal (~> 3.1)
34
+ net-http (0.6.0)
35
+ uri
28
36
  oauth2 (2.0.9)
29
37
  faraday (>= 0.17.3, < 3.0)
30
38
  jwt (>= 1.0, < 3.0)
@@ -32,28 +40,30 @@ GEM
32
40
  rack (>= 1.2, < 4)
33
41
  snaky_hash (~> 2.0)
34
42
  version_gem (~> 1.1)
35
- omniauth (2.1.1)
43
+ omniauth (2.1.3)
36
44
  hashie (>= 3.4.6)
37
45
  rack (>= 2.2.3)
38
46
  rack-protection
39
47
  omniauth-oauth2 (1.8.0)
40
48
  oauth2 (>= 1.4, < 3)
41
49
  omniauth (~> 2.0)
42
- parallel (1.23.0)
43
- parser (3.2.2.3)
50
+ parallel (1.26.3)
51
+ parser (3.3.7.4)
44
52
  ast (~> 2.4.1)
45
53
  racc
46
- pry (0.14.2)
54
+ prism (1.4.0)
55
+ pry (0.15.2)
47
56
  coderay (~> 1.1)
48
57
  method_source (~> 1.0)
49
- racc (1.7.1)
50
- rack (2.2.8)
51
- rack-protection (3.1.0)
52
- rack (~> 2.2, >= 2.2.4)
58
+ racc (1.8.1)
59
+ rack (3.1.12)
60
+ rack-protection (4.1.1)
61
+ base64 (>= 0.1.0)
62
+ logger (>= 1.6.0)
63
+ rack (>= 3.0.0, < 4)
53
64
  rainbow (3.1.1)
54
- rake (13.0.6)
55
- regexp_parser (2.8.1)
56
- rexml (3.2.6)
65
+ rake (13.2.1)
66
+ regexp_parser (2.10.0)
57
67
  rspec (3.9.0)
58
68
  rspec-core (~> 3.9.0)
59
69
  rspec-expectations (~> 3.9.0)
@@ -67,50 +77,46 @@ GEM
67
77
  diff-lcs (>= 1.2.0, < 2.0)
68
78
  rspec-support (~> 3.9.0)
69
79
  rspec-support (3.9.4)
70
- rubocop (1.56.3)
71
- base64 (~> 0.1.1)
80
+ rubocop (1.75.1)
72
81
  json (~> 2.3)
73
- language_server-protocol (>= 3.17.0)
82
+ language_server-protocol (~> 3.17.0.2)
83
+ lint_roller (~> 1.1.0)
74
84
  parallel (~> 1.10)
75
- parser (>= 3.2.2.3)
85
+ parser (>= 3.3.0.2)
76
86
  rainbow (>= 2.2.2, < 4.0)
77
- regexp_parser (>= 1.8, < 3.0)
78
- rexml (>= 3.2.5, < 4.0)
79
- rubocop-ast (>= 1.28.1, < 2.0)
87
+ regexp_parser (>= 2.9.3, < 3.0)
88
+ rubocop-ast (>= 1.43.0, < 2.0)
80
89
  ruby-progressbar (~> 1.7)
81
- unicode-display_width (>= 2.4.0, < 3.0)
82
- rubocop-ast (1.29.0)
83
- parser (>= 3.2.1.0)
84
- rubocop-capybara (2.19.0)
85
- rubocop (~> 1.41)
86
- rubocop-factory_bot (2.24.0)
87
- rubocop (~> 1.33)
88
- rubocop-performance (1.19.1)
89
- rubocop (>= 1.7.0, < 2.0)
90
- rubocop-ast (>= 0.4.0)
91
- rubocop-rspec (2.24.1)
92
- rubocop (~> 1.33)
93
- rubocop-capybara (~> 2.17)
94
- rubocop-factory_bot (~> 2.22)
90
+ unicode-display_width (>= 2.4.0, < 4.0)
91
+ rubocop-ast (1.43.0)
92
+ parser (>= 3.3.7.2)
93
+ prism (~> 1.4)
94
+ rubocop-performance (1.23.1)
95
+ rubocop (>= 1.48.1, < 2.0)
96
+ rubocop-ast (>= 1.31.1, < 2.0)
97
+ rubocop-rspec (3.4.0)
98
+ rubocop (~> 1.61)
95
99
  ruby-progressbar (1.13.0)
96
- ruby2_keywords (0.0.5)
97
100
  simplecov (0.22.0)
98
101
  docile (~> 1.1)
99
102
  simplecov-html (~> 0.11)
100
103
  simplecov_json_formatter (~> 0.1)
101
- simplecov-console (0.9.1)
104
+ simplecov-console (0.9.3)
102
105
  ansi
103
106
  simplecov
104
107
  terminal-table
105
- simplecov-html (0.12.3)
108
+ simplecov-html (0.13.1)
106
109
  simplecov_json_formatter (0.1.4)
107
110
  snaky_hash (2.0.1)
108
111
  hashie
109
112
  version_gem (~> 1.1, >= 1.1.1)
110
- terminal-table (3.0.2)
111
- unicode-display_width (>= 1.1.1, < 3)
112
- unicode-display_width (2.4.2)
113
- version_gem (1.1.3)
113
+ terminal-table (4.0.0)
114
+ unicode-display_width (>= 1.1.1, < 4)
115
+ unicode-display_width (3.1.4)
116
+ unicode-emoji (~> 4.0, >= 4.0.4)
117
+ unicode-emoji (4.0.4)
118
+ uri (1.0.3)
119
+ version_gem (1.1.6)
114
120
 
115
121
  PLATFORMS
116
122
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module AzureDevops
5
- VERSION = '1.0.1'
5
+ VERSION = '1.0.3'
6
6
  end
7
7
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
 
11
11
  gem.summary = 'An Azure Devops OAuth strategy for OmniAuth 2.0'
12
12
  gem.description = 'An Azure Devops OAuth strategy for OmniAuth 2.0'
13
- gem.homepage = 'https://github.com/rewind/omniauth-azure-devops'
13
+ gem.homepage = 'https://github.com/rewindio/omniauth-azure-devops'
14
14
  gem.license = 'MIT'
15
15
  gem.metadata = {
16
16
  'rubygems_mfa_required' => 'false',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-azure-devops
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rewind Software Inc. | Parth Chandgadhiya
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-09-26 00:00:00.000000000 Z
11
+ date: 2025-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -67,17 +67,17 @@ files:
67
67
  - lib/omni_auth/strategies/azure_devops.rb
68
68
  - lib/omniauth-azure-devops.rb
69
69
  - omniauth-azure-devops.gemspec
70
- homepage: https://github.com/rewind/omniauth-azure-devops
70
+ homepage: https://github.com/rewindio/omniauth-azure-devops
71
71
  licenses:
72
72
  - MIT
73
73
  metadata:
74
74
  rubygems_mfa_required: 'false'
75
- bug_tracker_uri: https://github.com/rewind/omniauth-azure-devops/issues
76
- changelog_uri: https://github.com/rewind/omniauth-azure-devops/blob/main/CHANGELOG.md
77
- documentation_uri: https://github.com/rewind/omniauth-azure-devops
78
- homepage_uri: https://github.com/rewind/omniauth-azure-devops
79
- source_code_uri: https://github.com/rewind/omniauth-azure-devops
80
- post_install_message:
75
+ bug_tracker_uri: https://github.com/rewindio/omniauth-azure-devops/issues
76
+ changelog_uri: https://github.com/rewindio/omniauth-azure-devops/blob/main/CHANGELOG.md
77
+ documentation_uri: https://github.com/rewindio/omniauth-azure-devops
78
+ homepage_uri: https://github.com/rewindio/omniauth-azure-devops
79
+ source_code_uri: https://github.com/rewindio/omniauth-azure-devops
80
+ post_install_message:
81
81
  rdoc_options: []
82
82
  require_paths:
83
83
  - lib
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  requirements: []
95
95
  rubygems_version: 3.4.10
96
- signing_key:
96
+ signing_key:
97
97
  specification_version: 4
98
98
  summary: An Azure Devops OAuth strategy for OmniAuth 2.0
99
99
  test_files: []