From fa832eeb1287e06ee429447a74ec646c076ed008 Mon Sep 17 00:00:00 2001 From: darronschall Date: Fri, 10 May 2024 14:01:57 -0400 Subject: [PATCH] Remove `allowed_push_host`. --- protoc-gen-twirp_ruby.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/protoc-gen-twirp_ruby.gemspec b/protoc-gen-twirp_ruby.gemspec index a95e74f..6640c20 100644 --- a/protoc-gen-twirp_ruby.gemspec +++ b/protoc-gen-twirp_ruby.gemspec @@ -16,8 +16,6 @@ Gem::Specification.new do |spec| spec.required_ruby_version = ">= 3.0.0" - spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'" - spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/collectiveidea/protoc-gen-twirp_ruby" spec.metadata["changelog_uri"] = "https://github.com/collectiveidea/protoc-gen-twirp_ruby/blob/main/CHANGELOG.md"