This file is indexed.

/usr/share/rubygems-integration/all/specifications/test-unit-context-0.5.0.gemspec is in ruby-test-unit-context 0.5.0-2.

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
31
32
33
34
# -*- encoding: utf-8 -*-
# stub: test-unit-context 0.5.0 ruby lib

Gem::Specification.new do |s|
  s.name = "test-unit-context"
  s.version = "0.5.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["kares"]
  s.date = "2015-02-02"
  s.description = "Makes Test::Unit::TestCases 'contextable' and thus much\neasier to read and write. If you've seen RSpec than it's the very same 'context \ndo ... end' re-invendet for Test::Unit. Inspired by gem 'context' that does the\nsame for the 'old' Test::Unit 1.2.3 bundled with Ruby 1.8.x standard libraries."
  s.email = ["self@kares.org"]
  s.extra_rdoc_files = ["README.md", "LICENSE"]
  s.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE", "README.md", "Rakefile", "lib/test/unit/context.rb", "lib/test/unit/context/context.rb", "lib/test/unit/context/helpers.rb", "lib/test/unit/context/shared.rb", "lib/test/unit/context/spec.rb", "lib/test/unit/context/version.rb", "lib/test/unit/patches.rb", "test-unit-context.gemspec", "test/test/unit/context/hooks_test.rb", "test/test/unit/context/shared_test.rb", "test/test/unit/context/spec_spec.rb", "test/test/unit/context/spec_test.rb", "test/test/unit/context_test.rb", "test/test/unit/patches_test.rb", "test/test_helper.rb"]
  s.homepage = "http://github.com/kares/test-unit-context"
  s.rubygems_version = "2.4.5.1"
  s.summary = "Context for Test::Unit (2.x)"

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

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<test-unit>, [">= 2.4.0"])
      s.add_development_dependency(%q<rake>, [">= 0"])
    else
      s.add_dependency(%q<test-unit>, [">= 2.4.0"])
      s.add_dependency(%q<rake>, [">= 0"])
    end
  else
    s.add_dependency(%q<test-unit>, [">= 2.4.0"])
    s.add_dependency(%q<rake>, [">= 0"])
  end
end