This file is indexed.

/usr/share/rubygems-integration/all/specifications/pathname2-1.7.4.gemspec is in ruby-pathname2 1.7.4-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
29
30
31
32
33
34
35
36
37
38
39
40
# -*- encoding: utf-8 -*-
# stub: pathname2 1.7.4 ruby lib

Gem::Specification.new do |s|
  s.name = "pathname2"
  s.version = "1.7.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Daniel J. Berger"]
  s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDcDCCAligAwIBAgIBATANBgkqhkiG9w0BAQUFADA/MREwDwYDVQQDDAhkamJl\ncmc5NjEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYDY29t\nMB4XDTE1MDkwMjIwNDkxOFoXDTE2MDkwMTIwNDkxOFowPzERMA8GA1UEAwwIZGpi\nZXJnOTYxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv\nbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMyTkvXqRp6hLs9eoJOS\nHmi8kRYbq9Vkf15/hMxJpotYMgJVHHWrmDcC5Dye2PbnXjTkKf266Zw0PtT9h+lI\nS3ts9HO+vaCFSMwFFZmnWJSpQ3CNw2RcHxjWkk9yF7imEM8Kz9ojhiDXzBetdV6M\ngr0lV/alUr7TNVBDngbXEfTWscyXh1qd7xZ4EcOdsDktCe5G45N/o3662tPQvJsi\nFOF0CM/KuBsa/HL1/eoEmF4B3EKIRfTHrQ3hu20Kv3RJ88QM4ec2+0dd97uX693O\nzv6981fyEg+aXLkxrkViM/tz2qR2ZE0jPhHTREPYeMEgptRkTmWSKAuLVWrJEfgl\nDtkCAwEAAaN3MHUwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFEwe\nnn6bfJADmuIDiMSOzedOrL+xMB0GA1UdEQQWMBSBEmRqYmVyZzk2QGdtYWlsLmNv\nbTAdBgNVHRIEFjAUgRJkamJlcmc5NkBnbWFpbC5jb20wDQYJKoZIhvcNAQEFBQAD\nggEBAHmNOCWoDVD75zHFueY0viwGDVP1BNGFC+yXcb7u2GlK+nEMCORqzURbYPf7\ntL+/hzmePIRz7i30UM//64GI1NLv9jl7nIwjhPpXpf7/lu2I9hOTsvwSumb5UiKC\n/sqBxI3sfj9pr79Wpv4MuikX1XPik7Ncb7NPsJPw06Lvyc3Hkg5X2XpPtLtS+Gr2\nwKJnmzb5rIPS1cmsqv0M9LPWflzfwoZ/SpnmhagP+g05p8bRNKjZSA2iImM/GyYZ\nEJYzxdPOrx2n6NYR3Hk+vHP0U7UBSveI6+qx+ndQYaeyCn+GRX2PKS9h66YF/Q1V\ntGSHgAmcLlkdGgan182qsE/4kKM=\n-----END CERTIFICATE-----\n"]
  s.date = "2015-09-07"
  s.description = "    The pathname2 library provides an implementation of the Pathname\n    class different from the one that ships as part of the Ruby standard\n    library. It is a subclass of String, though several methods have been\n    overridden to better fit a path context. In addition, it supports file\n    URL's as paths, provides additional methods for Windows paths, and\n    handles UNC paths on Windows properly. See the README file for more\n    details.\n"
  s.email = "djberg96@gmail.com"
  s.extra_rdoc_files = ["README", "CHANGES", "MANIFEST"]
  s.files = ["CHANGES", "MANIFEST", "README", "Rakefile", "benchmarks/bench_pathname.rb", "benchmarks/bench_plus.rb", "certs/djberg96_pub.pem", "examples/example_pathname.rb", "lib/pathname2.rb", "pathname2.gemspec", "test/test_pathname.rb", "test/test_version.rb", "test/windows/test_append.rb", "test/windows/test_aref.rb", "test/windows/test_ascend.rb", "test/windows/test_children.rb", "test/windows/test_clean.rb", "test/windows/test_clean_bang.rb", "test/windows/test_constructor.rb", "test/windows/test_descend.rb", "test/windows/test_drive_number.rb", "test/windows/test_each.rb", "test/windows/test_facade.rb", "test/windows/test_is_absolute.rb", "test/windows/test_is_relative.rb", "test/windows/test_is_root.rb", "test/windows/test_is_unc.rb", "test/windows/test_join.rb", "test/windows/test_long_path.rb", "test/windows/test_misc.rb", "test/windows/test_parent.rb", "test/windows/test_pstrip.rb", "test/windows/test_pstrip_bang.rb", "test/windows/test_realpath.rb", "test/windows/test_relative_path_from.rb", "test/windows/test_root.rb", "test/windows/test_short_path.rb", "test/windows/test_to_a.rb", "test/windows/test_undecorate.rb", "test/windows/test_undecorate_bang.rb"]
  s.homepage = "https://github.com/djberg96/pathname2"
  s.licenses = ["Artistic 2.0"]
  s.rubygems_version = "2.4.5.1"
  s.summary = "An alternate implementation of the Pathname class"
  s.test_files = ["test/test_pathname.rb", "test/test_version.rb"]

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

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<facade>, [">= 0"])
      s.add_development_dependency(%q<test-unit>, [">= 0"])
      s.add_development_dependency(%q<rake>, [">= 0"])
    else
      s.add_dependency(%q<facade>, [">= 0"])
      s.add_dependency(%q<test-unit>, [">= 0"])
      s.add_dependency(%q<rake>, [">= 0"])
    end
  else
    s.add_dependency(%q<facade>, [">= 0"])
    s.add_dependency(%q<test-unit>, [">= 0"])
    s.add_dependency(%q<rake>, [">= 0"])
  end
end