This file is indexed.

/usr/share/rubygems-integration/2.5.0/specifications/allocations-1.0.3.gemspec is in ruby-allocations 1.0.3-1build4.

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
# -*- encoding: utf-8 -*-
# stub: allocations 1.0.3 ruby lib
# stub: ext/liballocations/extconf.rb

Gem::Specification.new do |s|
  s.name = "allocations".freeze
  s.version = "1.0.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Yorick Peterse".freeze]
  s.date = "2018-03-01"
  s.description = "Tracking of retained objects in CRuby".freeze
  s.email = "yorickpeterse@gmail.com".freeze
  s.extensions = ["ext/liballocations/extconf.rb".freeze]
  s.files = ["LICENSE".freeze, "README.md".freeze, "allocations.gemspec".freeze, "ext/liballocations/extconf.rb".freeze, "ext/liballocations/liballocations.c".freeze, "ext/liballocations/liballocations.h".freeze, "lib/allocations.rb".freeze, "lib/allocations/version.rb".freeze]
  s.homepage = "https://gitlab.com/gitlab-org/allocations".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.1.0".freeze)
  s.rubygems_version = "2.7.3".freeze
  s.summary = "Tracking of retained objects in CRuby".freeze

  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_development_dependency(%q<rake>.freeze, [">= 0"])
      s.add_development_dependency(%q<rake-compiler>.freeze, [">= 0"])
      s.add_development_dependency(%q<benchmark-ips>.freeze, ["~> 2.0"])
      s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0"])
    else
      s.add_dependency(%q<rake>.freeze, [">= 0"])
      s.add_dependency(%q<rake-compiler>.freeze, [">= 0"])
      s.add_dependency(%q<benchmark-ips>.freeze, ["~> 2.0"])
      s.add_dependency(%q<rspec>.freeze, ["~> 3.0"])
    end
  else
    s.add_dependency(%q<rake>.freeze, [">= 0"])
    s.add_dependency(%q<rake-compiler>.freeze, [">= 0"])
    s.add_dependency(%q<benchmark-ips>.freeze, ["~> 2.0"])
    s.add_dependency(%q<rspec>.freeze, ["~> 3.0"])
  end
end