This file is indexed.

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

Gem::Specification.new do |s|
  s.name = "ruby-termios".freeze
  s.version = "1.0.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["akira yamada".freeze]
  s.bindir = false
  s.date = "2018-03-01"
  s.description = "Termios module is simple wrapper of termios(3).  It can be included into\nIO-family classes and can extend IO-family objects.  In addition, the methods\ncan use as module function.\n".freeze
  s.email = "akira@arika.org".freeze
  s.extensions = ["ext/extconf.rb".freeze]
  s.extra_rdoc_files = ["ChangeLog".freeze, "README".freeze]
  s.files = ["ChangeLog".freeze, "README".freeze, "examples/modem_check0.rb".freeze, "examples/modem_check1.rb".freeze, "examples/modem_check2.rb".freeze, "examples/secret_input1.rb".freeze, "examples/secret_input2.rb".freeze, "ext/extconf.rb".freeze, "ext/termios.c".freeze, "lib/termios.rb".freeze, "test/test0.rb".freeze]
  s.homepage = "http://arika.org/ruby/termios".freeze
  s.rdoc_options = ["--title".freeze, "ruby-termios documentation".freeze, "--charset".freeze, "utf-8".freeze, "--opname".freeze, "index.html".freeze, "--line-numbers".freeze, "--main".freeze, "README".freeze, "--inline-source".freeze, "--exclude".freeze, "^(examples|extras)/".freeze]
  s.rubyforge_project = "termios".freeze
  s.rubygems_version = "2.7.3".freeze
  s.summary = "a simple wrapper of termios(3)".freeze
end