Skip to content

Commit

Permalink
Use %w
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 10, 2013
1 parent 4208645 commit afc2cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth.gemspec
Expand Up @@ -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)
Expand Down

0 comments on commit afc2cab

Please sign in to comment.