This file is indexed.

/usr/share/rubygems-integration/1.9.1/specifications/shoulda-context-1.1.2.gemspec is in ruby-shoulda-context 1.1.2-1.

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
35
36
37
38
39
40
41
42
43
44
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "shoulda-context"
  s.version = "1.1.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["thoughtbot, inc.", "Tammer Saleh", "Joe Ferris", "Ryan McGeary", "Dan Croak", "Matt Jankowski"]
  s.date = "2013-05-16"
  s.description = "Context framework extracted from Shoulda"
  s.email = "support@thoughtbot.com"
  s.executables = ["convert_to_should_syntax"]
  s.files = [".gitignore", ".travis.yml", "Appraisals", "CONTRIBUTING.md", "Gemfile", "MIT-LICENSE", "README.md", "Rakefile", "bin/convert_to_should_syntax", "gemfiles/3.0.gemfile", "gemfiles/3.0.gemfile.lock", "gemfiles/3.1.gemfile", "gemfiles/3.1.gemfile.lock", "gemfiles/3.2.gemfile", "gemfiles/3.2.gemfile.lock", "gemfiles/4.0.gemfile", "gemfiles/4.0.gemfile.lock", "init.rb", "lib/shoulda-context.rb", "lib/shoulda/context.rb", "lib/shoulda/context/assertions.rb", "lib/shoulda/context/autoload_macros.rb", "lib/shoulda/context/context.rb", "lib/shoulda/context/proc_extensions.rb", "lib/shoulda/context/tasks.rb", "lib/shoulda/context/tasks/list_tests.rake", "lib/shoulda/context/tasks/yaml_to_shoulda.rake", "lib/shoulda/context/version.rb", "rails/init.rb", "shoulda-context.gemspec", "tasks/shoulda.rake", "test/fake_rails_root/test/shoulda_macros/custom_macro.rb", "test/fake_rails_root/vendor/gems/gem_with_macro-0.0.1/shoulda_macros/gem_macro.rb", "test/fake_rails_root/vendor/plugins/.keep", "test/fake_rails_root/vendor/plugins/plugin_with_macro/shoulda_macros/plugin_macro.rb", "test/shoulda/autoload_macro_test.rb", "test/shoulda/context_test.rb", "test/shoulda/convert_to_should_syntax_test.rb", "test/shoulda/helpers_test.rb", "test/shoulda/should_test.rb", "test/test_helper.rb"]
  s.homepage = "http://thoughtbot.com/community/"
  s.licenses = ["MIT"]
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.23"
  s.summary = "Context framework extracted from Shoulda"
  s.test_files = ["test/fake_rails_root/test/shoulda_macros/custom_macro.rb", "test/fake_rails_root/vendor/gems/gem_with_macro-0.0.1/shoulda_macros/gem_macro.rb", "test/fake_rails_root/vendor/plugins/.keep", "test/fake_rails_root/vendor/plugins/plugin_with_macro/shoulda_macros/plugin_macro.rb", "test/shoulda/autoload_macro_test.rb", "test/shoulda/context_test.rb", "test/shoulda/convert_to_should_syntax_test.rb", "test/shoulda/helpers_test.rb", "test/shoulda/should_test.rb", "test/test_helper.rb"]

  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_development_dependency(%q<appraisal>, ["~> 0.5"])
      s.add_development_dependency(%q<rails>, [">= 3.0"])
      s.add_development_dependency(%q<mocha>, ["~> 0.9.10"])
      s.add_development_dependency(%q<rake>, [">= 0"])
      s.add_development_dependency(%q<test-unit>, ["~> 2.1.0"])
    else
      s.add_dependency(%q<appraisal>, ["~> 0.5"])
      s.add_dependency(%q<rails>, [">= 3.0"])
      s.add_dependency(%q<mocha>, ["~> 0.9.10"])
      s.add_dependency(%q<rake>, [">= 0"])
      s.add_dependency(%q<test-unit>, ["~> 2.1.0"])
    end
  else
    s.add_dependency(%q<appraisal>, ["~> 0.5"])
    s.add_dependency(%q<rails>, [">= 3.0"])
    s.add_dependency(%q<mocha>, ["~> 0.9.10"])
    s.add_dependency(%q<rake>, [">= 0"])
    s.add_dependency(%q<test-unit>, ["~> 2.1.0"])
  end
end