Add allowed_push_host to gemspec to allow releases

This commit is contained in:
Dylan Thacker-Smith
2023-01-11 10:31:25 -05:00
parent 30a656920d
commit 1f8bafcb84
+2
View File
@@ -26,6 +26,8 @@ Gem::Specification.new do |s|
s.require_path = "lib"
s.metadata["allowed_push_host"] = "https://rubygems.org"
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'minitest'
end