rubygems_mfa_required

This commit is contained in:
Gwenhael Le Moine 2023-04-06 14:12:30 +02:00
parent 5ed8f74aed
commit 25ff36869d
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
# frozen_string_literal: true
module MineHunt
VERSION = '1.1.0'
VERSION = '1.1.1'
class Cell
attr_accessor :mine,

View file

@ -21,4 +21,5 @@ Gem::Specification.new do |s|
s.executables << 'gosuhunt'
s.required_ruby_version = '> 3'
s.metadata['rubygems_mfa_required'] = 'true'
end