Skip to content

Commit fcd3201

Browse files
committed
chore: Update caido-ruby library description and gemspec
1 parent 29ef74b commit fcd3201

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

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

4+
## Introduction
5+
6+
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.
7+
48
## Installation
59

610
```bash

caido.gemspec

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

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.'
11+
spec.summary = 'The caido-ruby library simplifies using Caido\'s API in Ruby applications.'
12+
spec.description = 'The caido-ruby library simplifies using Caido\'s API in Ruby applications.
13+
Caido is lightweight web security auditing toolkit.'
1314
spec.homepage = 'https://rubygems.org/gems/caido'
1415
spec.required_ruby_version = '>= 3.1.0'
1516

0 commit comments

Comments
 (0)