This file is indexed.

/usr/share/rubygems-integration/all/specifications/syslog-logger-1.6.8.gemspec is in ruby-syslog-logger 1.6.8-1.

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
21
# -*- encoding: utf-8 -*-
# stub: syslog-logger 1.6.8 ruby lib

Gem::Specification.new do |s|
  s.name = "syslog-logger"
  s.version = "1.6.8"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Eric Hodel; Chris Powell; Matthew Boeh; Ian Lesperance; Dana Danger; Brian Smith; Ashley Martens"]
  s.date = "2016-03-31"
  s.description = "An improved Logger replacement that logs to syslog. It is almost drop-in with a few caveats."
  s.email = "teamplatform@ngmoco.com"
  s.extra_rdoc_files = ["README.rdoc"]
  s.files = ["README.rdoc", "lib/syslog-formatter.rb", "lib/syslog-logger.rb", "test/test_syslog_logger.rb"]
  s.homepage = "http://github.com/ngmoco/syslog_logger"
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "SyslogLogger", "--main", "README.rdoc"]
  s.rubygems_version = "2.5.1"
  s.summary = "An improved Logger replacement that logs to syslog. It is almost drop-in with a few caveats."
  s.test_files = ["test/test_syslog_logger.rb"]
end