From 4d6fbb77985fe71cd1742ee72c49b00e0c3a43dd Mon Sep 17 00:00:00 2001 From: mizuki-y Date: Thu, 2 Apr 2026 03:38:21 +0900 Subject: [PATCH] Fix gemspec summary wording --- structured_params.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structured_params.gemspec b/structured_params.gemspec index 82b241c..e4e868a 100644 --- a/structured_params.gemspec +++ b/structured_params.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.authors = ['Mizuki Yamamoto'] spec.email = ['mizuki-y@syati.info'] - spec.summary = 'StructuredParams allows you to validate pass parameter.' + spec.summary = 'Type-safe parameter validation and form objects for Rails.' spec.description = '' spec.homepage = 'https://github.com/Syati/structured_params' spec.license = 'MIT'