This file is indexed.

/usr/share/rubygems-integration/2.3.0/specifications/xmlhash-1.3.6.gemspec is in ruby-xmlhash 1.3.6-2build2.

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
41
42
43
44
45
46
# -*- encoding: utf-8 -*-
# stub: xmlhash 1.3.6 ruby lib
# stub: ext/xmlhash/extconf.rb

Gem::Specification.new do |s|
  s.name = "xmlhash"
  s.version = "1.3.6"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Stephan Kulow"]
  s.date = "2016-03-13"
  s.description = "A small C module that wraps libxml2's xmlreader to parse a XML\nstring into a ruby hash"
  s.email = ["coolo@suse.com"]
  s.extensions = ["ext/xmlhash/extconf.rb"]
  s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
  s.files = [".autotest", ".gemtest", ".travis.yml", "Gemfile", "History.txt", "Manifest.txt", "README.txt", "Rakefile", "ext/xmlhash/extconf.rb", "ext/xmlhash/xmlhash.c", "lib/xmlhash.rb", "test/test_xmlhash.rb"]
  s.homepage = "https://github.com/coolo/xmlhash"
  s.licenses = ["MIT"]
  s.rdoc_options = ["--main", "README.txt"]
  s.rubyforge_project = "xmlhash"
  s.rubygems_version = "2.5.1"
  s.summary = "A small C module that wraps libxml2's xmlreader to parse a XML string into a ruby hash"
  s.test_files = ["test/test_xmlhash.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<pkg-config>, [">= 0"])
      s.add_development_dependency(%q<rdoc>, ["~> 4.0"])
      s.add_development_dependency(%q<rake-compiler>, [">= 0"])
      s.add_development_dependency(%q<hoe>, ["~> 3.7"])
    else
      s.add_dependency(%q<pkg-config>, [">= 0"])
      s.add_dependency(%q<rdoc>, ["~> 4.0"])
      s.add_dependency(%q<rake-compiler>, [">= 0"])
      s.add_dependency(%q<hoe>, ["~> 3.7"])
    end
  else
    s.add_dependency(%q<pkg-config>, [">= 0"])
    s.add_dependency(%q<rdoc>, ["~> 4.0"])
    s.add_dependency(%q<rake-compiler>, [">= 0"])
    s.add_dependency(%q<hoe>, ["~> 3.7"])
  end
end