This file is indexed.

/usr/share/rubygems-integration/all/specifications/plist-3.2.0.gemspec is in ruby-plist 3.2.0-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
# -*- encoding: utf-8 -*-
# stub: plist 3.2.0 ruby lib

Gem::Specification.new do |s|
  s.name = "plist"
  s.version = "3.2.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Ben Bleything and Patrick Way"]
  s.autorequire = "plist"
  s.date = "2016-03-04"
  s.description = "Plist is a library to manipulate Property List files, also known as plists.  It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects.\n"
  s.files = ["CHANGELOG", "LICENSE", "README.rdoc", "Rakefile", "lib/plist.rb", "lib/plist/generator.rb", "lib/plist/parser.rb", "test/assets/AlbumData.xml", "test/assets/Cookies.plist", "test/assets/commented.plist", "test/assets/example_data.bin", "test/assets/example_data.jpg", "test/assets/example_data.plist", "test/assets/test_data_elements.plist", "test/assets/test_empty_key.plist", "test/test_data_elements.rb", "test/test_generator.rb", "test/test_generator_basic_types.rb", "test/test_generator_collections.rb", "test/test_parser.rb"]
  s.homepage = "http://plist.rubyforge.org"
  s.rubyforge_project = "plist"
  s.rubygems_version = "2.4.5.1"
  s.summary = "All-purpose Property List manipulation library."
  s.test_files = ["test/test_data_elements.rb", "test/test_generator.rb", "test/test_generator_basic_types.rb", "test/test_generator_collections.rb", "test/test_parser.rb"]
end