From a2f038f025e29980bb2bedff2b819decd0bf01ce Mon Sep 17 00:00:00 2001 From: Piotr Murach Date: Mon, 15 Jan 2024 22:12:53 +0000 Subject: [PATCH] Add required rubygems MFA metadata to the gemspec --- tty-cursor.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/tty-cursor.gemspec b/tty-cursor.gemspec index 1d0f390..0b9a4ac 100644 --- a/tty-cursor.gemspec +++ b/tty-cursor.gemspec @@ -17,6 +17,7 @@ Gem::Specification.new do |spec| "documentation_uri" => "https://www.rubydoc.info/gems/tty-cursor", "funding_uri" => "https://github.com/sponsors/piotrmurach", "homepage_uri" => spec.homepage, + "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/piotrmurach/tty-cursor" } end