1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Update homepage

This commit is contained in:
Erik Michaels-Ober 2016-08-05 14:13:54 -07:00
parent 1cc1cf4b28
commit b9bc3bb9de

View file

@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.description = 'A generalized Rack framework for multiple-provider authentication.'
spec.email = ['michael@intridea.com', 'sferik@gmail.com', 'tmilewski@gmail.com']
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('spec/') }
spec.homepage = 'http://github.com/intridea/omniauth'
spec.homepage = 'https://github.com/omniauth/omniauth'
spec.licenses = %w(MIT)
spec.name = 'omniauth'
spec.require_paths = %w(lib)