Skip to content

Commit bb85094

Browse files
committed
Update gemspec
1 parent 71897fd commit bb85094

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

omniauth-gitlab.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'omniauth-gitlab/version'
55

66
Gem::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'

0 commit comments

Comments
 (0)