Skip to content

Commit

Permalink
Stop signing gem [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Mar 6, 2014
1 parent 3e380a0 commit 507132a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
20 changes: 0 additions & 20 deletions certs/sferik.pem

This file was deleted.

2 changes: 0 additions & 2 deletions omniauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rack', '~> 1.0'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.authors = ['Michael Bleigh', 'Erik Michaels-Ober']
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 = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
Expand All @@ -17,7 +16,6 @@ Gem::Specification.new do |spec|
spec.name = 'omniauth'
spec.require_paths = ['lib']
spec.required_rubygems_version = '>= 1.3.5'
spec.signing_key = File.expand_path('~/.gem/private_key.pem') if $PROGRAM_NAME =~ /gem\z/
spec.summary = spec.description
spec.test_files = spec.files.grep(/^spec\//)
spec.version = OmniAuth::VERSION
Expand Down

0 comments on commit 507132a

Please sign in to comment.