This file is indexed.

/usr/share/rubygems-integration/all/specifications/appraisal-0.5.1.gemspec is in ruby-appraisal 0.5.1-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
35
36
37
38
39
40
41
42
43
# -*- encoding: utf-8 -*-
# stub: appraisal 0.5.1 ruby lib

Gem::Specification.new do |s|
  s.name = "appraisal"
  s.version = "0.5.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Joe Ferris"]
  s.date = "2016-08-26"
  s.description = "Appraisal integrates with bundler and rake to test your library against different versions of dependencies in repeatable scenarios called \"appraisals.\""
  s.email = "jferris@thoughtbot.com"
  s.files = [".gitignore", ".rspec", ".travis.yml", "CONTRIBUTING.md", "GOALS", "Gemfile", "MIT-LICENSE", "README.md", "Rakefile", "appraisal.gemspec", "features/appraisals.feature", "features/gemspec.feature", "features/step_definitions/dependency_steps.rb", "features/support/aruba.rb", "features/support/env.rb", "lib/appraisal.rb", "lib/appraisal/appraisal.rb", "lib/appraisal/command.rb", "lib/appraisal/dependency.rb", "lib/appraisal/file.rb", "lib/appraisal/gemfile.rb", "lib/appraisal/gemspec.rb", "lib/appraisal/task.rb", "lib/appraisal/version.rb", "spec/appraisal/appraisal_spec.rb", "spec/appraisal/gemfile_spec.rb", "spec/spec_helper.rb"]
  s.homepage = "http://github.com/thoughtbot/appraisal"
  s.rubygems_version = "2.5.1"
  s.summary = "Find out what your Ruby gems are worth"
  s.test_files = ["features/appraisals.feature", "features/gemspec.feature", "features/step_definitions/dependency_steps.rb", "features/support/aruba.rb", "features/support/env.rb", "spec/appraisal/appraisal_spec.rb", "spec/appraisal/gemfile_spec.rb", "spec/spec_helper.rb"]

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

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<rake>, [">= 0"])
      s.add_runtime_dependency(%q<bundler>, [">= 0"])
      s.add_development_dependency(%q<cucumber>, ["~> 1.0"])
      s.add_development_dependency(%q<rspec>, ["~> 2.6"])
      s.add_development_dependency(%q<aruba>, ["~> 0.4.2"])
    else
      s.add_dependency(%q<rake>, [">= 0"])
      s.add_dependency(%q<bundler>, [">= 0"])
      s.add_dependency(%q<cucumber>, ["~> 1.0"])
      s.add_dependency(%q<rspec>, ["~> 2.6"])
      s.add_dependency(%q<aruba>, ["~> 0.4.2"])
    end
  else
    s.add_dependency(%q<rake>, [">= 0"])
    s.add_dependency(%q<bundler>, [">= 0"])
    s.add_dependency(%q<cucumber>, ["~> 1.0"])
    s.add_dependency(%q<rspec>, ["~> 2.6"])
    s.add_dependency(%q<aruba>, ["~> 0.4.2"])
  end
end