Skip to content

Commit

Permalink
chore: Update caido-ruby library description and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Jun 24, 2024
1 parent 29ef74b commit fcd3201
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

<img alt="caido-ruby" src="https://github.com/caineers/caido-ruby/assets/13212227/b58b2d5e-890c-49c2-a5f5-06168267beae" width="450px;">

## Introduction

Caido is a lightweight web security auditing toolkit designed to assist developers and security professionals in identifying vulnerabilities within web applications. The caido-ruby library serves as a Ruby implementation of Caido's API, providing a seamless and efficient way for Ruby developers to integrate Caido's powerful security auditing capabilities into their applications.

## Installation

```bash
Expand Down
5 changes: 3 additions & 2 deletions caido.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Gem::Specification.new do |spec|
spec.authors = ['HAHWUL']
spec.email = ['[email protected]']

spec.summary = 'Ruby implementation of Caido\'s API'
spec.description = 'Ruby implementation of Caido\'s API. Caido is lightweight web security auditing toolkit.'
spec.summary = 'The caido-ruby library simplifies using Caido\'s API in Ruby applications.'
spec.description = 'The caido-ruby library simplifies using Caido\'s API in Ruby applications.
Caido is lightweight web security auditing toolkit.'
spec.homepage = 'https://rubygems.org/gems/caido'
spec.required_ruby_version = '>= 3.1.0'

Expand Down

0 comments on commit fcd3201

Please sign in to comment.