This file is indexed.

/usr/share/rubygems-integration/2.5.0/specifications/ncursesw-1.4.9.gemspec is in ruby-ncurses 1.4.9-1build3.

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
# -*- encoding: utf-8 -*-
# stub: ncursesw 1.4.9 ruby lib
# stub: extconf.rb

Gem::Specification.new do |s|
  s.name = "ncursesw".freeze
  s.version = "1.4.9"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Tobias Herzke".freeze, "Sup developers".freeze]
  s.date = "2018-03-01"
  s.description = "Tweaked version of ncursesw from http://ncurses-ruby.berlios.de/.".freeze
  s.email = ["supmua@googlegroups.com".freeze]
  s.extensions = ["extconf.rb".freeze]
  s.files = ["COPYING".freeze, "Changes".freeze, "README.md".freeze, "THANKS".freeze, "TODO".freeze, "compat.h".freeze, "examples/LICENSES_for_examples".freeze, "examples/example.rb".freeze, "examples/form.rb".freeze, "examples/form2.rb".freeze, "examples/form_get_wch.rb".freeze, "examples/hello_ncurses.rb".freeze, "examples/rain.rb".freeze, "examples/read_line.rb".freeze, "examples/tclock.rb".freeze, "examples/test_scanw.rb".freeze, "extconf.rb".freeze, "form_wrap.c".freeze, "form_wrap.h".freeze, "lib/ncurses_sugar.rb".freeze, "lib/ncursesw.rb".freeze, "menu_wrap.c".freeze, "menu_wrap.h".freeze, "ncurses_wrap.c".freeze, "ncurses_wrap.h".freeze, "panel_wrap.c".freeze, "panel_wrap.h".freeze]
  s.homepage = "http://github.com/sup-heliotrope/ncursesw-ruby".freeze
  s.licenses = ["LGPL-2.1".freeze]
  s.rubygems_version = "2.7.3".freeze
  s.summary = "This wrapper provides access to the functions, macros, global variables and constants of the ncurses library.  These are mapped to a Ruby Module named \"Ncurses\":  Functions and external variables are implemented as singleton functions of the Module Ncurses.".freeze
end