File: version.rb

package info (click to toggle)
ruby-locale 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 452 kB
  • sloc: ruby: 3,285; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 276 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-2015 Kouhei Sutou <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.3"
end