File: malformed01.gemspec

package info (click to toggle)
golang-github-aquasecurity-go-dep-parser 0.0~git20220110.4a30ebc-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 19,096 kB
  • sloc: xml: 673; php: 7; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# -*- encoding: utf-8 -*-
# ... REDACTED ...

# Missing version attribute.

Gem::Specification.new do |s|
    s.name = "async".freeze

    # ... REDACTED ...
end