-
-
Notifications
You must be signed in to change notification settings - Fork 245
Expand file tree
/
Copy pathgemspec.yml
More file actions
21 lines (18 loc) · 731 Bytes
/
gemspec.yml
File metadata and controls
21 lines (18 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: bundler-audit
summary: Patch-level verification for Bundler
description: bundler-audit provides patch-level verification for Bundled apps.
license: GPL-3.0-or-later
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://github.com/rubysec/bundler-audit#readme
metadata:
documentation_uri: https://rubydoc.info/gems/bundler-audit
source_code_uri: https://github.com/rubysec/bundler-audit
bug_tracker_uri: https://github.com/rubysec/bundler-audit/issues
changelog_uri: https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 2.0.0"
required_rubygems_version: ">= 1.8.0"
dependencies:
thor: "~> 1.0"
bundler: ">= 1.2.0"