Module: RocketApi

Defined in:
lib/rocket_api/errors.rb,
lib/rocket_api/version.rb,
lib/rocket_api/constants.rb,
lib/rocket_api/commands/dirs.rb,
lib/rocket_api/commands/files.rb,
lib/rocket_api/rocket_commands.rb,
lib/rocket_api/commands/gems_dir.rb,
lib/rocket_api/library/gem_repo_plain_text.rb

Defined Under Namespace

Modules: Commands, Library Classes: CreateDirError, Error, InitFilesError, RocketCommands

Constant Summary collapse

VERSION =
"0.0.1.5".freeze
GEM_PROJECTS_DIR =

Dirs map

%w[bin lib test].freeze
PONG =

Ping

"PONG".freeze
INIT =

Commands

"init".freeze
BASE =
"base".freeze
GEM =
"gem".freeze
FOLDER_EXIST =

Answers

"folder exist:".freeze
FILE_EXIST =
"file already exist:".freeze
WRONG_ANSWER =
"Wrong command".freeze
EMPTY_NAME =
"Project name is empty".freeze
INIT_FAIL =
"Init action fail:".freeze
CREATE_FAILED =
"Create failed:".freeze
CREATE_SUCCESS =
"Successfully created:".freeze