This file is indexed.

/usr/share/rubygems-integration/all/specifications/indentation-0.1.1.gemspec is in ruby-indentation 0.1.1-1build1.

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

Gem::Specification.new do |s|
  s.name = "indentation"
  s.version = "0.1.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Sam Dana"]
  s.date = "2013-10-09"
  s.description = "A library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings."
  s.email = ["s.dana@prometheuscomputing.com"]
  s.files = ["README.rdoc", "gemspec", "lib/indentation.rb", "lib/indentation/array_mod.rb", "lib/indentation/meta_info.rb", "lib/indentation/string_mod.rb", "spec/.rspec", "spec/indentation_spec.rb", "spec/rdoc_examples_spec.rb", "spec/spec_helper.rb"]
  s.homepage = "http://samueldana.github.com/indentation/"
  s.rubygems_version = "2.2.2"
  s.summary = "A library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings."
  s.test_files = ["spec/indentation_spec.rb", "spec/rdoc_examples_spec.rb", "spec/spec_helper.rb"]
end