Skip to content

Commit b82a2ac

Browse files
committed
chore: Update Caido gemspec with improved description and license information
1 parent a9d00dc commit b82a2ac

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

caido.gemspec

+6-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ Gem::Specification.new do |spec|
88
spec.authors = ['HAHWUL']
99
spec.email = ['[email protected]']
1010

11-
spec.summary = 'Ruby implementation of Caido'
12-
spec.description = 'Tuby implementation of Caido'
13-
spec.homepage = 'https://github.com/caineers/caido-ruby'
11+
spec.summary = 'Ruby implementation of Caido\'s API'
12+
spec.description = 'Ruby implementation of Caido\'s API. Caido is lightweight web security auditing toolkit.'
13+
spec.homepage = 'https://rubygems.org/gems/caido'
1414
spec.required_ruby_version = '>= 3.1.0'
1515

16+
# SPDX license identifier for the MIT license
17+
spec.license = 'MIT'
18+
1619
spec.metadata['homepage_uri'] = spec.homepage
1720
spec.metadata['source_code_uri'] = 'https://github.com/caineers/caido-ruby'
1821

0 commit comments

Comments
 (0)