From b37548ca75e2e25b8f3c08cf22801ef1f6d1d631 Mon Sep 17 00:00:00 2001 From: David Cruwys Date: Wed, 19 Jun 2024 10:18:36 +0700 Subject: [PATCH] feat: moved repo to appydave organization --- openai_101.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openai_101.gemspec b/openai_101.gemspec index 3a3b5a6..123d2c7 100644 --- a/openai_101.gemspec +++ b/openai_101.gemspec @@ -16,6 +16,8 @@ Gem::Specification.new do |spec| spec.homepage = 'http://appydave.com/gems/openai_101' spec.license = 'MIT' + # 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. raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.' unless spec.respond_to?(:metadata) # spec.metadata['allowed_push_host'] = "Set to 'http://mygemserver.com'"