lib/rocket_api/constants.rb in rocket_api-0.0.1.3 vs lib/rocket_api/constants.rb in rocket_api-0.0.1.4
- old
+ new
@@ -1,17 +1,16 @@
module RocketApi
- # ...
# Dirs map
GEM_PROJECTS_DIR = %w[bin lib test].freeze
- # ...
+
# Ping
PONG = "PONG".freeze
- # ...
+
# Commands
INIT = "init".freeze
BASE = "base".freeze
GEM = "gem".freeze
- # ...
+
# Answers
FOLDER_EXIST = "folder exist:".freeze
FILE_EXIST = "file already exist:".freeze
WRONG_ANSWER = "Wrong command".freeze
EMPTY_NAME = "Project name is empty".freeze