Sha256: 3768075832eaf4a5eb5612f52d34d8a4361888461eb6058be7577c36fb3f8c57

Contents?: true

Size: 413 Bytes

Versions: 8

Compression:

Stored size: 413 Bytes

Contents

#!/usr/bin/env ruby

if ENV['I18N_TASKS_BIN_SIMPLECOV_COVERAGE']
  require_relative '../spec/bin_simplecov_helper'
end

# prevent i18n gem warning
require 'i18n'
i18n_gem_config = I18n.config
if i18n_gem_config.respond_to?(:enforce_available_locales=) && i18n_gem_config.enforce_available_locales.nil?
  i18n_gem_config.enforce_available_locales = true
end

require 'i18n/tasks/cli'

I18n::Tasks::CLI.start(ARGV)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
i18n-tasks-0.9.6 bin/i18n-tasks
i18n-tasks-0.9.5 bin/i18n-tasks
i18n-tasks-0.9.4 bin/i18n-tasks
i18n-tasks-0.9.3 bin/i18n-tasks
i18n-tasks-0.9.2 bin/i18n-tasks
i18n-tasks-0.9.1 bin/i18n-tasks
i18n-tasks-0.9.0 bin/i18n-tasks
i18n-tasks-0.9.0.rc2 bin/i18n-tasks