diff --git a/lib/omniauth/tara/user_info.rb b/lib/omniauth/tara/user_info.rb index 383681ea..1e920506 100644 --- a/lib/omniauth/tara/user_info.rb +++ b/lib/omniauth/tara/user_info.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'openid_connect' module OmniAuth @@ -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= diff --git a/omniauth_tara.gemspec b/omniauth_tara.gemspec index 8fa0f5e9..aec34da8 100644 --- a/omniauth_tara.gemspec +++ b/omniauth_tara.gemspec @@ -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 = ['jjbohn@gmail.com', 'm0n9oose@gmail.com', 'artur.beljajev@internet.ee', 'maciej.szlosarczyk@eestiinternet.ee', - 'sergei.tsoganov@internet.ee'] + spec.authors = ['John Bohn', 'Ilya Shcherbinin', 'Artur Beljajev', + 'Maciej Szlosarczyk', + 'Sergei Tsõganov'] + spec.email = ['jjbohn@gmail.com', 'm0n9oose@gmail.com', 'artur.beljajev@internet.ee', + 'maciej.szlosarczyk@eestiinternet.ee', + 'sergei.tsoganov@internet.ee'] 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'