Skip to content

Commit 53ac6b7

Browse files
committed
small fixes
1 parent 6e3d33a commit 53ac6b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

json_mend.gemspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ require_relative 'lib/json_mend/version'
55
Gem::Specification.new do |spec|
66
spec.name = 'json_mend'
77
spec.version = JsonMend::VERSION
8-
spec.authors = ['Alexey Vasiliev']
8+
spec.authors = ['Oleksii Vasyliev']
99
spec.email = ['leopard.not.a@gmail.com']
1010

1111
spec.summary = 'Repair broken JSON'
12-
spec.description = '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'
1313
spec.homepage = 'https://github.com/le0pard/json_mend'
1414
spec.required_ruby_version = '>= 3.1.0'
1515

16-
# spec.metadata['allowed_push_host'] = "TODO: Set to your gem server 'https://example.com'"
17-
1816
spec.metadata['homepage_uri'] = spec.homepage
1917
spec.metadata['source_code_uri'] = 'https://github.com/le0pard/json_mend'
2018
spec.metadata['changelog_uri'] = 'https://github.com/le0pard/json_mend/releases'

0 commit comments

Comments
 (0)