rubygems_mfa_required
This commit is contained in:
parent
5ed8f74aed
commit
25ff36869d
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module MineHunt
|
||||
VERSION = '1.1.0'
|
||||
VERSION = '1.1.1'
|
||||
|
||||
class Cell
|
||||
attr_accessor :mine,
|
||||
|
|
|
@ -21,4 +21,5 @@ Gem::Specification.new do |s|
|
|||
s.executables << 'gosuhunt'
|
||||
|
||||
s.required_ruby_version = '> 3'
|
||||
s.metadata['rubygems_mfa_required'] = 'true'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue