omniauth-miro 1.0.5 → 1.0.8

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: 52316d8f5caac2282f3ab9ce6a5eaaf3ab09af8ca14fcdc83997878f066ec913
4
- data.tar.gz: d34eca805f948697c115aed2409502a72e4956aa7fff563bd0c26f17371557a3
3
+ metadata.gz: 8b8fac3e4f008c90a4b9e20a10ee527a730fca5d2aa48b269730d80c15ab8cc4
4
+ data.tar.gz: 1ed5e221eb22c22e136610a3775a9eb86fae8baa2e5545386f0488969bc48e19
5
5
  SHA512:
6
- metadata.gz: 66108c3e16f3cf6acf985cc0da8c04477e9f593a7121e4be34b1e0bec95f42c2f350e7b1c1c48afe6590d06c5b4ac9ed8695428b2335aa3c11622d8c96965495
7
- data.tar.gz: 32fab7a1c025f4494209e5087492af5810dcdf06128de878e990c787553c8799813ff8c9ff8f92010230085a364284254c2e68ee4ecd23cb1c49c6f0ca450dd2
6
+ metadata.gz: 502ae824f82ced512c91567347da25bb0ddc8ca753f921f1253b63efebda6e8277c54a37f35148c8ce5398ea2ad5ae81aeea4c2877db86844d17e66606b2503a
7
+ data.tar.gz: 1540afb61de59221c1a421d88d7bfd862878cca2f7d0de06924eae04b9536aee97af432acfae25b151c0495bdb399e5f1b066430b1293eb6cdba1c42a3f43e8d
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.8]
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.7]
8
+
9
+ - Address CVE-2026-54603 by updating oauth2 to 2.0.25
10
+
11
+ ## [1.0.6]
12
+
13
+ - Update Ruby version to 3.4.5 to address security vulnerabilities
14
+
3
15
  ## [1.0.5]
4
16
 
5
17
  - Address CVE-2025-49007
data/Gemfile.lock CHANGED
@@ -1,15 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-miro (1.0.5)
4
+ omniauth-miro (1.0.8)
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 Miro
5
- VERSION = '1.0.5'
5
+ VERSION = '1.0.8'
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-miro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rewind Software Inc. | Calvin Chen
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-miro
78
77
  homepage_uri: https://github.com/rewindio/omniauth-miro
79
78
  source_code_uri: https://github.com/rewindio/omniauth-miro
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: A Miro OAuth strategy for OmniAuth 2.0
99
96
  test_files: []