-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgemspec.yml
More file actions
26 lines (21 loc) · 738 Bytes
/
Copy pathgemspec.yml
File metadata and controls
26 lines (21 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: ruby-ncrack
summary: A Ruby interface to Ncrack.
description:
A Ruby interface to Ncrack, Network authentication cracking tool.
license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: http://github.com/postmodern/ruby-ncrack#readme
has_yard: true
metadata:
documentation_uri: https://rubydoc.info/gems/ruby-ncrack
source_code_uri: https://github.com/postmodern/ruby-ncrack
bug_tracker_uri: https://github.com/postmodern/ruby-ncrack/issues
changelog_uri: https://github.com/postmodern/ruby-ncrack/blob/master/ChangeLog.md
rubygems_mfa_required: 'true'
requirements: "ncrack >= 0.7"
dependencies:
command_mapper: ~> 0.1
nokogiri: ~> 1.0
development_dependencies:
bundler: ">= 2.0.0"