This file is indexed.

/usr/share/rubygems-integration/2.3.0/specifications/narray-0.6.1.1.gemspec is in ruby-narray 0.6.1.1-2build3.

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
# -*- encoding: utf-8 -*-
# stub: narray 0.6.1.1 ruby .
# stub: src/extconf.rb

Gem::Specification.new do |s|
  s.name = "narray"
  s.version = "0.6.1.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["."]
  s.authors = ["Masahiro Tanaka"]
  s.date = "2016-03-13"
  s.description = "Numerical N-dimensional Array class"
  s.email = "masa16.tanaka@gmail.com"
  s.extensions = ["src/extconf.rb"]
  s.files = ["ChangeLog", "MANIFEST", "README.ja.md", "README.md", "SPEC.en.txt", "SPEC.ja.txt", "src/depend", "src/extconf.rb", "src/lib/narray_ext.rb", "src/lib/nmatrix.rb", "src/mkmath.rb", "src/mknafunc.rb", "src/mkop.rb", "src/na_array.c", "src/na_func.c", "src/na_index.c", "src/na_linalg.c", "src/na_random.c", "src/narray.c", "src/narray.def", "src/narray.h", "src/narray_local.h"]
  s.homepage = "http://masa16.github.io/narray/"
  s.licenses = ["Ruby"]
  s.rdoc_options = ["--title", "NArray", "--main", "NArray", "--exclude", "mk.*", "--exclude", "extconf\\.rb", "--exclude", "src/.*\\.h", "--exclude", "src/lib/", "--exclude", ".*\\.o", "--exclude", "narray\\.so", "--exclude", "libnarray\\.*"]
  s.rubygems_version = "2.5.1"
  s.summary = "N-dimensional Numerical Array class for Ruby"
end