This file is indexed.

/usr/share/rubygems-integration/2.3.0/specifications/github-markdown-0.6.9.gemspec is in ruby-github-markdown 0.6.9-2build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# -*- encoding: utf-8 -*-
# stub: github-markdown 0.6.9 ruby lib
# stub: ext/markdown/extconf.rb

Gem::Specification.new do |s|
  s.name = "github-markdown"
  s.version = "0.6.9"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["GitHub, Inc"]
  s.date = "2016-03-16"
  s.description = "THIS GEM IS NOT MAINTAINED AND NOT SUPPORTED. Self-contained Markdown parser for GitHub, with all our custom extensions"
  s.extensions = ["ext/markdown/extconf.rb"]
  s.files = ["Rakefile", "bin/gfm", "ext/markdown/autolink.c", "ext/markdown/autolink.h", "ext/markdown/buffer.c", "ext/markdown/buffer.h", "ext/markdown/extconf.rb", "ext/markdown/gh-markdown.c", "ext/markdown/houdini.h", "ext/markdown/houdini_href_e.c", "ext/markdown/houdini_html_e.c", "ext/markdown/html.c", "ext/markdown/html.h", "ext/markdown/html_blocks.h", "ext/markdown/markdown.c", "ext/markdown/markdown.h", "ext/markdown/plaintext.c", "ext/markdown/plaintext.h", "ext/markdown/stack.c", "ext/markdown/stack.h", "github-markdown.gemspec", "lib/github/markdown.rb", "test/gfm_test.rb"]
  s.licenses = ["MIT"]
  s.rubygems_version = "2.5.1"
  s.summary = "THIS GEM IS NOT MAINTAINED AND NOT SUPPORTED. The Markdown parser for GitHub.com"
  s.test_files = ["test/gfm_test.rb"]
end