From a2dcc4c212ed519cc7e44d96d6b561c6fb66f831 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Thu, 15 Aug 2024 18:22:45 +0900 Subject: [PATCH] Fix gem's description --- mjollnir.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mjollnir.gemspec b/mjollnir.gemspec index 03fea89..8b4bdd7 100644 --- a/mjollnir.gemspec +++ b/mjollnir.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |spec| spec.authors = ['S-H-GAMELINKS'] spec.email = ['gamelinks007@gmail.com'] - spec.summary = 'lrama gen parser binding' - spec.description = 'lrama gen parser binding' + spec.summary = 'Trying to Make Ruby's Parser Available as a Gem' + spec.description = 'Trying to Make Ruby's Parser Available as a Gem' spec.homepage = 'https://github.com/S-H-GAMELINKS/mjollnir' spec.license = 'MIT' spec.required_ruby_version = '>= 3.0.0'