This file is indexed.

/usr/share/rubygems-integration/1.9.1/specifications/ruby-gd-0.8.0.gemspec is in ruby-gd 0.8.0-6.

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

Gem::Specification.new do |s|
  s.name = "ruby-gd"
  s.version = "0.8.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Ryuichi Tamura"]
  s.autorequire = "GD"
  s.date = "2008-07-07"
  s.email = "tam at kais dot kyoto-u dot ac dot jp"
  s.extensions = ["extconf.rb"]
  s.extra_rdoc_files = ["readme.en"]
  s.files = ["Changes", "extconf.rb", "GD.c", "readme.ja", "readme.en", "doc/INSTALL.ja", "doc/manual.html", "doc/manual.rd", "doc/INSTALL.en", "doc/manual_index.html", "sample/webpng.rb", "sample/gdtestttf.rb", "sample/gdtestttf.png", "sample/example.rb"]
  s.homepage = "http://tam.0xfa.com/ruby-gd"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.23"
  s.summary = "An interface to Boutell GD library"

  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