Sha256: 30beac6686ae09f4e5a0b9e6642341ed328373b2b366d950c855029ddb73ad92

Contents?: true

Size: 829 Bytes

Versions: 1

Compression:

Stored size: 829 Bytes

Contents

# -*- coding: utf-8 -*-
=begin
  Copyright (C) 2011-2015 Takashi SUGA

  You may use and/or modify this file according to the license described in the LICENSE.txt file included in this archive.
=end

module When
  VERSION   = "0.4.3"
  YEARS     = "(C) 2011-2015"
  AUTHOR    = "Takashi SUGA"
  COPYRIGHT = "#{YEARS} #{AUTHOR}"

  class BasicTypes::M17n
    Rights = [self, [
      "locale:[=en:, ja=ja:, alias]",
      "names:[Basic information=, 基本情報=, *alias:Rights=]",
      "[#{YEARS}=, *alias:Years]",
      "[#{AUTHOR}=http://hosi.org/TakashiSuga, 須賀 隆=, *alias:Author=]",
      "[When.exe written in Ruby language=http://www2u.biglobe.ne.jp/~suchowan/when_exe_wiki.html,  When.exe Ruby版=,  *alias:Title=]",
      "[Gem Ver. #{VERSION}=http://rubygems.org/gems/when_exe, *alias:Version=]"
    ]]
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
when_exe-0.4.3 lib/when_exe/version.rb