Sha256: a98d1cbd1ecee12f1c2f23d62700bed083e0b0357f2475b07cfd595ed1829e2d

Contents?: true

Size: 398 Bytes

Versions: 49

Compression:

Stored size: 398 Bytes

Contents

require_relative 'app_loader'
require 'isomorfeus/i18n/missing_keys'
Isomorfeus.zeitwerk.setup
Isomorfeus.zeitwerk.eager_load

namespace :i18n do
  desc 'Find missing or unused translation keys'
  task :missing_keys do
    Isomorfeus::I18n::MissingKeys.find
  end
end

task :specs do
  Bundler.with_original_env do
    system('bundle exec rspec')
  end
end

task default: :specs

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
isomorfeus-23.9.0.rc12 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.9.0.rc11 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.9.0.rc10 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.9.0.rc9 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.9.0.rc8 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.9.0.rc7 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.9.0.rc6 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.9.0.rc5 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.9.0.rc4 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.9.0.rc3 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.9.0.rc2 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.9.0.rc1 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.8.0.rc3 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.8.0.rc2 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.8.0.rc1 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.7.0.rc5 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.7.0.rc4 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.7.0.rc3 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.7.0.rc2 lib/isomorfeus/installer/templates/Rakefile.erb
isomorfeus-23.7.0.rc1 lib/isomorfeus/installer/templates/Rakefile.erb