Skip to content

Commit

Permalink
Revert "Remove gem signing so I can push"
Browse files Browse the repository at this point in the history
This reverts commit 285d35a.
  • Loading branch information
parndt committed Aug 28, 2024
1 parent 27de323 commit 8342983
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions awesome_nested_set.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pry-nav'
s.add_development_dependency 'rake', '~> 13'
s.add_development_dependency 'rspec-rails', '>= 4.0.0', '<= 6.2'

s.cert_chain = [File.expand_path('certs/parndt.pem', __dir__)]
if $PROGRAM_NAME =~ /gem\z/ && ARGV.include?('build') && ARGV.include?(__FILE__)
s.signing_key = File.expand_path('~/.ssh/gem-private_key.pem')
end
end

0 comments on commit 8342983

Please sign in to comment.