File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,14 @@ Gem::Specification.new do |spec|
8
8
spec . authors = [ 'HAHWUL' ]
9
9
spec . email = [ '[email protected] ' ]
10
10
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'
14
14
spec . required_ruby_version = '>= 3.1.0'
15
15
16
+ # SPDX license identifier for the MIT license
17
+ spec . license = 'MIT'
18
+
16
19
spec . metadata [ 'homepage_uri' ] = spec . homepage
17
20
spec . metadata [ 'source_code_uri' ] = 'https://github.com/caineers/caido-ruby'
18
21
You can’t perform that action at this time.
0 commit comments