Skip to content

Commit

Permalink
chore: Update Caido gemspec with improved description and license inf…
Browse files Browse the repository at this point in the history
…ormation
  • Loading branch information
hahwul committed Jun 24, 2024
1 parent a9d00dc commit b82a2ac
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions caido.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ Gem::Specification.new do |spec|
spec.authors = ['HAHWUL']
spec.email = ['[email protected]']

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

# SPDX license identifier for the MIT license
spec.license = 'MIT'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/caineers/caido-ruby'

Expand Down

0 comments on commit b82a2ac

Please sign in to comment.