This file is indexed.

/usr/lib/ruby/vendor_ruby/amqp/version.rb is in ruby-amqp 0.9.5-2.

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

module AMQP
  # amqp gem version. Not to be confused with the AMQP protocol version
  # it implements. For that, see {AMQ::Protocol::VERSION}
  #
  # @see AMQ::Protocol::VERSION
  # @return [String] AMQP gem version
  VERSION = '0.9.5'
end