File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,10 @@ Gem::Specification.new do |spec|
99 spec . authors = [ "nettofarah" ]
1010 spec . email = [ "nettofarah@gmail.com" ]
1111
12- spec . summary = %q{Write a short summary, because Rubygems requires one.}
13- spec . description = %q{Write a longer description or delete this line.}
12+ spec . summary = %q{GraphQL::QueryResolver is an add-on to graphql-ruby that allows your field resolvers to minimize N+1 SELECTS issued by ActiveRecord. }
1413 spec . homepage = "https://github.com/nettofarah"
1514 spec . license = "MIT"
1615
17- # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
18- # delete this section to allow pushing this gem to any host.
19- if spec . respond_to? ( :metadata )
20- spec . metadata [ 'allowed_push_host' ] = "TODO: Set to 'http://mygemserver.com'"
21- else
22- raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23- end
24-
2516 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
2617 spec . bindir = "exe"
2718 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments