From c91a6827f25ca456de2743f1a7de0f624f617235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Cournoyer?= Date: Wed, 6 Jan 2021 10:03:13 -0500 Subject: [PATCH] Add allowed_push_host to gemspec Required to push gem to rubygems. --- liquid.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/liquid.gemspec b/liquid.gemspec index 9a26162..bb668f5 100644 --- a/liquid.gemspec +++ b/liquid.gemspec @@ -20,6 +20,8 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 2.5.0" s.required_rubygems_version = ">= 1.3.7" + s.metadata['allowed_push_host'] = 'https://rubygems.org' + s.test_files = Dir.glob("{test}/**/*") s.files = Dir.glob("{lib}/**/*") + %w(LICENSE README.md)