1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
This commit is contained in:
Erik Michaels-Ober 2013-02-10 07:36:36 -08:00
parent 42086455a2
commit afc2cab80a

View file

@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rack'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.authors = ['Michael Bleigh', 'Erik Michaels-Ober']
spec.cert_chain = ['certs/sferik.pem']
spec.cert_chain = %w(certs/sferik.pem)
spec.description = %q{A generalized Rack framework for multiple-provider authentication.}
spec.email = ['michael@intridea.com', 'sferik@gmail.com']
spec.files = %w(.yardopts LICENSE.md README.md Rakefile omniauth.gemspec)