This file is indexed.

/usr/share/rubygems-integration/2.5.0/specifications/zoom-0.5.0.gemspec is in ruby-zoom 0.5.0-1ubuntu3.

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
# -*- encoding: utf-8 -*-
# stub: zoom 0.5.0 ruby lib
# stub: ext/extconf.rb

Gem::Specification.new do |s|
  s.name = "zoom".freeze
  s.version = "0.5.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Laurent Sansonetti".freeze, "Ed Summers".freeze]
  s.autorequire = "zoom".freeze
  s.date = "2018-03-01"
  s.extensions = ["ext/extconf.rb".freeze]
  s.files = ["ChangeLog".freeze, "README.md".freeze, "Rakefile".freeze, "ext/extconf.rb".freeze, "ext/rbzoom.c".freeze, "ext/rbzoom.h".freeze, "ext/rbzoomconnection.c".freeze, "ext/rbzoomoptions.c".freeze, "ext/rbzoompackage.c".freeze, "ext/rbzoomquery.c".freeze, "ext/rbzoomrecord.c".freeze, "ext/rbzoomresultset.c".freeze, "sample/hello.rb".freeze, "sample/needle.rb".freeze, "test/package_live.rb".freeze, "test/package_test.rb".freeze, "test/record-update.xml".freeze, "test/record.dat".freeze, "test/record.txt".freeze, "test/record.xml".freeze, "test/search_batch_test.rb".freeze, "test/search_test.rb".freeze, "test/thread_test.rb".freeze, "test/zebra/key/empty_file".freeze, "test/zebra/lock/empty_file".freeze, "test/zebra/records/programming_ruby.xml".freeze, "test/zebra/records/programming_ruby_update.xml".freeze, "test/zebra/register/empty_file".freeze, "test/zebra/shadow/empty_file".freeze, "test/zebra/tab/bib1.att".freeze, "test/zebra/tab/default.idx".freeze, "test/zebra/tab/numeric.chr".freeze, "test/zebra/tab/record.abs".freeze, "test/zebra/tab/string.chr".freeze, "test/zebra/tab/usmarc.mar".freeze, "test/zebra/zebra.cfg".freeze]
  s.homepage = "http://ruby-zoom.rubyforge.org".freeze
  s.rubygems_version = "2.7.3".freeze
  s.summary = "Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model (ZOOM), an abstract object-oriented programming interface to a subset of the services specified by the Z39.50 standard, also known as the international standard ISO 23950.  This version introduces ZOOM Extended Services.".freeze
end