This file is indexed.

/usr/share/rubygems-integration/2.5.0/specifications/unicorn-5.4.0.gemspec is in unicorn 5.4.0-1build1.

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: unicorn 5.4.0 ruby lib
# stub: ext/unicorn_http/extconf.rb

Gem::Specification.new do |s|
  s.name = "unicorn".freeze
  s.version = "5.4.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["unicorn hackers".freeze]
  s.date = "2018-03-01"
  s.description = "unicorn is an HTTP server for Rack applications designed to only serve\nfast clients on low-latency, high-bandwidth connections and take\nadvantage of features in Unix/Unix-like kernels.  Slow clients should\nonly be served by placing a reverse proxy capable of fully buffering\nboth the the request and response in between unicorn and slow clients.".freeze
  s.email = "unicorn-public@bogomips.org".freeze
  s.executables = ["unicorn".freeze, "unicorn_rails".freeze]
  s.extensions = ["ext/unicorn_http/extconf.rb".freeze]
  s.extra_rdoc_files = ["Application_Timeouts".freeze, "CONTRIBUTORS".freeze, "DESIGN".freeze, "FAQ".freeze, "HACKING".freeze, "ISSUES".freeze, "KNOWN_ISSUES".freeze, "LATEST".freeze, "LICENSE".freeze, "Links".freeze, "NEWS".freeze, "PHILOSOPHY".freeze, "README".freeze, "SIGNALS".freeze, "Sandbox".freeze, "TODO".freeze, "TUNING".freeze, "lib/unicorn.rb".freeze, "lib/unicorn/configurator.rb".freeze, "lib/unicorn/http_server.rb".freeze, "lib/unicorn/oob_gc.rb".freeze, "lib/unicorn/preread_input.rb".freeze, "lib/unicorn/stream_input.rb".freeze, "lib/unicorn/tee_input.rb".freeze, "lib/unicorn/util.rb".freeze, "lib/unicorn/worker.rb".freeze, "unicorn_1".freeze, "unicorn_rails_1".freeze]
  s.files = [".CHANGELOG.old".freeze, ".document".freeze, ".gitattributes".freeze, ".gitignore".freeze, ".mailmap".freeze, ".manifest".freeze, ".olddoc.yml".freeze, "Application_Timeouts".freeze, "CONTRIBUTORS".freeze, "COPYING".freeze, "DESIGN".freeze, "Documentation/.gitignore".freeze, "Documentation/GNUmakefile".freeze, "Documentation/unicorn.1.txt".freeze, "Documentation/unicorn_rails.1.txt".freeze, "FAQ".freeze, "GIT-VERSION-FILE".freeze, "GIT-VERSION-GEN".freeze, "GNUmakefile".freeze, "HACKING".freeze, "ISSUES".freeze, "KNOWN_ISSUES".freeze, "LATEST".freeze, "LICENSE".freeze, "Links".freeze, "NEWS".freeze, "PHILOSOPHY".freeze, "README".freeze, "Rakefile".freeze, "SIGNALS".freeze, "Sandbox".freeze, "TODO".freeze, "TUNING".freeze, "archive/.gitignore".freeze, "archive/slrnpull.conf".freeze, "bin/unicorn".freeze, "bin/unicorn_rails".freeze, "examples/big_app_gc.rb".freeze, "examples/echo.ru".freeze, "examples/init.sh".freeze, "examples/logger_mp_safe.rb".freeze, "examples/logrotate.conf".freeze, "examples/nginx.conf".freeze, "examples/unicorn.conf.minimal.rb".freeze, "examples/unicorn.conf.rb".freeze, "examples/unicorn.socket".freeze, "examples/unicorn@.service".freeze, "ext/unicorn_http/CFLAGS".freeze, "ext/unicorn_http/c_util.h".freeze, "ext/unicorn_http/common_field_optimization.h".freeze, "ext/unicorn_http/ext_help.h".freeze, "ext/unicorn_http/extconf.rb".freeze, "ext/unicorn_http/global_variables.h".freeze, "ext/unicorn_http/httpdate.c".freeze, "ext/unicorn_http/unicorn_http.c".freeze, "ext/unicorn_http/unicorn_http.rl".freeze, "ext/unicorn_http/unicorn_http_common.rl".freeze, "lib/unicorn.rb".freeze, "lib/unicorn/app/old_rails.rb".freeze, "lib/unicorn/app/old_rails/static.rb".freeze, "lib/unicorn/cgi_wrapper.rb".freeze, "lib/unicorn/configurator.rb".freeze, "lib/unicorn/const.rb".freeze, "lib/unicorn/http_request.rb".freeze, "lib/unicorn/http_response.rb".freeze, "lib/unicorn/http_server.rb".freeze, "lib/unicorn/launcher.rb".freeze, "lib/unicorn/oob_gc.rb".freeze, "lib/unicorn/preread_input.rb".freeze, "lib/unicorn/socket_helper.rb".freeze, "lib/unicorn/stream_input.rb".freeze, "lib/unicorn/tee_input.rb".freeze, "lib/unicorn/tmpio.rb".freeze, "lib/unicorn/util.rb".freeze, "lib/unicorn/version.rb".freeze, "lib/unicorn/worker.rb".freeze, "man/man1/unicorn.1".freeze, "man/man1/unicorn_rails.1".freeze, "setup.rb".freeze, "t/.gitignore".freeze, "t/GNUmakefile".freeze, "t/README".freeze, "t/bin/content-md5-put".freeze, "t/bin/sha1sum.rb".freeze, "t/bin/unused_listen".freeze, "t/broken-app.ru".freeze, "t/detach.ru".freeze, "t/env.ru".freeze, "t/fails-rack-lint.ru".freeze, "t/heartbeat-timeout.ru".freeze, "t/hijack.ru".freeze, "t/listener_names.ru".freeze, "t/my-tap-lib.sh".freeze, "t/oob_gc.ru".freeze, "t/oob_gc_path.ru".freeze, "t/pid.ru".freeze, "t/preread_input.ru".freeze, "t/rack-input-tests.ru".freeze, "t/t0000-http-basic.sh".freeze, "t/t0001-reload-bad-config.sh".freeze, "t/t0002-config-conflict.sh".freeze, "t/t0002-parser-error.sh".freeze, "t/t0003-working_directory.sh".freeze, "t/t0004-heartbeat-timeout.sh".freeze, "t/t0004-working_directory_broken.sh".freeze, "t/t0005-working_directory_app.rb.sh".freeze, "t/t0006-reopen-logs.sh".freeze, "t/t0006.ru".freeze, "t/t0007-working_directory_no_embed_cli.sh".freeze, "t/t0008-back_out_of_upgrade.sh".freeze, "t/t0009-broken-app.sh".freeze, "t/t0009-winch_ttin.sh".freeze, "t/t0010-reap-logging.sh".freeze, "t/t0011-active-unix-socket.sh".freeze, "t/t0012-reload-empty-config.sh".freeze, "t/t0013-rewindable-input-false.sh".freeze, "t/t0013.ru".freeze, "t/t0014-rewindable-input-true.sh".freeze, "t/t0014.ru".freeze, "t/t0015-configurator-internals.sh".freeze, "t/t0018-write-on-close.sh".freeze, "t/t0019-max_header_len.sh".freeze, "t/t0020-at_exit-handler.sh".freeze, "t/t0021-process_detach.sh".freeze, "t/t0022-listener_names-preload_app.sh".freeze, "t/t0100-rack-input-tests.sh".freeze, "t/t0116-client_body_buffer_size.sh".freeze, "t/t0116.ru".freeze, "t/t0200-rack-hijack.sh".freeze, "t/t0300-no-default-middleware.sh".freeze, "t/t9000-preread-input.sh".freeze, "t/t9001-oob_gc.sh".freeze, "t/t9002-oob_gc-path.sh".freeze, "t/test-lib.sh".freeze, "t/write-on-close.ru".freeze, "test/aggregate.rb".freeze, "test/benchmark/README".freeze, "test/benchmark/dd.ru".freeze, "test/benchmark/stack.ru".freeze, "test/exec/README".freeze, "test/exec/test_exec.rb".freeze, "test/test_helper.rb".freeze, "test/unit/test_ccc.rb".freeze, "test/unit/test_configurator.rb".freeze, "test/unit/test_droplet.rb".freeze, "test/unit/test_http_parser.rb".freeze, "test/unit/test_http_parser_ng.rb".freeze, "test/unit/test_request.rb".freeze, "test/unit/test_response.rb".freeze, "test/unit/test_server.rb".freeze, "test/unit/test_signals.rb".freeze, "test/unit/test_socket_helper.rb".freeze, "test/unit/test_stream_input.rb".freeze, "test/unit/test_tee_input.rb".freeze, "test/unit/test_upload.rb".freeze, "test/unit/test_util.rb".freeze, "unicorn.gemspec".freeze, "unicorn_1".freeze, "unicorn_rails_1".freeze]
  s.homepage = "https://bogomips.org/unicorn/".freeze
  s.licenses = ["GPL-2.0+".freeze, "Ruby-1.8".freeze]
  s.required_ruby_version = Gem::Requirement.new("< 3.0".freeze)
  s.rubygems_version = "2.7.3".freeze
  s.summary = "Rack HTTP server for fast clients and Unix".freeze
  s.test_files = ["test/unit/test_configurator.rb".freeze, "test/unit/test_http_parser.rb".freeze, "test/unit/test_http_parser_ng.rb".freeze, "test/unit/test_request.rb".freeze, "test/unit/test_server.rb".freeze, "test/unit/test_util.rb".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<rack>.freeze, [">= 0"])
      s.add_runtime_dependency(%q<kgio>.freeze, ["~> 2.6"])
      s.add_runtime_dependency(%q<raindrops>.freeze, ["~> 0.7"])
      s.add_development_dependency(%q<test-unit>.freeze, ["~> 3.0"])
    else
      s.add_dependency(%q<rack>.freeze, [">= 0"])
      s.add_dependency(%q<kgio>.freeze, ["~> 2.6"])
      s.add_dependency(%q<raindrops>.freeze, ["~> 0.7"])
      s.add_dependency(%q<test-unit>.freeze, ["~> 3.0"])
    end
  else
    s.add_dependency(%q<rack>.freeze, [">= 0"])
    s.add_dependency(%q<kgio>.freeze, ["~> 2.6"])
    s.add_dependency(%q<raindrops>.freeze, ["~> 0.7"])
    s.add_dependency(%q<test-unit>.freeze, ["~> 3.0"])
  end
end