Skip to content

Commit

Permalink
Fixed rubocop errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Tsoganov authored and Sergei Tsoganov committed Aug 15, 2023
1 parent 2abec98 commit 09f44ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion lib/omniauth/tara/user_info.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'openid_connect'

module OmniAuth
Expand All @@ -14,7 +16,7 @@ class UserInfo < OpenIDConnect::ConnectObject
:email_verified,
:phone_number,
:phone_number_verified,
:profile_attributes,
:profile_attributes
)
alias subject sub
alias subject= sub=
Expand Down
10 changes: 6 additions & 4 deletions omniauth_tara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.7'
spec.name = 'omniauth-tara'
spec.version = OmniAuth::Tara::VERSION
spec.authors = ['John Bohn', 'Ilya Shcherbinin', 'Artur Beljajev', 'Maciej Szlosarczyk',
'Sergei Tsõganov']
spec.email = ['[email protected]', '[email protected]', '[email protected]', '[email protected]',
'[email protected]']
spec.authors = ['John Bohn', 'Ilya Shcherbinin', 'Artur Beljajev',
'Maciej Szlosarczyk',
'Sergei Tsõganov']
spec.email = ['[email protected]', '[email protected]', '[email protected]',
'[email protected]',
'[email protected]']
spec.summary = 'TARA-Doku (https://github.com/e-gov/TARA-Doku) strategy for OmniAuth'
spec.description = 'TARA-Doku (https://github.com/e-gov/TARA-Doku) strategy for OmniAuth'
spec.homepage = 'https://github.com/internetee/omniauth-tara'
Expand Down

0 comments on commit 09f44ed

Please sign in to comment.