mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-02-03 15:23:12 +08:00
11 lines
212 B
Ruby
11 lines
212 B
Ruby
|
|
# -*- encoding: utf-8 -*-
|
||
|
|
# ... REDACTED ...
|
||
|
|
|
||
|
|
Gem::Specification.new do |spec|
|
||
|
|
spec.name = "async".freeze # comment
|
||
|
|
spec.version = "1.25.0"
|
||
|
|
spec.licenses = "MIT" # invalid
|
||
|
|
|
||
|
|
# ... REDACTED ...
|
||
|
|
end
|