Sha256: d94a98505d55b1afbfaac0e5553e3959a91ef3ee78523d70aba67a4d643643b1
Contents?: true
Size: 831 Bytes
Versions: 46
Compression:
Stored size: 831 Bytes
Contents
#! /usr/bin/env ruby # # Copyright (C) 2014 Kouhei Sutou <kou@clear-code.com> # # License: Ruby's or LGPL # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. require "gettext/tools/msgcat" GetText::Tools::MsgCat.run(*ARGV)
Version data entries
46 entries across 46 versions & 1 rubygems