This file is indexed.

/usr/share/rubygems-integration/2.1/specifications/posix-spawn-0.3.9.gemspec is in ruby-posix-spawn 0.3.9-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
# -*- encoding: utf-8 -*-
# stub: posix-spawn 0.3.9 ruby lib
# stub: ext/extconf.rb

Gem::Specification.new do |s|
  s.name = "posix-spawn"
  s.version = "0.3.9"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Ryan Tomayko", "Aman Gupta"]
  s.date = "2014-08-01"
  s.description = "posix-spawn uses posix_spawnp(2) for faster process spawning"
  s.email = ["r@tomayko.com", "aman@tmm1.net"]
  s.executables = ["posix-spawn-benchmark"]
  s.extensions = ["ext/extconf.rb"]
  s.extra_rdoc_files = ["COPYING", "HACKING"]
  s.files = [".gitignore", "COPYING", "Gemfile", "HACKING", "README.md", "Rakefile", "TODO", "bin/posix-spawn-benchmark", "ext/extconf.rb", "ext/posix-spawn.c", "lib/posix-spawn.rb", "lib/posix/spawn.rb", "lib/posix/spawn/child.rb", "lib/posix/spawn/version.rb", "posix-spawn.gemspec", "test/test_backtick.rb", "test/test_child.rb", "test/test_popen.rb", "test/test_spawn.rb", "test/test_system.rb"]
  s.homepage = "http://github.com/rtomayko/posix-spawn"
  s.licenses = ["MIT"]
  s.rubygems_version = "2.2.2"
  s.summary = "posix_spawnp(2) for ruby"

  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-compiler>, ["= 0.7.6"])
    else
      s.add_dependency(%q<rake-compiler>, ["= 0.7.6"])
    end
  else
    s.add_dependency(%q<rake-compiler>, ["= 0.7.6"])
  end
end