This file is indexed.

/usr/share/rubygems-integration/all/specifications/text-table-1.2.4.gemspec is in ruby-text-table 1.2.4-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: text-table 1.2.4 ruby lib

Gem::Specification.new do |s|
  s.name = "text-table".freeze
  s.version = "1.2.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Aaron Tinio".freeze]
  s.date = "2016-11-17"
  s.description = "Allows you to easily create and format plain text tables, useful when working with the terminal or when you want to quickly print formatted tables to a dot-matrix printer.".freeze
  s.email = "aptinio@gmail.com".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze]
  s.files = [".document".freeze, ".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.rdoc".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.rdoc".freeze, "lib/text-table.rb".freeze, "lib/text-table/cell.rb".freeze, "lib/text-table/enumerable.rb".freeze, "lib/text-table/row.rb".freeze, "lib/text-table/symbol.rb".freeze, "lib/text-table/table.rb".freeze, "lib/text-table/version.rb".freeze, "spec/cell_spec.rb".freeze, "spec/enumerable_spec.rb".freeze, "spec/integration/alignment_spec.rb".freeze, "spec/integration/boundaries_spec.rb".freeze, "spec/integration/column_spans_spec.rb".freeze, "spec/integration/parts_spec.rb".freeze, "spec/integration/performance_spec.rb".freeze, "spec/integration_helper.rb".freeze, "spec/spec_helper.rb".freeze, "text-table.gemspec".freeze]
  s.homepage = "https://github.com/aptinio/text-table".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "2.5.2".freeze
  s.summary = "A feature-rich, easy-to-use plain text table formatter.".freeze
  s.test_files = ["spec/cell_spec.rb".freeze, "spec/enumerable_spec.rb".freeze, "spec/integration/alignment_spec.rb".freeze, "spec/integration/boundaries_spec.rb".freeze, "spec/integration/column_spans_spec.rb".freeze, "spec/integration/parts_spec.rb".freeze, "spec/integration/performance_spec.rb".freeze, "spec/integration_helper.rb".freeze, "spec/spec_helper.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<rspec>.freeze, ["~> 2"])
    else
      s.add_dependency(%q<rspec>.freeze, ["~> 2"])
    end
  else
    s.add_dependency(%q<rspec>.freeze, ["~> 2"])
  end
end