Rename public certificate

This commit is contained in:
Erik Michaels-Ober 2013-02-07 08:57:39 -08:00
parent ad50c22f7d
commit 27915a1dfb
2 changed files with 1 additions and 1 deletions

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 = ['public_cert.pem']
spec.cert_chain = ['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)