Sha256: aed019356a67fc417178501c02df5084decbb72aad1a02a28dc274d45b7a67be

Contents?: true

Size: 325 Bytes

Versions: 39

Compression:

Stored size: 325 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:rspec)
task default: :rspec

task :irb do
  # $: << File.expand_path('lib', __FILE__)
  require 'i18n/tasks'
  require 'i18n/tasks/commands'
  ::I18n::Tasks::Commands.new(::I18n::Tasks::BaseTask.new).irb
end

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
i18n-tasks-1.0.12 Rakefile
i18n-tasks-1.0.11 Rakefile
i18n-tasks-1.0.10 Rakefile
i18n-tasks-1.0.9 Rakefile
i18n-tasks-1.0.8 Rakefile
i18n-tasks-1.0.7 Rakefile
i18n-tasks-1.0.6 Rakefile
i18n-tasks-1.0.5 Rakefile
i18n-tasks-1.0.4 Rakefile
i18n-tasks-1.0.3 Rakefile
i18n-tasks-1.0.2 Rakefile
i18n-tasks-1.0.1 Rakefile
i18n-tasks-1.0.0 Rakefile
i18n-youdao-tasks-0.9.37 Rakefile
i18n-tasks-0.9.37 Rakefile
i18n-tasks-0.9.36 Rakefile
i18n-tasks-0.9.35 Rakefile
i18n-tasks-0.9.34 Rakefile
i18n-tasks-0.9.33 Rakefile
i18n-tasks-0.9.32 Rakefile