This file is indexed.

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

Gem::Specification.new do |s|
  s.name = "rpatricia"
  s.version = "1.0.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Tatsuya Mori", "Eric Wong"]
  s.date = "2016-03-13"
  s.description = "This is a ruby wrapper of Net::Patricia, which has been developed by\nDave Plonka. The original Net::Patricia and its C API are available\nfrom:\nhttp://net.doit.wisc.edu/~plonka/Net-Patricia/\n\nNet::Patricia is a module for fast IP address/prefix lookups.\nI have modified some interfaces for the Ruby wrapper version."
  s.email = "normalperson@yhbt.net"
  s.extensions = ["ext/rpatricia/extconf.rb"]
  s.files = ["COPYING", "Changes", "LGPL-2.1", "README", "TODO", "ext/rpatricia/credits.txt", "ext/rpatricia/extconf.rb", "ext/rpatricia/patricia.c", "ext/rpatricia/patricia.h", "ext/rpatricia/rpatricia.c", "rpatricia.gemspec", "test.rb"]
  s.homepage = "http://www.goto.info.waseda.ac.jp/~tatsuya/rpatricia/"
  s.licenses = ["LGPLv2.1+"]
  s.rubygems_version = "2.5.1"
  s.summary = "module for fast IP address/prefix lookups"
end