This file is indexed.

/usr/share/rubygems-integration/2.3.0/specifications/ncursesw-1.4.9.gemspec is in ruby-ncurses 1.4.9-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
# -*- encoding: utf-8 -*-
# stub: ncursesw 1.4.9 ruby lib
# stub: extconf.rb

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

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Tobias Herzke", "Sup developers"]
  s.date = "2016-03-13"
  s.description = "Tweaked version of ncursesw from http://ncurses-ruby.berlios.de/."
  s.email = ["supmua@googlegroups.com"]
  s.extensions = ["extconf.rb"]
  s.files = ["COPYING", "Changes", "README.md", "THANKS", "TODO", "compat.h", "examples/LICENSES_for_examples", "examples/example.rb", "examples/form.rb", "examples/form2.rb", "examples/form_get_wch.rb", "examples/hello_ncurses.rb", "examples/rain.rb", "examples/read_line.rb", "examples/tclock.rb", "examples/test_scanw.rb", "extconf.rb", "form_wrap.c", "form_wrap.h", "lib/ncurses_sugar.rb", "lib/ncursesw.rb", "menu_wrap.c", "menu_wrap.h", "ncurses_wrap.c", "ncurses_wrap.h", "panel_wrap.c", "panel_wrap.h"]
  s.homepage = "http://github.com/sup-heliotrope/ncursesw-ruby"
  s.licenses = ["LGPL-2.1"]
  s.rubygems_version = "2.5.1"
  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."
end