This file is indexed.

/usr/share/rubygems-integration/1.9.1/specifications/rinku-1.7.3.gemspec is in ruby-rinku 1.7.3-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
22
23
24
25
26
27
28
29
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "rinku"
  s.version = "1.7.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Vicent Marti"]
  s.date = "2014-04-06"
  s.description = "    A fast and very smart autolinking library that\n    acts as a drop-in replacement for Rails `auto_link`\n"
  s.email = "vicent@github.com"
  s.extensions = ["ext/rinku/extconf.rb"]
  s.extra_rdoc_files = ["COPYING"]
  s.files = ["COPYING", "README.markdown", "Rakefile", "ext/rinku/rinku.c", "ext/rinku/rinku.h", "ext/rinku/autolink.c", "ext/rinku/autolink.h", "ext/rinku/buffer.c", "ext/rinku/buffer.h", "ext/rinku/extconf.rb", "lib/rinku.rb", "lib/rails_rinku.rb", "rinku.gemspec", "test/autolink_test.rb"]
  s.homepage = "http://github.com/vmg/rinku"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.23"
  s.summary = "Mostly autolinking"
  s.test_files = ["test/autolink_test.rb"]

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end