We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7637bff commit daa56f5Copy full SHA for daa56f5
1 file changed
graphql-anycable.gemspec
@@ -17,6 +17,10 @@ Gem::Specification.new do |spec|
17
spec.homepage = "https://github.com/Envek/graphql-anycable"
18
spec.license = "MIT"
19
20
+ spec.metadata = {
21
+ "rubygems_mfa_required" => "true"
22
+ }
23
+
24
# Specify which files should be added to the gem when it is released.
25
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
26
spec.files = Dir.chdir(File.expand_path(__dir__)) do
0 commit comments