This file is indexed.

/usr/share/rubygems-integration/2.3.0/specifications/ruby-termios-1.0.0.gemspec is in ruby-termios 1.0.0-1build6.

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"
  s.version = "1.0.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["akira yamada"]
  s.bindir = false
  s.date = "2016-03-13"
  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"
  s.email = "akira@arika.org"
  s.extensions = ["ext/extconf.rb"]
  s.extra_rdoc_files = ["ChangeLog", "README"]
  s.files = ["ChangeLog", "README", "examples/modem_check0.rb", "examples/modem_check1.rb", "examples/modem_check2.rb", "examples/secret_input1.rb", "examples/secret_input2.rb", "ext/extconf.rb", "ext/termios.c", "lib/termios.rb", "test/test0.rb"]
  s.homepage = "http://arika.org/ruby/termios"
  s.rdoc_options = ["--title", "ruby-termios documentation", "--charset", "utf-8", "--opname", "index.html", "--line-numbers", "--main", "README", "--inline-source", "--exclude", "^(examples|extras)/"]
  s.rubyforge_project = "termios"
  s.rubygems_version = "2.5.1"
  s.summary = "a simple wrapper of termios(3)"
end