We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679ad50 commit eec173bCopy full SHA for eec173b
graphql-client.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
s.description = "A Ruby library for declaring, composing and executing GraphQL queries"
7
s.homepage = "https://github.com/github-community-projects/graphql-client"
8
s.license = "MIT"
9
-
+ s.metadata = { "rubygems_mfa_required" => "true" }
10
s.files = Dir["README.md", "LICENSE", "lib/**/*.rb"]
11
12
s.add_dependency "activesupport", ">= 3.0"
0 commit comments