From dafe5371163c19c22369b5d8c9fdbe4dbbb36151 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sat, 25 Jan 2020 16:50:54 +0100 Subject: [PATCH] Allow pushing gem to rubygems --- namarara.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/namarara.gemspec b/namarara.gemspec index 55696d5..87b9459 100644 --- a/namarara.gemspec +++ b/namarara.gemspec @@ -11,13 +11,13 @@ Gem::Specification.new do |spec| spec.summary = %q{A library and tools for parsing boolean expressions} spec.description = %q{A library and tools for parsing boolean expressions} - spec.homepage = 'https://datatransition.net' + spec.homepage = 'https://github.com/glenux/namarara/' 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. if spec.respond_to?(:metadata) - spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'" + spec.metadata["allowed_push_host"] = "https://rubygems.org" else raise "RubyGems 2.0 or newer is required to protect against " \ "public gem pushes."