File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44require 'omniauth-gitlab/version'
55
66Gem ::Specification . new do |gem |
7- gem . name = " omniauth-gitlab"
7+ gem . name = ' omniauth-gitlab'
88 gem . version = Omniauth ::Gitlab ::VERSION
9- gem . authors = [ " ssein" ]
10- gem . email = [ "ssein@undev.ru" ]
9+ gem . authors = [ ' ssein' ]
10+ gem . email = [ 'linchus@gmail.com' ]
1111 gem . description = %q{This is the strategy for authenticating to your GitLab service}
1212 gem . summary = %q{This is the strategy for authenticating to your GitLab service}
13- gem . homepage = ""
13+ gem . homepage = 'https://github.com/linchus/omniauth-gitlab'
1414
1515 gem . files = `git ls-files` . split ( $/)
1616 gem . executables = gem . files . grep ( %r{^bin/} ) . map { |f | File . basename ( f ) }
1717 gem . test_files = gem . files . grep ( %r{^(test|spec|features)/} )
18- gem . require_paths = [ " lib" ]
18+ gem . require_paths = [ ' lib' ]
1919
2020 gem . add_dependency 'omniauth' , '~> 1.0'
2121 gem . add_dependency 'omniauth-oauth2' , '~> 1.0'
You can’t perform that action at this time.
0 commit comments