Sha256: 2be657f718ffbf196a17fce83d4b8bf79c1fd9c1e627a905ccaf161d32233f76
Contents?: true
Size: 324 Bytes
Versions: 6
Compression:
Stored size: 324 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
i18n-tasks-0.9.12 | Rakefile |
i18n-tasks-0.9.11 | Rakefile |
i18n-tasks-0.9.10 | Rakefile |
i18n-tasks-0.9.9 | Rakefile |
i18n-tasks-0.9.8 | Rakefile |
i18n-tasks-0.9.7 | Rakefile |