This file is indexed.

/usr/share/rubygems-integration/1.9.1/specifications/test-spec-0.10.0.gemspec is in ruby-test-spec 0.10.0-3.

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

Gem::Specification.new do |s|
  s.name = "test-spec"
  s.version = "0.10.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Christian Neukirchen"]
  s.date = "2009-01-31"
  s.description = "test/spec layers an RSpec-inspired interface on top of Test::Unit, so you can mix TDD and BDD (Behavior-Driven Development).  test/spec is a clean-room implementation that maps most kinds of Test::Unit assertions to a `should'-like syntax."
  s.email = "chneukirchen@gmail.com"
  s.executables = ["specrb"]
  s.extra_rdoc_files = ["README", "SPECS", "ROADMAP"]
  s.files = ["bin/specrb", "examples/stack.rb", "examples/stack_spec.rb", "lib/test/spec/dox.rb", "lib/test/spec/rdox.rb", "lib/test/spec/should-output.rb", "lib/test/spec/version.rb", "lib/test/spec.rb", "Rakefile", "README", "ROADMAP", "test/spec_dox.rb", "test/spec_flexmock.rb", "test/spec_mocha.rb", "test/spec_nestedcontexts.rb", "test/spec_new_style.rb", "test/spec_should-output.rb", "test/spec_testspec.rb", "test/spec_testspec_order.rb", "test/test_testunit.rb", "TODO", "SPECS"]
  s.homepage = "http://test-spec.rubyforge.org"
  s.require_paths = ["lib"]
  s.rubyforge_project = "test-spec"
  s.rubygems_version = "1.8.23"
  s.summary = "a Behaviour Driven Development interface for Test::Unit"
  s.test_files = ["test/test_testunit.rb", "test/spec_dox.rb", "test/spec_flexmock.rb", "test/spec_mocha.rb", "test/spec_nestedcontexts.rb", "test/spec_new_style.rb", "test/spec_should-output.rb", "test/spec_testspec.rb", "test/spec_testspec_order.rb"]

  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