File: version.rb

package info (click to toggle)
ruby-locale 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 480 kB
  • ctags: 340
  • sloc: ruby: 3,273; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (2)
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.2"
end