Sha256: f1652b2dea9e29692daafd5ea773d78103cf076897abcfb220c42a7c6a637aeb

Contents?: true

Size: 266 Bytes

Versions: 12

Compression:

Stored size: 266 Bytes

Contents

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
i18n-tasks-0.5.4 Rakefile
i18n-tasks-0.5.3 Rakefile
i18n-tasks-0.5.2 Rakefile
i18n-tasks-0.5.1 Rakefile
i18n-tasks-0.5.0 Rakefile
i18n-tasks-0.4.5 Rakefile
i18n-tasks-0.4.4 Rakefile
i18n-tasks-0.4.3 Rakefile
i18n-tasks-0.4.2 Rakefile
i18n-tasks-0.4.1 Rakefile
i18n-tasks-0.4.0 Rakefile
i18n-tasks-0.4.0.beta1 Rakefile