This file is indexed.

/usr/lib/ruby/vendor_ruby/gettext_activerecord/version.rb is in ruby-gettext-activerecord 2.1.0-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
=begin
  version - version information of gettext_activerecord.

  Copyright (C) 2009 Masao Mutoh
 
  You may redistribute it and/or modify it under the same
  license terms as Ruby or LGPL.
=end
module GetTextActiveRecord
  RAILS_VERSION = "2.3.4"
  VERSION = "2.1.0"
end