forked from omniauth/omniauth_openid_connect
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sergei Tsoganov
authored and
Sergei Tsoganov
committed
Aug 15, 2023
1 parent
2abec98
commit 09f44ed
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|