mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-02-06 00:33:21 +08:00
11 lines
162 B
Ruby
11 lines
162 B
Ruby
|
|
# -*- encoding: utf-8 -*-
|
||
|
|
# ... REDACTED ...
|
||
|
|
|
||
|
|
# Missing version attribute.
|
||
|
|
|
||
|
|
Gem::Specification.new do |s|
|
||
|
|
s.name = "async".freeze
|
||
|
|
|
||
|
|
# ... REDACTED ...
|
||
|
|
end
|