Module: I18nInterpolationSpec

Defined in:
lib/i18n_interpolation_spec.rb,
lib/i18n_interpolation_spec/checker.rb,
lib/i18n_interpolation_spec/version.rb,
lib/i18n_interpolation_spec/locale_file.rb,
lib/i18n_interpolation_spec/matchers/helper.rb

Defined Under Namespace

Modules: Checker, Helper Classes: LocaleFile

Constant Summary collapse

MAJOR =
1
MINOR =
0
REVISION =
1
VERSION =
[MAJOR, MINOR, REVISION].compact.join '.'