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:
parent
dd132de8e3
commit
60f2c9d545
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue