This file is indexed.

/usr/share/rubygems-integration/all/specifications/td2planet-0.3.0.gemspec is in td2planet 0.3.0-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
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "td2planet"
  s.version = "0.3.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Kazuhiro NISHIYAMA"]
  s.date = "2013-09-12"
  s.description = "Ruby-based server-side blog aggregator"
  s.email = "zn@mbf.nifty.com"
  s.executables = ["td2planet.rb"]
  s.extra_rdoc_files = ["README.rdoc", "README.ja.rdoc"]
  s.files = ["ChangeLog", "MIT-LICENSE", "README.ja.rdoc", "README.rdoc", "bin/td2planet.rb", "config.yaml", "data/td2planet/templates/day.rhtml", "data/td2planet/templates/footer.rhtml", "data/td2planet/templates/header.rhtml", "data/td2planet/templates/layout.rhtml", "data/td2planet/templates/opml.rxml", "data/td2planet/templates/section.rhtml", "lib/td2planet/default_formatter.rb", "lib/td2planet/fetcher.rb", "lib/td2planet/formatter.rb", "lib/td2planet/runner.rb", "lib/td2planet/sample_formatter.rb", "lib/td2planet/version.rb", "lib/td2planet/writer.rb"]
  s.homepage = "https://github.com/znz/td2planet"
  s.licenses = ["MIT"]
  s.rdoc_options = ["--charset", "utf-8", "--inline-source", "--line-numbers", "--main", "README.rdoc"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "td2planet"
  s.rubygems_version = "2.0.14"
  s.summary = "planet of ruby, mainly for tdiary"
end