Sha256: ffcfa6f368f71579c409509905b5534b7294cd587cf7adcc5c89bcaf9cc0115f

Contents?: true

Size: 453 Bytes

Versions: 9

Compression:

Stored size: 453 Bytes

Contents

# coding: utf-8
# define all the modules to be able to use ::
module I18n
  module Tasks
    module Data
    end
  end
end


require 'active_support/core_ext/hash'
require 'active_support/core_ext/string'
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/object/try'
require 'active_support/core_ext/object/blank'
require 'term/ansicolor'
require 'erubis'

require 'i18n/tasks/version'
require 'i18n/tasks/base_task'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
i18n-tasks-0.6.3 lib/i18n/tasks.rb
i18n-tasks-0.6.2 lib/i18n/tasks.rb
i18n-tasks-0.6.1 lib/i18n/tasks.rb
i18n-tasks-0.6.0 lib/i18n/tasks.rb
i18n-tasks-0.5.4 lib/i18n/tasks.rb
i18n-tasks-0.5.3 lib/i18n/tasks.rb
i18n-tasks-0.5.2 lib/i18n/tasks.rb
i18n-tasks-0.5.1 lib/i18n/tasks.rb
i18n-tasks-0.5.0 lib/i18n/tasks.rb