This file is indexed.

/usr/share/rubygems-integration/all/specifications/cheffish-4.0.0.gemspec is in ruby-cheffish 4.0.0-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
# -*- encoding: utf-8 -*-
# stub: cheffish 4.0.0 ruby lib

Gem::Specification.new do |s|
  s.name = "cheffish"
  s.version = "4.0.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["John Keiser"]
  s.date = "2016-09-19"
  s.description = "A library to manipulate Chef in Chef."
  s.email = "jkeiser@chef.io"
  s.extra_rdoc_files = ["LICENSE", "README.md"]
  s.files = ["Gemfile", "LICENSE", "README.md", "Rakefile", "cheffish.gemspec", "lib/chef/resource/chef_acl.rb", "lib/chef/resource/chef_client.rb", "lib/chef/resource/chef_container.rb", "lib/chef/resource/chef_data_bag.rb", "lib/chef/resource/chef_data_bag_item.rb", "lib/chef/resource/chef_environment.rb", "lib/chef/resource/chef_group.rb", "lib/chef/resource/chef_mirror.rb", "lib/chef/resource/chef_node.rb", "lib/chef/resource/chef_organization.rb", "lib/chef/resource/chef_resolved_cookbooks.rb", "lib/chef/resource/chef_role.rb", "lib/chef/resource/chef_user.rb", "lib/chef/resource/private_key.rb", "lib/chef/resource/public_key.rb", "lib/cheffish.rb", "lib/cheffish/array_property.rb", "lib/cheffish/base_properties.rb", "lib/cheffish/base_resource.rb", "lib/cheffish/basic_chef_client.rb", "lib/cheffish/chef_actor_base.rb", "lib/cheffish/chef_run.rb", "lib/cheffish/chef_run_data.rb", "lib/cheffish/chef_run_listener.rb", "lib/cheffish/key_formatter.rb", "lib/cheffish/merged_config.rb", "lib/cheffish/node_properties.rb", "lib/cheffish/recipe_dsl.rb", "lib/cheffish/rspec.rb", "lib/cheffish/rspec/chef_run_support.rb", "lib/cheffish/rspec/matchers.rb", "lib/cheffish/rspec/matchers/be_idempotent.rb", "lib/cheffish/rspec/matchers/emit_no_warnings_or_errors.rb", "lib/cheffish/rspec/matchers/have_updated.rb", "lib/cheffish/rspec/matchers/partially_match.rb", "lib/cheffish/rspec/recipe_run_wrapper.rb", "lib/cheffish/rspec/repository_support.rb", "lib/cheffish/server_api.rb", "lib/cheffish/version.rb", "lib/cheffish/with_pattern.rb", "spec/functional/fingerprint_spec.rb", "spec/functional/merged_config_spec.rb", "spec/functional/server_api_spec.rb", "spec/integration/chef_acl_spec.rb", "spec/integration/chef_client_spec.rb", "spec/integration/chef_container_spec.rb", "spec/integration/chef_data_bag_item_spec.rb", "spec/integration/chef_group_spec.rb", "spec/integration/chef_mirror_spec.rb", "spec/integration/chef_node_spec.rb", "spec/integration/chef_organization_spec.rb", "spec/integration/chef_role_spec.rb", "spec/integration/chef_user_spec.rb", "spec/integration/private_key_spec.rb", "spec/integration/recipe_dsl_spec.rb", "spec/integration/rspec/converge_spec.rb", "spec/support/key_support.rb", "spec/support/spec_support.rb", "spec/unit/get_private_key_spec.rb", "spec/unit/recipe_run_wrapper_spec.rb"]
  s.homepage = "http://github.com/chef/cheffish"
  s.required_ruby_version = Gem::Requirement.new(">= 2.2.2")
  s.rubygems_version = "2.5.1"
  s.summary = "A library to manipulate Chef in Chef."

  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<chef-zero>, ["~> 5.0"])
      s.add_runtime_dependency(%q<net-ssh>, [">= 0"])
    else
      s.add_dependency(%q<chef-zero>, ["~> 5.0"])
      s.add_dependency(%q<net-ssh>, [">= 0"])
    end
  else
    s.add_dependency(%q<chef-zero>, ["~> 5.0"])
    s.add_dependency(%q<net-ssh>, [">= 0"])
  end
end