/usr/lib/ruby/1.8/locale/version.rb is in liblocale-ruby1.8 2.0.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 11 | =begin
version - version information of Ruby-Locale
Copyright (C) 2008 Masao Mutoh
You may redistribute it and/or modify it under the same
license terms as Ruby.
=end
module Locale
VERSION = "2.0.5"
end
|