This file is indexed.

/usr/share/rubygems-integration/1.8/specifications/amq-protocol-0.9.2.gemspec is in ruby-amq-protocol 0.9.2-1.

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
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "amq-protocol"
  s.version = "0.9.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Jakub Stastny", "Michael S. Klishin", "Theo Hultberg", "Mark Abramov"]
  s.date = "2012-06-26"
  s.description = "  amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an\n  AMQP client: amq-protocol only handles serialization and deserialization.\n  If you want to write your own AMQP client, this gem can help you with that.\n"
  s.email = ["michael@novemberain.com", "stastny@101ideas.cz"]
  s.extra_rdoc_files = ["README.md"]
  s.files = [".gitignore", ".gitmodules", ".rspec", ".travis.yml", "Gemfile", "LICENSE", "PROFILING.md", "README.md", "__init__.py", "amq-protocol.gemspec", "amqp_0.9.1_changes.json", "codegen.py", "codegen_helpers.py", "generate.rb", "irb.rb", "lib/amq/hacks.rb", "lib/amq/protocol.rb", "lib/amq/protocol/client.rb", "lib/amq/protocol/frame.rb", "lib/amq/protocol/table.rb", "lib/amq/protocol/table_value_decoder.rb", "lib/amq/protocol/table_value_encoder.rb", "lib/amq/protocol/type_constants.rb", "lib/amq/protocol/version.rb", "post-processing.rb", "protocol.rb.pytemplate", "spec/amq/hacks_spec.rb", "spec/amq/protocol/basic_spec.rb", "spec/amq/protocol/blank_body_encoding_spec.rb", "spec/amq/protocol/channel_spec.rb", "spec/amq/protocol/confirm_spec.rb", "spec/amq/protocol/connection_spec.rb", "spec/amq/protocol/exchange_spec.rb", "spec/amq/protocol/frame_spec.rb", "spec/amq/protocol/method_spec.rb", "spec/amq/protocol/queue_spec.rb", "spec/amq/protocol/table_spec.rb", "spec/amq/protocol/tx_spec.rb", "spec/amq/protocol/value_decoder_spec.rb", "spec/amq/protocol/value_encoder_spec.rb", "spec/amq/protocol_spec.rb", "spec/spec_helper.rb"]
  s.homepage = "http://github.com/ruby-amqp/amq-protocol"
  s.licenses = ["MIT"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "amq-protocol"
  s.rubygems_version = "1.8.23"
  s.summary = "AMQP 0.9.1 encoder & decoder."

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

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end