Skip to content

Commit 175eaba

Browse files
committed
fix gemspec description/summary
1 parent 4358496 commit 175eaba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql-rails-generators.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
44
s.version = GraphqlRailsGenerators::VERSION
55
s.platform = Gem::Platform::RUBY
66
s.date = '2019-11-26'
7-
s.summary = "Hola!"
8-
s.description = "A simple hello world gem"
7+
s.summary = "Rails graphql generators"
8+
s.description = "Rails graphql generators"
99
s.authors = ["Alex Sharp"]
1010
s.email = '[email protected]'
1111
s.files = Dir["{lib}/**/*.rb", "LICENSE", "*.md"]

0 commit comments

Comments
 (0)