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

Add @tmilewski to authors in gemspec. Closes #744

This commit is contained in:
tmilewski 2014-05-30 14:07:21 -04:00
parent dd132de8e3
commit 60f2c9d545

View file

@ -7,9 +7,9 @@ Gem::Specification.new do |spec|
spec.add_dependency 'hashie', ['>= 1.2', '< 3']
spec.add_dependency 'rack', '~> 1.0'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.authors = ['Michael Bleigh', 'Erik Michaels-Ober']
spec.authors = ['Michael Bleigh', 'Erik Michaels-Ober', 'Tom Milewski']
spec.description = %q(A generalized Rack framework for multiple-provider authentication.)
spec.email = ['michael@intridea.com', 'sferik@gmail.com']
spec.email = ['michael@intridea.com', 'sferik@gmail.com', 'tmilewski@gmail.com']
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.homepage = 'http://github.com/intridea/omniauth'
spec.licenses = %w(MIT)