This file is indexed.

/usr/share/rubygems-integration/1.9.1/specifications/foodcritic-3.0.3.gemspec is in foodcritic 3.0.3-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
45
46
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "foodcritic"
  s.version = "3.0.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Andrew Crump"]
  s.date = "2013-10-13"
  s.description = "Lint tool for Opscode Chef cookbooks."
  s.executables = ["foodcritic"]
  s.files = ["chef_dsl_metadata/chef_10.20.0.json", "chef_dsl_metadata/chef_10.12.0.json", "chef_dsl_metadata/chef_10.18.2.json", "chef_dsl_metadata/chef_10.26.0.json", "chef_dsl_metadata/chef_0.10.10.json", "chef_dsl_metadata/chef_0.9.4.json", "chef_dsl_metadata/chef_0.10.8.json", "chef_dsl_metadata/chef_10.14.4.json", "chef_dsl_metadata/chef_0.9.12.json", "chef_dsl_metadata/chef_10.22.0.json", "chef_dsl_metadata/chef_0.10.6.json", "chef_dsl_metadata/chef_11.0.0.json", "chef_dsl_metadata/chef_0.9.8.json", "chef_dsl_metadata/chef_11.4.0.json", "chef_dsl_metadata/chef_0.8.14.json", "chef_dsl_metadata/chef_0.9.18.json", "chef_dsl_metadata/chef_10.16.0.json", "chef_dsl_metadata/chef_11.4.2.json", "chef_dsl_metadata/chef_0.9.16.json", "chef_dsl_metadata/chef_0.9.2.json", "chef_dsl_metadata/chef_0.9.6.json", "chef_dsl_metadata/chef_10.16.6.json", "chef_dsl_metadata/chef_10.16.4.json", "chef_dsl_metadata/chef_0.9.14.json", "chef_dsl_metadata/chef_10.18.0.json", "chef_dsl_metadata/chef_0.10.2.json", "chef_dsl_metadata/chef_0.9.0.json", "chef_dsl_metadata/chef_0.8.16.json", "chef_dsl_metadata/chef_0.10.4.json", "chef_dsl_metadata/chef_11.4.4.json", "chef_dsl_metadata/chef_0.10.0.json", "chef_dsl_metadata/chef_10.16.2.json", "chef_dsl_metadata/chef_10.24.0.json", "chef_dsl_metadata/chef_11.6.0.json", "chef_dsl_metadata/chef_10.24.4.json", "chef_dsl_metadata/chef_10.14.2.json", "chef_dsl_metadata/chef_10.14.0.json", "chef_dsl_metadata/chef_11.2.0.json", "chef_dsl_metadata/chef_0.9.10.json", "lib/foodcritic/dsl.rb", "lib/foodcritic/command_line.rb", "lib/foodcritic/rake_task.rb", "lib/foodcritic/chef.rb", "lib/foodcritic/ast.rb", "lib/foodcritic/api.rb", "lib/foodcritic/output.rb", "lib/foodcritic/xml.rb", "lib/foodcritic/template.rb", "lib/foodcritic/linter.rb", "lib/foodcritic/error_checker.rb", "lib/foodcritic/domain.rb", "lib/foodcritic/rules.rb", "lib/foodcritic/version.rb", "lib/foodcritic/notifications.rb", "lib/foodcritic.rb", "bin/foodcritic", "spec/spec_helper.rb", "spec/regression/regression_spec.rb", "spec/regression/expected-output.txt", "spec/regression/cookbooks.txt", "spec/foodcritic/template_spec.rb", "spec/foodcritic/command_line_spec.rb", "spec/foodcritic/chef_spec.rb", "spec/foodcritic/api_spec.rb", "spec/foodcritic/linter_spec.rb", "spec/foodcritic/domain_spec.rb", "spec/regression_helpers.rb", "features/045_check_for_cookbook_name_in_metadata.feature", "features/choose_rules_to_apply.feature", "features/030_check_for_debugger_breakpoints.feature", "features/006_check_file_mode.feature", "features/050_check_for_invalid_name.feature", "features/029_check_for_no_leading_cookbook_name.feature", "features/include_custom_rules.feature", "features/031_check_for_metadata_existence.feature", "features/checking_all_types_of_file.feature", "features/021_check_for_dodgy_lwrp_conditions.feature", "features/051_check_for_template_partial_loops.feature", "features/015_check_for_definitions.feature", "features/041_check_raw_download.feature", "features/individual_file.feature", "features/multiple_paths.feature", "features/007_check_for_undeclared_recipe_dependencies.feature", "features/046_check_for_assign_unless_nil_attributes.feature", "features/023_check_for_condition_around_resource.feature", "features/003_check_for_chef_server.feature", "features/018_check_for_old_lwrp_notification_syntax.feature", "features/043_check_for_old_notification_style.feature", "features/002_check_string_interpolation.feature", "features/044_check_for_bare_attribute_keys.feature", "features/028_check_for_incorrect_platform_method.feature", "features/008_check_for_boilerplate_metadata.feature", "features/039_check_for_key_access_to_node_methods.feature", "features/026_check_for_conditional_block_string.feature", "features/010_check_search_syntax.feature", "features/show_lines_matched.feature", "features/005_check_for_resource_repetition.feature", "features/012_check_for_deprecated_readme_format.feature", "features/017_check_for_no_lwrp_notifications.feature", "features/support/cookbook_helpers.rb", "features/support/env.rb", "features/support/command_helpers.rb", "features/032_check_for_invalid_notification_timing.feature", "features/continuous_integration_support.feature", "features/034_check_for_unused_template_variables.feature", "features/038_check_for_invalid_action.feature", "features/022_check_for_dodgy_conditions_within_loop.feature", "features/025_check_for_deprecated_gem_install.feature", "features/004_check_service_resource_used.feature", "features/sort_warnings.feature", "features/limit_rules_to_specific_versions.feature", "features/step_definitions/cookbook_steps.rb", "features/042_check_for_deprecated_require_recipe.feature", "features/024_check_for_missing_platforms.feature", "features/command_line_help.feature", "features/049_check_for_role_name_mismatch_with_file_name.feature", "features/013_check_for_hardcoded_tmpdir.feature", "features/047_check_for_attribute_assignment_without_precedence.feature", "features/011_check_for_markdown_readme.feature", "features/specify_search_grammar.feature", "features/019_check_for_consistent_node_access.feature", "features/014_check_for_long_ruby_blocks.feature", "features/037_check_for_invalid_notification_action.feature", "features/ignore_via_line_comments.feature", "features/016_check_for_no_lwrp_default_action.feature", "features/033_check_for_missing_template.feature", "features/048_check_for_shellout.feature", "features/040_check_raw_git_usage.feature", "features/009_check_for_unrecognised_resource_attributes.feature", "features/build_framework_support.feature", "features/027_check_for_internal_attribute_use.feature", "CHANGELOG.md", "README.md", "LICENSE", "man/foodcritic.1.ronn", "man/foodcritic.1"]
  s.homepage = "http://foodcritic.io"
  s.licenses = ["MIT"]
  s.require_paths = ["lib"]
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.2")
  s.rubygems_version = "1.8.23"
  s.summary = "foodcritic-3.0.3"

  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<gherkin>, ["~> 2.11.7"])
      s.add_runtime_dependency(%q<nokogiri>, ["~> 1.5.4"])
      s.add_runtime_dependency(%q<rake>, [">= 0"])
      s.add_runtime_dependency(%q<treetop>, ["~> 1.4.10"])
      s.add_runtime_dependency(%q<yajl-ruby>, ["~> 1.1.0"])
      s.add_runtime_dependency(%q<erubis>, [">= 0"])
    else
      s.add_dependency(%q<gherkin>, ["~> 2.11.7"])
      s.add_dependency(%q<nokogiri>, ["~> 1.5.4"])
      s.add_dependency(%q<rake>, [">= 0"])
      s.add_dependency(%q<treetop>, ["~> 1.4.10"])
      s.add_dependency(%q<yajl-ruby>, ["~> 1.1.0"])
      s.add_dependency(%q<erubis>, [">= 0"])
    end
  else
    s.add_dependency(%q<gherkin>, ["~> 2.11.7"])
    s.add_dependency(%q<nokogiri>, ["~> 1.5.4"])
    s.add_dependency(%q<rake>, [">= 0"])
    s.add_dependency(%q<treetop>, ["~> 1.4.10"])
    s.add_dependency(%q<yajl-ruby>, ["~> 1.1.0"])
    s.add_dependency(%q<erubis>, [">= 0"])
  end
end