omniauth-azure-devops 1.0.4 → 1.0.7

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: 4a34cde5ae623ebfdbf06dd1e7bb0f6b3fc6f48f4607203604ff8ef4b118faea
4
- data.tar.gz: 8b6f1a6aa598dfdebccf14d0c8ed1aea9e21c79560e8c4f2e2ae9b344fd71c67
3
+ metadata.gz: 1239bde8d9de8035c9533f3cdd3e3ff955b5774287b3ce27329adb0336bc91f6
4
+ data.tar.gz: d5bf7c6f7d8230f2808eed96e6edd78af9e53b2967ceca471a35d9e5eea74555
5
5
  SHA512:
6
- metadata.gz: 2f80ef7ddd5c9095472cf41c20d7a91068dd05c3ea119ede635af38ff6f080b3ac2d3a781a708124a4ea432a32531f893cca413cb8d45245b708d0bdb98e1cd2
7
- data.tar.gz: '095ef0986239cde52ff52a32d1a172c5af9c0ce92614735bf6ae8a399b0b9d67f4b4861c18304ba30f70737b5ff8ead5326756b0b3c4386bf3e04979b9f5d6e0'
6
+ metadata.gz: 901b0ab85db481ea49fe4ea1c09a6e3a40d3561e5538eb9839ebde2073df6298c4f976faf0d062febce13e9122f4dbedbc7346acc01d6f6da052b75da942ac96
7
+ data.tar.gz: 1515b59c4747491bd1ed3f85a21943fca468f63c602e250556fa49303233c58137aa85ee80c5ce389f395e41f72770a42a935a1e8a2821a115b3e3cd106bc143
data/.rubocop.yml CHANGED
@@ -4,7 +4,7 @@ require:
4
4
 
5
5
  AllCops:
6
6
  DisplayCopNames: true
7
- TargetRubyVersion: 3.2
7
+ TargetRubyVersion: 3.4.5
8
8
  StyleGuideBaseURL: https://github.com/rewindio/ruby-style-configs/
9
9
  NewCops: enable
10
10
  Exclude:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.2
1
+ 3.4.5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.7]
4
+
5
+ - Fix the `tag-and-release` workflow to create the release tag with the `rewind-community-tagger` GitHub App token (`TAGGER_APP_ID`/`TAGGER_PRIVATE_KEY`) instead of the default `GITHUB_TOKEN`
6
+
7
+ ## [1.0.6]
8
+
9
+ - Resolve CVE-2026-54603 by updating oauth2 to 2.0.25
10
+
11
+ ## [1.0.5]
12
+
13
+ - Update Ruby version to 3.4.5 to address security vulnerabilities
14
+
3
15
  ## [1.0.4]
4
16
 
5
17
  - Resolve CVE-2025-49007
data/Gemfile.lock CHANGED
@@ -1,15 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-azure-devops (1.0.4)
4
+ omniauth-azure-devops (1.0.7)
5
5
  omniauth (>= 1, < 3)
6
6
  omniauth-oauth2 (~> 1.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
+ anonymous_loader (0.1.3)
12
+ version_gem (~> 1.1, >= 1.1.14)
11
13
  ansi (1.5.0)
12
14
  ast (2.4.3)
15
+ auth-sanitizer (0.2.3)
16
+ version_gem (~> 1.1, >= 1.1.14)
13
17
  base64 (0.3.0)
14
18
  bigdecimal (3.2.2)
15
19
  coderay (1.1.3)
@@ -33,14 +37,16 @@ GEM
33
37
  bigdecimal (~> 3.1)
34
38
  net-http (0.6.0)
35
39
  uri
36
- oauth2 (2.0.12)
40
+ oauth2 (2.0.25)
41
+ anonymous_loader (~> 0.1, >= 0.1.3)
42
+ auth-sanitizer (~> 0.2, >= 0.2.3)
37
43
  faraday (>= 0.17.3, < 4.0)
38
44
  jwt (>= 1.0, < 4.0)
39
45
  logger (~> 1.2)
40
46
  multi_xml (~> 0.5)
41
47
  rack (>= 1.2, < 4)
42
- snaky_hash (~> 2.0, >= 2.0.3)
43
- version_gem (>= 1.1.8, < 3)
48
+ snaky_hash (~> 2.0, >= 2.0.7)
49
+ version_gem (~> 1.1, >= 1.1.14)
44
50
  omniauth (2.1.3)
45
51
  hashie (>= 3.4.6)
46
52
  rack (>= 2.2.3)
@@ -110,16 +116,16 @@ GEM
110
116
  terminal-table
111
117
  simplecov-html (0.13.1)
112
118
  simplecov_json_formatter (0.1.4)
113
- snaky_hash (2.0.3)
119
+ snaky_hash (2.0.7)
114
120
  hashie (>= 0.1.0, < 6)
115
- version_gem (>= 1.1.8, < 3)
121
+ version_gem (~> 1.1, >= 1.1.14)
116
122
  terminal-table (4.0.0)
117
123
  unicode-display_width (>= 1.1.1, < 4)
118
124
  unicode-display_width (3.1.4)
119
125
  unicode-emoji (~> 4.0, >= 4.0.4)
120
126
  unicode-emoji (4.0.4)
121
127
  uri (1.0.3)
122
- version_gem (1.1.8)
128
+ version_gem (1.1.15)
123
129
 
124
130
  PLATFORMS
125
131
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module AzureDevops
5
- VERSION = '1.0.4'
5
+ VERSION = '1.0.7'
6
6
  end
7
7
  end
@@ -26,8 +26,8 @@ Gem::Specification.new do |gem|
26
26
  gem.executables = gem.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
27
  gem.require_paths = ['lib']
28
28
 
29
- gem.required_ruby_version = '>= 3.2'
29
+ gem.required_ruby_version = '>= 3.4'
30
30
 
31
- gem.add_runtime_dependency 'omniauth', '>= 1', '< 3'
32
- gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.1'
31
+ gem.add_dependency 'omniauth', '>= 1', '< 3'
32
+ gem.add_dependency 'omniauth-oauth2', '~> 1.1'
33
33
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-azure-devops
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rewind Software Inc. | Parth Chandgadhiya
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-06-10 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
@@ -77,7 +76,6 @@ metadata:
77
76
  documentation_uri: https://github.com/rewindio/omniauth-azure-devops
78
77
  homepage_uri: https://github.com/rewindio/omniauth-azure-devops
79
78
  source_code_uri: https://github.com/rewindio/omniauth-azure-devops
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -85,15 +83,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
83
  requirements:
86
84
  - - ">="
87
85
  - !ruby/object:Gem::Version
88
- version: '3.2'
86
+ version: '3.4'
89
87
  required_rubygems_version: !ruby/object:Gem::Requirement
90
88
  requirements:
91
89
  - - ">="
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.9
97
94
  specification_version: 4
98
95
  summary: An Azure Devops OAuth strategy for OmniAuth 2.0
99
96
  test_files: []