This file is indexed.

/usr/share/rubygems-integration/1.9.1/specifications/plist-3.1.0.gemspec is in ruby-plist 3.1.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
21
22
23
24
25
26
27
28
# -*- encoding: utf-8 -*-

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

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Ben Bleything and Patrick May"]
  s.autorequire = "plist"
  s.date = "2010-02-23"
  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 = ["Rakefile", "README.rdoc", "CHANGELOG", "LICENSE", "lib/plist/generator.rb", "lib/plist/parser.rb", "lib/plist.rb", "test/test_data_elements.rb", "test/test_generator.rb", "test/test_generator_basic_types.rb", "test/test_generator_collections.rb", "test/test_parser.rb", "test/assets/AlbumData.xml", "test/assets/commented.plist", "test/assets/Cookies.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"]
  s.homepage = "http://plist.rubyforge.org"
  s.require_paths = ["lib"]
  s.rubyforge_project = "plist"
  s.rubygems_version = "1.8.23"
  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"]

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end