This file is indexed.

/usr/share/rubygems-integration/all/specifications/Ascii85-1.0.2.gemspec is in ruby-ascii85 1.0.2-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
34
35
36
37
38
39
40
41
# -*- encoding: utf-8 -*-
# stub: Ascii85 1.0.2 ruby lib

Gem::Specification.new do |s|
  s.name = "Ascii85"
  s.version = "1.0.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Johannes Holzfu\u{c3}\u{9f}"]
  s.date = "2012-09-16"
  s.description = "Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name."
  s.email = "DataWraith@web.de"
  s.executables = ["ascii85"]
  s.extra_rdoc_files = ["README.rdoc", "LICENSE"]
  s.files = [".gemtest", "Ascii85.gemspec", "Gemfile", "History.txt", "LICENSE", "README.rdoc", "Rakefile", "bin/ascii85", "lib/Ascii85/version.rb", "lib/ascii85.rb", "spec/lib/ascii85_spec.rb"]
  s.homepage = "http://rubyforge.org/projects/ascii85/"
  s.licenses = ["MIT"]
  s.rubyforge_project = "Ascii85"
  s.rubygems_version = "2.2.2"
  s.summary = "Ascii85 encoder/decoder"
  s.test_files = ["spec/lib/ascii85_spec.rb"]

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<bundler>, [">= 1.0.0"])
      s.add_development_dependency(%q<minitest>, [">= 2.6.0"])
      s.add_development_dependency(%q<rake>, [">= 0.9.2"])
    else
      s.add_dependency(%q<bundler>, [">= 1.0.0"])
      s.add_dependency(%q<minitest>, [">= 2.6.0"])
      s.add_dependency(%q<rake>, [">= 0.9.2"])
    end
  else
    s.add_dependency(%q<bundler>, [">= 1.0.0"])
    s.add_dependency(%q<minitest>, [">= 2.6.0"])
    s.add_dependency(%q<rake>, [">= 0.9.2"])
  end
end