This file is indexed.

/usr/share/rubygems-integration/all/specifications/thor-0.19.1.gemspec is in ruby-thor 0.19.1-3.

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
# -*- encoding: utf-8 -*-
# stub: thor 0.19.1 ruby lib

Gem::Specification.new do |s|
  s.name = "thor".freeze
  s.version = "0.19.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Yehuda Katz".freeze, "Jos\u{e9} Valim".freeze]
  s.date = "2016-11-30"
  s.description = "Thor is a toolkit for building powerful command-line interfaces.".freeze
  s.email = "ruby-thor@googlegroups.com".freeze
  s.executables = ["thor".freeze]
  s.files = [".document".freeze, "CHANGELOG.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "Thorfile".freeze, "bin/thor".freeze, "lib/thor.rb".freeze, "lib/thor/actions.rb".freeze, "lib/thor/actions/create_file.rb".freeze, "lib/thor/actions/create_link.rb".freeze, "lib/thor/actions/directory.rb".freeze, "lib/thor/actions/empty_directory.rb".freeze, "lib/thor/actions/file_manipulation.rb".freeze, "lib/thor/actions/inject_into_file.rb".freeze, "lib/thor/base.rb".freeze, "lib/thor/command.rb".freeze, "lib/thor/core_ext/hash_with_indifferent_access.rb".freeze, "lib/thor/core_ext/io_binary_read.rb".freeze, "lib/thor/core_ext/ordered_hash.rb".freeze, "lib/thor/error.rb".freeze, "lib/thor/group.rb".freeze, "lib/thor/invocation.rb".freeze, "lib/thor/line_editor.rb".freeze, "lib/thor/line_editor/basic.rb".freeze, "lib/thor/line_editor/readline.rb".freeze, "lib/thor/parser.rb".freeze, "lib/thor/parser/argument.rb".freeze, "lib/thor/parser/arguments.rb".freeze, "lib/thor/parser/option.rb".freeze, "lib/thor/parser/options.rb".freeze, "lib/thor/rake_compat.rb".freeze, "lib/thor/runner.rb".freeze, "lib/thor/shell.rb".freeze, "lib/thor/shell/basic.rb".freeze, "lib/thor/shell/color.rb".freeze, "lib/thor/shell/html.rb".freeze, "lib/thor/util.rb".freeze, "lib/thor/version.rb".freeze, "spec/actions/create_file_spec.rb".freeze, "spec/actions/create_link_spec.rb".freeze, "spec/actions/directory_spec.rb".freeze, "spec/actions/empty_directory_spec.rb".freeze, "spec/actions/file_manipulation_spec.rb".freeze, "spec/actions/inject_into_file_spec.rb".freeze, "spec/actions_spec.rb".freeze, "spec/base_spec.rb".freeze, "spec/command_spec.rb".freeze, "spec/core_ext/hash_with_indifferent_access_spec.rb".freeze, "spec/core_ext/ordered_hash_spec.rb".freeze, "spec/exit_condition_spec.rb".freeze, "spec/fixtures/application.rb".freeze, "spec/fixtures/app{1}/README".freeze, "spec/fixtures/bundle/execute.rb".freeze, "spec/fixtures/bundle/main.thor".freeze, "spec/fixtures/command.thor".freeze, "spec/fixtures/doc/%file_name%.rb.tt".freeze, "spec/fixtures/doc/COMMENTER".freeze, "spec/fixtures/doc/README".freeze, "spec/fixtures/doc/block_helper.rb".freeze, "spec/fixtures/doc/config.rb".freeze, "spec/fixtures/doc/config.yaml.tt".freeze, "spec/fixtures/doc/excluding/%file_name%.rb.tt".freeze, "spec/fixtures/enum.thor".freeze, "spec/fixtures/group.thor".freeze, "spec/fixtures/invoke.thor".freeze, "spec/fixtures/path with spaces".freeze, "spec/fixtures/preserve/script.sh".freeze, "spec/fixtures/script.thor".freeze, "spec/fixtures/subcommand.thor".freeze, "spec/group_spec.rb".freeze, "spec/helper.rb".freeze, "spec/invocation_spec.rb".freeze, "spec/line_editor/basic_spec.rb".freeze, "spec/line_editor/readline_spec.rb".freeze, "spec/line_editor_spec.rb".freeze, "spec/parser/argument_spec.rb".freeze, "spec/parser/arguments_spec.rb".freeze, "spec/parser/option_spec.rb".freeze, "spec/parser/options_spec.rb".freeze, "spec/quality_spec.rb".freeze, "spec/rake_compat_spec.rb".freeze, "spec/register_spec.rb".freeze, "spec/runner_spec.rb".freeze, "spec/sandbox/application.rb".freeze, "spec/sandbox/app{1}/README".freeze, "spec/sandbox/bundle/execute.rb".freeze, "spec/sandbox/bundle/main.thor".freeze, "spec/sandbox/command.thor".freeze, "spec/sandbox/doc/%file_name%.rb.tt".freeze, "spec/sandbox/doc/COMMENTER".freeze, "spec/sandbox/doc/README".freeze, "spec/sandbox/doc/block_helper.rb".freeze, "spec/sandbox/doc/config.rb".freeze, "spec/sandbox/doc/config.yaml.tt".freeze, "spec/sandbox/doc/excluding/%file_name%.rb.tt".freeze, "spec/sandbox/enum.thor".freeze, "spec/sandbox/group.thor".freeze, "spec/sandbox/invoke.thor".freeze, "spec/sandbox/path with spaces".freeze, "spec/sandbox/preserve/script.sh".freeze, "spec/sandbox/script.thor".freeze, "spec/sandbox/subcommand.thor".freeze, "spec/shell/basic_spec.rb".freeze, "spec/shell/color_spec.rb".freeze, "spec/shell/html_spec.rb".freeze, "spec/shell_spec.rb".freeze, "spec/subcommand_spec.rb".freeze, "spec/thor_spec.rb".freeze, "spec/util_spec.rb".freeze, "thor.gemspec".freeze]
  s.homepage = "http://whatisthor.com/".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "2.5.2".freeze
  s.summary = "Thor is a toolkit for building powerful command-line interfaces.".freeze
  s.test_files = ["spec/actions/create_file_spec.rb".freeze, "spec/actions/create_link_spec.rb".freeze, "spec/actions/directory_spec.rb".freeze, "spec/actions/empty_directory_spec.rb".freeze, "spec/actions/file_manipulation_spec.rb".freeze, "spec/actions/inject_into_file_spec.rb".freeze, "spec/actions_spec.rb".freeze, "spec/base_spec.rb".freeze, "spec/command_spec.rb".freeze, "spec/core_ext/hash_with_indifferent_access_spec.rb".freeze, "spec/core_ext/ordered_hash_spec.rb".freeze, "spec/exit_condition_spec.rb".freeze, "spec/fixtures/application.rb".freeze, "spec/fixtures/app{1}/README".freeze, "spec/fixtures/bundle/execute.rb".freeze, "spec/fixtures/bundle/main.thor".freeze, "spec/fixtures/command.thor".freeze, "spec/fixtures/doc/%file_name%.rb.tt".freeze, "spec/fixtures/doc/COMMENTER".freeze, "spec/fixtures/doc/README".freeze, "spec/fixtures/doc/block_helper.rb".freeze, "spec/fixtures/doc/config.rb".freeze, "spec/fixtures/doc/config.yaml.tt".freeze, "spec/fixtures/doc/excluding/%file_name%.rb.tt".freeze, "spec/fixtures/enum.thor".freeze, "spec/fixtures/group.thor".freeze, "spec/fixtures/invoke.thor".freeze, "spec/fixtures/path with spaces".freeze, "spec/fixtures/preserve/script.sh".freeze, "spec/fixtures/script.thor".freeze, "spec/fixtures/subcommand.thor".freeze, "spec/group_spec.rb".freeze, "spec/helper.rb".freeze, "spec/invocation_spec.rb".freeze, "spec/line_editor/basic_spec.rb".freeze, "spec/line_editor/readline_spec.rb".freeze, "spec/line_editor_spec.rb".freeze, "spec/parser/argument_spec.rb".freeze, "spec/parser/arguments_spec.rb".freeze, "spec/parser/option_spec.rb".freeze, "spec/parser/options_spec.rb".freeze, "spec/quality_spec.rb".freeze, "spec/rake_compat_spec.rb".freeze, "spec/register_spec.rb".freeze, "spec/runner_spec.rb".freeze, "spec/sandbox/application.rb".freeze, "spec/sandbox/app{1}/README".freeze, "spec/sandbox/bundle/execute.rb".freeze, "spec/sandbox/bundle/main.thor".freeze, "spec/sandbox/command.thor".freeze, "spec/sandbox/doc/%file_name%.rb.tt".freeze, "spec/sandbox/doc/COMMENTER".freeze, "spec/sandbox/doc/README".freeze, "spec/sandbox/doc/block_helper.rb".freeze, "spec/sandbox/doc/config.rb".freeze, "spec/sandbox/doc/config.yaml.tt".freeze, "spec/sandbox/doc/excluding/%file_name%.rb.tt".freeze, "spec/sandbox/enum.thor".freeze, "spec/sandbox/group.thor".freeze, "spec/sandbox/invoke.thor".freeze, "spec/sandbox/path with spaces".freeze, "spec/sandbox/preserve/script.sh".freeze, "spec/sandbox/script.thor".freeze, "spec/sandbox/subcommand.thor".freeze, "spec/shell/basic_spec.rb".freeze, "spec/shell/color_spec.rb".freeze, "spec/shell/html_spec.rb".freeze, "spec/shell_spec.rb".freeze, "spec/subcommand_spec.rb".freeze, "spec/thor_spec.rb".freeze, "spec/util_spec.rb".freeze]

  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<bundler>.freeze, ["~> 1.0"])
    else
      s.add_dependency(%q<bundler>.freeze, ["~> 1.0"])
    end
  else
    s.add_dependency(%q<bundler>.freeze, ["~> 1.0"])
  end
end