This file is indexed.

/usr/share/rubygems-integration/all/specifications/rubytorrent-0.3.gemspec is in ruby-rubytorrent 0.3-5.

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

Gem::Specification.new do |s|
  s.name = "rubytorrent"
  s.version = "0.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["William Morgan"]
  s.date = "2008-01-12"
  s.description = "A Bittorrent library."
  s.email = "wmorgan-rubytorrent@masanjin.net"
  s.extra_rdoc_files = ["COPYING", "README", "doc/api.txt", "doc/design.txt", "ReleaseNotes.txt"]
  s.files = ["./dump-metainfo.rb", "./dump-peers.rb", "./lib/rubytorrent.rb", "./lib/rubytorrent/bencoding.rb", "./lib/rubytorrent/controller.rb", "./lib/rubytorrent/message.rb", "./lib/rubytorrent/metainfo.rb", "./lib/rubytorrent/package.rb", "./lib/rubytorrent/peer.rb", "./lib/rubytorrent/server.rb", "./lib/rubytorrent/tracker.rb", "./lib/rubytorrent/typedstruct.rb", "./lib/rubytorrent/util.rb", "./make-metainfo.rb", "./rtpeer-ncurses.rb", "./rtpeer.rb", "COPYING", "README", "ReleaseNotes.txt", "doc/api.txt", "doc/design.txt"]
  s.homepage = "http://rubytorrent.rubyforge.org"
  s.rdoc_options = ["--main", "README"]
  s.rubyforge_project = "rubytorrent"
  s.rubygems_version = "2.2.2"
  s.summary = "A Bittorrent librar.y"
end