From 9411dc406b00035ad2521a8fcbd0c849360d37fe Mon Sep 17 00:00:00 2001 From: Guslington Date: Thu, 4 Feb 2021 10:52:23 +1100 Subject: [PATCH] allow gem to be pushed to githib packages --- cfn-vpn.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfn-vpn.gemspec b/cfn-vpn.gemspec index 7b7fd40..1c78500 100644 --- a/cfn-vpn.gemspec +++ b/cfn-vpn.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |spec| # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. if spec.respond_to?(:metadata) - spec.metadata["allowed_push_host"] = 'https://rubygems.org' + spec.metadata["allowed_push_host"] = 'https://rubygems.pkg.github.com/base2Services' spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/base2services/aws-client-vpn"