Skip to content

Commit daa56f5

Browse files
committed
* gemspec: require mfa
1 parent 7637bff commit daa56f5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

graphql-anycable.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Gem::Specification.new do |spec|
1717
spec.homepage = "https://github.com/Envek/graphql-anycable"
1818
spec.license = "MIT"
1919

20+
spec.metadata = {
21+
"rubygems_mfa_required" => "true"
22+
}
23+
2024
# Specify which files should be added to the gem when it is released.
2125
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
2226
spec.files = Dir.chdir(File.expand_path(__dir__)) do

0 commit comments

Comments
 (0)