Skip to content

Commit

Permalink
Comment out gem signing
Browse files Browse the repository at this point in the history
  • Loading branch information
richhollis committed Aug 10, 2016
1 parent 6605d37 commit b183d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger-docs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.cert_chain = ['certs/gem-public_cert.pem']
spec.signing_key = File.expand_path("~/.gemcert/gem-private_key.pem") if $0 =~ /gem\z/
#spec.cert_chain = ['certs/gem-public_cert.pem']
#spec.signing_key = File.expand_path("~/.gemcert/gem-private_key.pem") if $0 =~ /gem\z/

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake", "~> 10"
Expand Down

0 comments on commit b183d43

Please sign in to comment.