Skip to content

Commit

Permalink
Move allowed_push_host in gemspec to all other metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
miry committed May 23, 2022
1 parent a435822 commit 551ca26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions semian.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ Gem::Specification.new do |s|
s.email = '[email protected]'
s.license = 'MIT'

s.metadata['allowed_push_host'] = 'https://rubygems.org'

s.files = Dir['{lib,ext}/**/**/*.{rb,h,c}']
s.extensions = ['ext/semian/extconf.rb']

s.metadata = {
'changelog_uri' => 'https://github.com/Shopify/semian/blob/master/CHANGELOG.md',
'allowed_push_host' => 'https://rubygems.org',
'bug_tracker_uri' => 'https://github.com/Shopify/semian/issues',
'changelog_uri' => 'https://github.com/Shopify/semian/blob/master/CHANGELOG.md',
'source_code_uri' => 'https://github.com/Shopify/semian',
}
end

0 comments on commit 551ca26

Please sign in to comment.