Skip to content

Commit

Permalink
nobody is using certs ...
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jul 2, 2014
1 parent 3b5f4e6 commit 31b457f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
5 changes: 0 additions & 5 deletions GEM_NAME.gemspec
Expand Up @@ -8,9 +8,4 @@ Gem::Specification.new name, GEM_CLASS_NAME::VERSION do |s|
s.homepage = "https://github.com/AUTHOR_GITHUB/#{name}"
s.files = `git ls-files lib/ bin/ MIT-LICENSE`.split("\n")
s.license = "MIT"
cert = File.expand_path("~/.ssh/gem-private-key-AUTHOR_GITHUB.pem")
if File.exist?(cert)
s.signing_key = cert
s.cert_chain = ["gem-public_cert.pem"]
end
end
21 changes: 0 additions & 21 deletions gem-public_cert.pem

This file was deleted.

0 comments on commit 31b457f

Please sign in to comment.