This file is indexed.

/usr/share/rubygems-integration/all/specifications/chef-config-12.14.60.gemspec is in ruby-chef-config 12.14.60-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
44
45
46
47
48
49
50
51
# -*- encoding: utf-8 -*-
# stub: chef-config 12.14.60 ruby lib

Gem::Specification.new do |s|
  s.name = "chef-config"
  s.version = "12.14.60"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Adam Jacob"]
  s.date = "2016-10-31"
  s.email = ["adam@chef.io"]
  s.files = ["LICENSE", "README.md", "Rakefile", "chef-config.gemspec", "lib/chef-config.rb", "lib/chef-config/config.rb", "lib/chef-config/exceptions.rb", "lib/chef-config/fips.rb", "lib/chef-config/logger.rb", "lib/chef-config/mixin/dot_d.rb", "lib/chef-config/mixin/fuzzy_hostname_matcher.rb", "lib/chef-config/package_task.rb", "lib/chef-config/path_helper.rb", "lib/chef-config/version.rb", "lib/chef-config/windows.rb", "lib/chef-config/workstation_config_loader.rb", "spec/spec_helper.rb", "spec/unit/config_spec.rb", "spec/unit/fips_spec.rb", "spec/unit/path_helper_spec.rb", "spec/unit/workstation_config_loader_spec.rb"]
  s.homepage = "https://github.com/chef/chef"
  s.licenses = ["Apache-2.0"]
  s.rubygems_version = "2.5.1"
  s.summary = "Chef's default configuration and config loading"

  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<mixlib-shellout>, ["~> 2.0"])
      s.add_runtime_dependency(%q<mixlib-config>, ["~> 2.0"])
      s.add_runtime_dependency(%q<fuzzyurl>, [">= 0"])
      s.add_runtime_dependency(%q<addressable>, [">= 0"])
      s.add_development_dependency(%q<rake>, ["~> 10.0"])
      s.add_development_dependency(%q<rspec-core>, ["~> 3.2"])
      s.add_development_dependency(%q<rspec-expectations>, ["~> 3.2"])
      s.add_development_dependency(%q<rspec-mocks>, ["~> 3.2"])
    else
      s.add_dependency(%q<mixlib-shellout>, ["~> 2.0"])
      s.add_dependency(%q<mixlib-config>, ["~> 2.0"])
      s.add_dependency(%q<fuzzyurl>, [">= 0"])
      s.add_dependency(%q<addressable>, [">= 0"])
      s.add_dependency(%q<rake>, ["~> 10.0"])
      s.add_dependency(%q<rspec-core>, ["~> 3.2"])
      s.add_dependency(%q<rspec-expectations>, ["~> 3.2"])
      s.add_dependency(%q<rspec-mocks>, ["~> 3.2"])
    end
  else
    s.add_dependency(%q<mixlib-shellout>, ["~> 2.0"])
    s.add_dependency(%q<mixlib-config>, ["~> 2.0"])
    s.add_dependency(%q<fuzzyurl>, [">= 0"])
    s.add_dependency(%q<addressable>, [">= 0"])
    s.add_dependency(%q<rake>, ["~> 10.0"])
    s.add_dependency(%q<rspec-core>, ["~> 3.2"])
    s.add_dependency(%q<rspec-expectations>, ["~> 3.2"])
    s.add_dependency(%q<rspec-mocks>, ["~> 3.2"])
  end
end