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
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module MineHunt
|
module MineHunt
|
||||||
VERSION = '1.1.0'
|
VERSION = '1.1.1'
|
||||||
|
|
||||||
class Cell
|
class Cell
|
||||||
attr_accessor :mine,
|
attr_accessor :mine,
|
||||||
|
|
|
@ -21,4 +21,5 @@ Gem::Specification.new do |s|
|
||||||
s.executables << 'gosuhunt'
|
s.executables << 'gosuhunt'
|
||||||
|
|
||||||
s.required_ruby_version = '> 3'
|
s.required_ruby_version = '> 3'
|
||||||
|
s.metadata['rubygems_mfa_required'] = 'true'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue