Skip to content

Commit ef8ca4d

Browse files
committed
small fixes
1 parent 53ac6b7 commit ef8ca4d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

json_mend.gemspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ Gem::Specification.new do |spec|
99
spec.email = ['leopard.not.a@gmail.com']
1010

1111
spec.summary = 'Repair broken JSON'
12-
spec.description = 'JsonMend is a robust Ruby gem designed to repair broken or malformed JSON strings. It is specifically optimized to handle common errors found in JSON generated by Large Language Models (LLMs), such as missing quotes, trailing commas, unescaped characters, and stray comments'
12+
spec.description = [
13+
'JsonMend is a robust Ruby gem designed to repair broken or malformed JSON strings.',
14+
'It is specifically optimized to handle common errors found in JSON generated by Large Language Models (LLMs),',
15+
'such as missing quotes, trailing commas, unescaped characters, and stray comments'
16+
].join(' ')
1317
spec.homepage = 'https://github.com/le0pard/json_mend'
1418
spec.required_ruby_version = '>= 3.1.0'
1519

0 commit comments

Comments
 (0)