Module: Nabokov

Defined in:
lib/nabokov.rb,
lib/nabokov/version.rb,
lib/nabokov/git/git_repo.rb,
lib/nabokov/commands/setup.rb,
lib/nabokov/helpers/merger.rb,
lib/nabokov/commands/runner.rb,
lib/nabokov/core/nabokovfile.rb,
lib/nabokov/core/file_manager.rb,
lib/nabokov/helpers/informator.rb,
lib/nabokov/models/strings_file.rb,
lib/nabokov/core/nabokovfile_keys.rb,
lib/nabokov/commands/syncers/syncer.rb,
lib/nabokov/commands/syncers/project_syncer.rb,
lib/nabokov/core/nabokovfile_content_validator.rb,
lib/nabokov/commands/syncers/localizations_repo_syncer.rb

Defined Under Namespace

Classes: FileManager, GitRepo, Informator, LocalizationsRepoSyncer, Merger, MergerResult, Nabokovfile, NabokovfileContentValidator, NabokovfileKeyes, ProjectSyncer, Runner, Setup, StringsFile, Syncer

Constant Summary collapse

VERSION =
"0.1.1".freeze
DESCRIPTION =
"One of the way to work on the localization - store it in the separate github repo
and asks localization team to update files in that repo.
This solution brings as well advantages but as well a disadvantages, to minimize the disadvantages
nabokov was invented. It helps developer to automatically keep remote localzation up to date and
also remain the project localization up to date as well.".freeze