File: version.rb

package info (click to toggle)
ruby-locale 2.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 460 kB
  • sloc: ruby: 3,308; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
=begin
  version - version information of Ruby-Locale

  Copyright (C) 2008 Masao Mutoh
  Copyright (C) 2013-2026  Sutou Kouhei <kou@clear-code.com>

  You may redistribute it and/or modify it under the same
  license terms as Ruby.
=end
module Locale
  VERSION = "2.1.5"
end