lib/config/constants.rb in codebreaker_paratskiy-0.2.2 vs lib/config/constants.rb in codebreaker_paratskiy-0.2.3

- old
+ new

@@ -1,11 +1,10 @@ DB = 'stats.yml'.freeze DIFFICULTIES = { easy: { attempts: 15, hints: 2 }, medium: { attempts: 10, hints: 1 }, - hell: { attempts: 5, hints: 1 }, - default: { attempts: 0, hints: 0 } + hell: { attempts: 5, hints: 1 } }.freeze DEFAULT_NAME = 'default'.freeze MAIN_MENU_COMMANDS = {