This file is indexed.

/usr/share/rubygems-integration/1.9.1/specifications/rttool-1.0.3.0.gemspec is in rttool 1.0.3.0-4.

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
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "rttool"
  s.version = "1.0.3.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["rubikitch", "Kazuhiro NISHIYAMA"]
  s.date = "2009-01-27"
  s.email = "zn@mbf.nifty.com"
  s.executables = ["rdrt2", "rt2"]
  s.files = ["ChangeLog", "GPL", "bin/rdrt2", "bin/rt/rdrt2", "bin/rt/rt2", "bin/rt2", "examples/easiest.html", "examples/easiest.rt", "examples/escape.html", "examples/escape.rt", "examples/rttest.html", "examples/rttest.rd", "examples/test1.html", "examples/test1.rt", "examples/test2.html", "examples/test2.rt", "lib/rd/rt-filter.rb", "lib/rt/rt2html-lib.rb", "lib/rt/rt2txt-lib.rb", "lib/rt/rtparser.rb", "lib/rt/rtvisitor.rb", "lib/rt/w3m.rb", "rttool.en.html", "rttool.en.rd", "rttool.ja.html", "rttool.ja.rd", "test/rttool-sub.rb", "test/test-rt2html-lib.rb", "test/test-rtparser.rb", "test/test.rb"]
  s.homepage = "http://raa.ruby-lang.org/project/rttool/"
  s.require_paths = ["lib"]
  s.rubyforge_project = "rwiki"
  s.rubygems_version = "1.8.23"
  s.summary = "Simple table generator"

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

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