lib/alex_codebreaker/modules/settings.rb in alex_codebreaker-0.1.7 vs lib/alex_codebreaker/modules/settings.rb in alex_codebreaker-0.1.8

- old
+ new

@@ -1,8 +1,8 @@ module AlexCodebreaker module Modules module Settings - MATCHING = { place: '+', presence: '-', absent: ' ' }.freeze + MATCHING = { place: '+', presence: '-' }.freeze CODE_MIN_DIGIT = 1 CODE_MAX_DIGIT = 6 CODE_LENGTH = 4 MIN_PLAYER_NAME_LENGTH = 3 MAX_PLAYER_NAME_LENGTH = 20