Skip to content

Commit

Permalink
Remove gem cert chain to use Trusted Publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Nov 14, 2024
1 parent 276a472 commit 3d32141
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions awesome_nested_set.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,4 @@ 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', '< 8.0'

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 3d32141

Please sign in to comment.