This file is indexed.

/usr/share/rubygems-integration/all/specifications/lumberjack-1.0.9.gemspec is in ruby-lumberjack 1.0.9-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: lumberjack 1.0.9 ruby lib

Gem::Specification.new do |s|
  s.name = "lumberjack"
  s.version = "1.0.9"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Brian Durand"]
  s.date = "2015-05-30"
  s.description = "A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. Provides support for automatically rolling log files even with multiple processes writing the same log file."
  s.email = ["bdurand@embellishedvisions.com"]
  s.extra_rdoc_files = ["README.rdoc"]
  s.files = ["MIT_LICENSE", "README.rdoc", "Rakefile", "VERSION", "lib/lumberjack", "lib/lumberjack.rb", "lib/lumberjack/device", "lib/lumberjack/device.rb", "lib/lumberjack/device/date_rolling_log_file.rb", "lib/lumberjack/device/log_file.rb", "lib/lumberjack/device/null.rb", "lib/lumberjack/device/rolling_log_file.rb", "lib/lumberjack/device/size_rolling_log_file.rb", "lib/lumberjack/device/writer.rb", "lib/lumberjack/formatter", "lib/lumberjack/formatter.rb", "lib/lumberjack/formatter/exception_formatter.rb", "lib/lumberjack/formatter/inspect_formatter.rb", "lib/lumberjack/formatter/pretty_print_formatter.rb", "lib/lumberjack/formatter/string_formatter.rb", "lib/lumberjack/log_entry.rb", "lib/lumberjack/logger.rb", "lib/lumberjack/rack", "lib/lumberjack/rack.rb", "lib/lumberjack/rack/unit_of_work.rb", "lib/lumberjack/severity.rb", "lib/lumberjack/template.rb", "spec/device", "spec/device/date_rolling_log_file_spec.rb", "spec/device/log_file_spec.rb", "spec/device/null_spec.rb", "spec/device/rolling_log_file_spec.rb", "spec/device/size_rolling_log_file_spec.rb", "spec/device/writer_spec.rb", "spec/formatter", "spec/formatter/exception_formatter_spec.rb", "spec/formatter/inspect_formatter_spec.rb", "spec/formatter/pretty_print_formatter_spec.rb", "spec/formatter/string_formatter_spec.rb", "spec/formatter_spec.rb", "spec/log_entry_spec.rb", "spec/logger_spec.rb", "spec/lumberjack_spec.rb", "spec/rack", "spec/rack/unit_of_work_spec.rb", "spec/severity_spec.rb", "spec/spec_helper.rb", "spec/template_spec.rb"]
  s.homepage = "http://github.com/bdurand/lumberjack"
  s.licenses = ["MIT"]
  s.rdoc_options = ["--charset=UTF-8", "--main", "README.rdoc"]
  s.rubygems_version = "2.2.2"
  s.summary = "A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger."
end