Skip to content

Commit

Permalink
Change gemspec to include certs
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jan 15, 2020
1 parent 5e639fa commit 4bf5c8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tty-tree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Gem::Specification.new do |spec|
spec.executables = []
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.0.0"
spec.cert_chain = ["certs/piotrmurach.pem"]
spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/

spec.add_development_dependency "bundler", ">= 1.14.0"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 4bf5c8f

Please sign in to comment.