sidekiq_web_google_auth 0.1.2 → 0.2.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 +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/Gemfile +12 -0
- data/Gemfile.lock +146 -95
- data/README.md +14 -8
- data/lib/sidekiq_web_google_auth/builder.rb +21 -12
- data/lib/sidekiq_web_google_auth/extension.rb +1 -9
- data/sidekiq_web_google_auth.gemspec +5 -11
- metadata +5 -79
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79195452b22b2f2e07fbbfef93dfc106c9f114c1de3489e0b2beee25856b4c48
|
4
|
+
data.tar.gz: b734f8d1722d615af0ff8ce538e7b50478caf6c213edd63242b95fac48a8693f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02ace301d166e323e49c075a83aaada1b2c992135aa5e76023def053bf1306e6d02b29497e71c3e1e985393c18f47819d676a9f7476dccac77998d4d83d2cb7e
|
7
|
+
data.tar.gz: a380197c4f3d2be19fda0701495360463c5081844009df1473637871d4958eaab6010f573d7d3e855b4249868b6c56fb38e710d91e4db3301d333386cac9204e
|
data/.github/workflows/ci.yml
CHANGED
data/.rubocop.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.4.4
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,141 +1,192 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
sidekiq_web_google_auth (0.
|
4
|
+
sidekiq_web_google_auth (0.2.3)
|
5
5
|
omniauth
|
6
6
|
omniauth-google-oauth2
|
7
|
+
sidekiq
|
7
8
|
|
8
9
|
GEM
|
9
10
|
remote: https://rubygems.org/
|
10
11
|
specs:
|
11
|
-
activesupport (
|
12
|
-
|
12
|
+
activesupport (8.0.2)
|
13
|
+
base64
|
14
|
+
benchmark (>= 0.3)
|
15
|
+
bigdecimal
|
16
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
17
|
+
connection_pool (>= 2.2.5)
|
18
|
+
drb
|
13
19
|
i18n (>= 1.6, < 2)
|
20
|
+
logger (>= 1.4.2)
|
14
21
|
minitest (>= 5.1)
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
22
|
+
securerandom (>= 0.3)
|
23
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
24
|
+
uri (>= 0.13.1)
|
25
|
+
ast (2.4.3)
|
26
|
+
base64 (0.3.0)
|
27
|
+
benchmark (0.4.1)
|
28
|
+
bigdecimal (3.2.2)
|
29
|
+
concurrent-ruby (1.3.5)
|
30
|
+
connection_pool (2.5.3)
|
31
|
+
diff-lcs (1.6.2)
|
32
|
+
docile (1.4.1)
|
33
|
+
drb (2.2.3)
|
34
|
+
faraday (2.13.1)
|
35
|
+
faraday-net_http (>= 2.0, < 3.5)
|
36
|
+
json
|
37
|
+
logger
|
38
|
+
faraday-net_http (3.4.0)
|
39
|
+
net-http (>= 0.5.0)
|
26
40
|
hashie (5.0.0)
|
27
|
-
i18n (1.
|
41
|
+
i18n (1.14.7)
|
28
42
|
concurrent-ruby (~> 1.0)
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
43
|
+
json (2.12.2)
|
44
|
+
jwt (2.10.1)
|
45
|
+
base64
|
46
|
+
language_server-protocol (3.17.0.5)
|
47
|
+
lint_roller (1.1.0)
|
48
|
+
logger (1.7.0)
|
49
|
+
minitest (5.25.5)
|
50
|
+
multi_xml (0.7.2)
|
51
|
+
bigdecimal (~> 3.1)
|
52
|
+
net-http (0.6.0)
|
53
|
+
uri
|
54
|
+
oauth2 (2.0.12)
|
55
|
+
faraday (>= 0.17.3, < 4.0)
|
56
|
+
jwt (>= 1.0, < 4.0)
|
57
|
+
logger (~> 1.2)
|
37
58
|
multi_xml (~> 0.5)
|
38
|
-
rack (>= 1.2, <
|
39
|
-
|
59
|
+
rack (>= 1.2, < 4)
|
60
|
+
snaky_hash (~> 2.0, >= 2.0.3)
|
61
|
+
version_gem (>= 1.1.8, < 3)
|
62
|
+
omniauth (2.1.3)
|
40
63
|
hashie (>= 3.4.6)
|
41
64
|
rack (>= 2.2.3)
|
42
65
|
rack-protection
|
43
|
-
omniauth-google-oauth2 (1.
|
44
|
-
jwt (>= 2.
|
45
|
-
oauth2 (~>
|
66
|
+
omniauth-google-oauth2 (1.2.1)
|
67
|
+
jwt (>= 2.9.2)
|
68
|
+
oauth2 (~> 2.0)
|
46
69
|
omniauth (~> 2.0)
|
47
|
-
omniauth-oauth2 (~> 1.
|
48
|
-
omniauth-oauth2 (1.
|
70
|
+
omniauth-oauth2 (~> 1.8)
|
71
|
+
omniauth-oauth2 (1.8.0)
|
49
72
|
oauth2 (>= 1.4, < 3)
|
50
|
-
omniauth (
|
51
|
-
parallel (1.
|
52
|
-
parser (3.
|
73
|
+
omniauth (~> 2.0)
|
74
|
+
parallel (1.27.0)
|
75
|
+
parser (3.3.8.0)
|
53
76
|
ast (~> 2.4.1)
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
rack
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
77
|
+
racc
|
78
|
+
prism (1.4.0)
|
79
|
+
racc (1.8.1)
|
80
|
+
rack (3.1.16)
|
81
|
+
rack-protection (4.1.1)
|
82
|
+
base64 (>= 0.1.0)
|
83
|
+
logger (>= 1.6.0)
|
84
|
+
rack (>= 3.0.0, < 4)
|
85
|
+
rack-session (2.1.1)
|
86
|
+
base64 (>= 0.1.0)
|
87
|
+
rack (>= 3.0.0)
|
88
|
+
rack-test (2.2.0)
|
89
|
+
rack (>= 1.3)
|
90
|
+
rainbow (3.1.1)
|
91
|
+
rake (13.3.0)
|
92
|
+
redis-client (0.24.0)
|
93
|
+
connection_pool
|
94
|
+
regexp_parser (2.10.0)
|
95
|
+
rspec (3.13.1)
|
96
|
+
rspec-core (~> 3.13.0)
|
97
|
+
rspec-expectations (~> 3.13.0)
|
98
|
+
rspec-mocks (~> 3.13.0)
|
99
|
+
rspec-core (3.13.4)
|
100
|
+
rspec-support (~> 3.13.0)
|
101
|
+
rspec-expectations (3.13.5)
|
71
102
|
diff-lcs (>= 1.2.0, < 2.0)
|
72
|
-
rspec-support (~> 3.
|
73
|
-
rspec-mocks (3.
|
103
|
+
rspec-support (~> 3.13.0)
|
104
|
+
rspec-mocks (3.13.5)
|
74
105
|
diff-lcs (>= 1.2.0, < 2.0)
|
75
|
-
rspec-support (~> 3.
|
76
|
-
rspec-support (3.
|
77
|
-
rubocop (1.
|
106
|
+
rspec-support (~> 3.13.0)
|
107
|
+
rspec-support (3.13.4)
|
108
|
+
rubocop (1.75.8)
|
109
|
+
json (~> 2.3)
|
110
|
+
language_server-protocol (~> 3.17.0.2)
|
111
|
+
lint_roller (~> 1.1.0)
|
78
112
|
parallel (~> 1.10)
|
79
|
-
parser (>= 3.
|
113
|
+
parser (>= 3.3.0.2)
|
80
114
|
rainbow (>= 2.2.2, < 4.0)
|
81
|
-
regexp_parser (>=
|
82
|
-
|
83
|
-
rubocop-ast (>= 1.2.0, < 2.0)
|
115
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
116
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
84
117
|
ruby-progressbar (~> 1.7)
|
85
|
-
unicode-display_width (>=
|
86
|
-
rubocop-ast (1.
|
87
|
-
parser (>= 3.
|
88
|
-
|
89
|
-
|
90
|
-
rubocop
|
91
|
-
rubocop-
|
92
|
-
rubocop-
|
93
|
-
rubocop-
|
94
|
-
rubocop-
|
95
|
-
|
96
|
-
rubocop (
|
97
|
-
|
98
|
-
|
118
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
119
|
+
rubocop-ast (1.45.0)
|
120
|
+
parser (>= 3.3.7.2)
|
121
|
+
prism (~> 1.4)
|
122
|
+
rubocop-config-umbrellio (1.75.0.104)
|
123
|
+
rubocop (~> 1.75.0)
|
124
|
+
rubocop-factory_bot (~> 2.27.0)
|
125
|
+
rubocop-performance (~> 1.25.0)
|
126
|
+
rubocop-rails (~> 2.32.0)
|
127
|
+
rubocop-rake (~> 0.7.0)
|
128
|
+
rubocop-rspec (~> 3.6.0)
|
129
|
+
rubocop-sequel (~> 0.4.0)
|
130
|
+
rubocop-factory_bot (2.27.1)
|
131
|
+
lint_roller (~> 1.1)
|
132
|
+
rubocop (~> 1.72, >= 1.72.1)
|
133
|
+
rubocop-performance (1.25.0)
|
134
|
+
lint_roller (~> 1.1)
|
135
|
+
rubocop (>= 1.75.0, < 2.0)
|
136
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
137
|
+
rubocop-rails (2.32.0)
|
99
138
|
activesupport (>= 4.2.0)
|
139
|
+
lint_roller (~> 1.1)
|
100
140
|
rack (>= 1.1)
|
101
|
-
rubocop (>=
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
rubocop (
|
106
|
-
|
107
|
-
|
108
|
-
rubocop (~> 1.
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
141
|
+
rubocop (>= 1.75.0, < 2.0)
|
142
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
143
|
+
rubocop-rake (0.7.1)
|
144
|
+
lint_roller (~> 1.1)
|
145
|
+
rubocop (>= 1.72.1)
|
146
|
+
rubocop-rspec (3.6.0)
|
147
|
+
lint_roller (~> 1.1)
|
148
|
+
rubocop (~> 1.72, >= 1.72.1)
|
149
|
+
rubocop-sequel (0.4.1)
|
150
|
+
lint_roller (~> 1.1)
|
151
|
+
rubocop (>= 1.72.1, < 2)
|
152
|
+
ruby-progressbar (1.13.0)
|
153
|
+
securerandom (0.4.1)
|
154
|
+
sidekiq (8.0.4)
|
155
|
+
connection_pool (>= 2.5.0)
|
156
|
+
json (>= 2.9.0)
|
157
|
+
logger (>= 1.6.2)
|
158
|
+
rack (>= 3.1.0)
|
159
|
+
redis-client (>= 0.23.2)
|
160
|
+
simplecov (0.22.0)
|
116
161
|
docile (~> 1.1)
|
117
162
|
simplecov-html (~> 0.11)
|
118
163
|
simplecov_json_formatter (~> 0.1)
|
119
|
-
simplecov-html (0.
|
164
|
+
simplecov-html (0.13.1)
|
120
165
|
simplecov-lcov (0.8.0)
|
121
|
-
simplecov_json_formatter (0.1.
|
122
|
-
|
166
|
+
simplecov_json_formatter (0.1.4)
|
167
|
+
snaky_hash (2.0.3)
|
168
|
+
hashie (>= 0.1.0, < 6)
|
169
|
+
version_gem (>= 1.1.8, < 3)
|
170
|
+
tzinfo (2.0.6)
|
123
171
|
concurrent-ruby (~> 1.0)
|
124
|
-
unicode-display_width (
|
125
|
-
|
172
|
+
unicode-display_width (3.1.4)
|
173
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
174
|
+
unicode-emoji (4.0.4)
|
175
|
+
uri (1.0.3)
|
176
|
+
version_gem (1.1.8)
|
126
177
|
|
127
178
|
PLATFORMS
|
128
179
|
ruby
|
129
180
|
|
130
181
|
DEPENDENCIES
|
182
|
+
rack-session
|
131
183
|
rack-test
|
132
184
|
rake
|
133
185
|
rspec
|
134
186
|
rubocop-config-umbrellio
|
135
|
-
sidekiq
|
136
187
|
sidekiq_web_google_auth!
|
137
188
|
simplecov
|
138
189
|
simplecov-lcov
|
139
190
|
|
140
191
|
BUNDLED WITH
|
141
|
-
2.
|
192
|
+
2.6.9
|
data/README.md
CHANGED
@@ -26,15 +26,21 @@ Or install it yourself as:
|
|
26
26
|
Initialize builder:
|
27
27
|
|
28
28
|
```ruby
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
# You must provide at least one of: authorized_emails, authorized_email_domains
|
34
|
-
authorized_emails: %w[test@mail.com], # List of authorized emails
|
35
|
-
authorized_emails_domains: %w[mail.com], # List of authorized emails domains
|
36
|
-
)
|
29
|
+
Sidekiq::Web.configure do |sidekiq_config|
|
30
|
+
sidekiq_config.use(OmniAuth::Builder) do
|
31
|
+
# Google OAuth client ID and secret
|
32
|
+
provider(:google_oauth2, "example_client_id", "example_client_secret", name: "oauth")
|
37
33
|
end
|
34
|
+
|
35
|
+
# You must provide at least one of: authorized_emails, authorized_email_domains
|
36
|
+
SidekiqWebGoogleAuth::Extension.authorized_emails = %w[test@mail.com], # List of authorized emails
|
37
|
+
SidekiqWebGoogleAuth::Extension.authorized_emails_domains = %w[mail.com], # List of authorized emails domains
|
38
|
+
sidekiq_config.register(
|
39
|
+
SidekiqWebGoogleAuth::Extension, name: "google-auth", tab: ["Logout"], index: ["logout"]
|
40
|
+
)
|
41
|
+
|
42
|
+
sidekiq_config.use(SidekiqWebGoogleAuth::Builder)
|
43
|
+
end
|
38
44
|
```
|
39
45
|
|
40
46
|
## Contributing
|
@@ -3,24 +3,33 @@
|
|
3
3
|
require_relative "extension"
|
4
4
|
|
5
5
|
module SidekiqWebGoogleAuth
|
6
|
-
class Builder <
|
7
|
-
|
6
|
+
class Builder < Rack::Builder
|
7
|
+
def initialize(app, **, &)
|
8
|
+
@app = app
|
9
|
+
super
|
10
|
+
end
|
8
11
|
|
9
|
-
|
12
|
+
def call(env)
|
13
|
+
accept?(env) ? admit(env) : deny(env)
|
14
|
+
end
|
10
15
|
|
11
|
-
|
12
|
-
invalid_arguments! if authorized_emails.empty? && authorized_emails_domains.empty?
|
13
|
-
super("google_oauth2", *args, options.merge(name: "oauth"), &block)
|
16
|
+
private
|
14
17
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
+
def accept?(env)
|
19
|
+
return true if env["PATH_INFO"].start_with?("/auth")
|
20
|
+
session(env)[:authenticated]
|
18
21
|
end
|
19
22
|
|
20
|
-
|
23
|
+
def admit(env)
|
24
|
+
@app.call(env)
|
25
|
+
end
|
26
|
+
|
27
|
+
def deny(env)
|
28
|
+
[302, { "location" => "#{env["SCRIPT_NAME"]}/auth/page" }, ["Found"]]
|
29
|
+
end
|
21
30
|
|
22
|
-
def
|
23
|
-
|
31
|
+
def session(env)
|
32
|
+
env["rack.session"]
|
24
33
|
end
|
25
34
|
end
|
26
35
|
end
|
@@ -14,13 +14,7 @@ module SidekiqWebGoogleAuth
|
|
14
14
|
authorized_emails_domains.empty? || authorized_emails_domains.include?(email[/(?<=@).+/])
|
15
15
|
end
|
16
16
|
|
17
|
-
def registered(app)
|
18
|
-
app.before do
|
19
|
-
if !session[:authenticated] && !request.path_info.start_with?("/auth")
|
20
|
-
redirect("#{root_path}auth/page")
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
17
|
+
def registered(app)
|
24
18
|
app.get "/auth/page" do
|
25
19
|
"Please <a href='#{root_path}auth/oauth'>authenticate via Google</a>."
|
26
20
|
end
|
@@ -44,8 +38,6 @@ module SidekiqWebGoogleAuth
|
|
44
38
|
session.clear
|
45
39
|
redirect(root_path)
|
46
40
|
end
|
47
|
-
|
48
|
-
app.tabs["Logout"] = "logout"
|
49
41
|
end
|
50
42
|
end
|
51
43
|
end
|
@@ -2,14 +2,14 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "sidekiq_web_google_auth"
|
5
|
-
spec.version = "0.
|
5
|
+
spec.version = "0.2.3"
|
6
6
|
spec.authors = ["Igor Kir"]
|
7
7
|
spec.email = ["igor.kir@cadolabs.io"]
|
8
8
|
|
9
9
|
spec.summary = "Google OAuth for Sidekiq::Web"
|
10
10
|
spec.homepage = "https://github.com/umbrellio/sidekiq_web_google_auth"
|
11
11
|
spec.license = "MIT"
|
12
|
-
spec.required_ruby_version = Gem::Requirement.new(">=
|
12
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 3.3.2")
|
13
13
|
|
14
14
|
spec.metadata["homepage_uri"] = spec.homepage
|
15
15
|
spec.metadata["source_code_uri"] = "https://github.com/umbrellio/sidekiq_web_google_auth"
|
@@ -23,13 +23,7 @@ Gem::Specification.new do |spec|
|
|
23
23
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
24
24
|
spec.require_paths = ["lib"]
|
25
25
|
|
26
|
-
spec.
|
27
|
-
spec.
|
28
|
-
|
29
|
-
spec.add_development_dependency "rack-test"
|
30
|
-
spec.add_development_dependency "rspec"
|
31
|
-
spec.add_development_dependency "rubocop-config-umbrellio"
|
32
|
-
spec.add_development_dependency "sidekiq"
|
33
|
-
spec.add_development_dependency "simplecov"
|
34
|
-
spec.add_development_dependency "simplecov-lcov"
|
26
|
+
spec.add_dependency "omniauth"
|
27
|
+
spec.add_dependency "omniauth-google-oauth2"
|
28
|
+
spec.add_dependency "sidekiq"
|
35
29
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sidekiq_web_google_auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Igor Kir
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: omniauth
|
@@ -38,48 +37,6 @@ dependencies:
|
|
38
37
|
- - ">="
|
39
38
|
- !ruby/object:Gem::Version
|
40
39
|
version: '0'
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: rack-test
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - ">="
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '0'
|
48
|
-
type: :development
|
49
|
-
prerelease: false
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - ">="
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: '0'
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: rspec
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - ">="
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: '0'
|
62
|
-
type: :development
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - ">="
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: '0'
|
69
|
-
- !ruby/object:Gem::Dependency
|
70
|
-
name: rubocop-config-umbrellio
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
-
requirements:
|
73
|
-
- - ">="
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
version: '0'
|
76
|
-
type: :development
|
77
|
-
prerelease: false
|
78
|
-
version_requirements: !ruby/object:Gem::Requirement
|
79
|
-
requirements:
|
80
|
-
- - ">="
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
version: '0'
|
83
40
|
- !ruby/object:Gem::Dependency
|
84
41
|
name: sidekiq
|
85
42
|
requirement: !ruby/object:Gem::Requirement
|
@@ -87,42 +44,13 @@ dependencies:
|
|
87
44
|
- - ">="
|
88
45
|
- !ruby/object:Gem::Version
|
89
46
|
version: '0'
|
90
|
-
type: :
|
91
|
-
prerelease: false
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
93
|
-
requirements:
|
94
|
-
- - ">="
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
version: '0'
|
97
|
-
- !ruby/object:Gem::Dependency
|
98
|
-
name: simplecov
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
100
|
-
requirements:
|
101
|
-
- - ">="
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
version: '0'
|
104
|
-
type: :development
|
105
|
-
prerelease: false
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
107
|
-
requirements:
|
108
|
-
- - ">="
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: '0'
|
111
|
-
- !ruby/object:Gem::Dependency
|
112
|
-
name: simplecov-lcov
|
113
|
-
requirement: !ruby/object:Gem::Requirement
|
114
|
-
requirements:
|
115
|
-
- - ">="
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version: '0'
|
118
|
-
type: :development
|
47
|
+
type: :runtime
|
119
48
|
prerelease: false
|
120
49
|
version_requirements: !ruby/object:Gem::Requirement
|
121
50
|
requirements:
|
122
51
|
- - ">="
|
123
52
|
- !ruby/object:Gem::Version
|
124
53
|
version: '0'
|
125
|
-
description:
|
126
54
|
email:
|
127
55
|
- igor.kir@cadolabs.io
|
128
56
|
executables: []
|
@@ -151,7 +79,6 @@ licenses:
|
|
151
79
|
metadata:
|
152
80
|
homepage_uri: https://github.com/umbrellio/sidekiq_web_google_auth
|
153
81
|
source_code_uri: https://github.com/umbrellio/sidekiq_web_google_auth
|
154
|
-
post_install_message:
|
155
82
|
rdoc_options: []
|
156
83
|
require_paths:
|
157
84
|
- lib
|
@@ -159,15 +86,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
159
86
|
requirements:
|
160
87
|
- - ">="
|
161
88
|
- !ruby/object:Gem::Version
|
162
|
-
version:
|
89
|
+
version: 3.3.2
|
163
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
164
91
|
requirements:
|
165
92
|
- - ">="
|
166
93
|
- !ruby/object:Gem::Version
|
167
94
|
version: '0'
|
168
95
|
requirements: []
|
169
|
-
rubygems_version: 3.
|
170
|
-
signing_key:
|
96
|
+
rubygems_version: 3.6.7
|
171
97
|
specification_version: 4
|
172
98
|
summary: Google OAuth for Sidekiq::Web
|
173
99
|
test_files: []
|