codebreakergem 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/codebreakergem/version.rb +1 -1
- data/lib/locales/en.yml +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf7e699f9296e4da94d81363c398f171622ac1cb364411d32aefade8468aa314
|
4
|
+
data.tar.gz: 9e1be7a615d9a5ceb111a5c03cc0747d31a529a8e32a3c2f2f5defca0557121a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df92eaafb7bfa8edc3068327eab0802d72992f7908109178d141aab6ae04cd16bcf20a96d727d58e13a02072e7e5a5c99f682379ede6413238a1c4adc9e74826
|
7
|
+
data.tar.gz: ef453b7fe0f9463c7227494401c7d86567fbd5c2eab2e137548465938b50fd7c901681814dd4fc1534c4abedf6670a06f95c7dbadd9054bdf66907bdb4ae0468
|
data/lib/locales/en.yml
CHANGED
@@ -10,6 +10,10 @@ en:
|
|
10
10
|
3) Stats\n
|
11
11
|
4) Exit\n"
|
12
12
|
victory_message: 'Congratulations!!! YOU WON!!!'
|
13
|
+
goodbye_message: "Thank you for playing\nSee you next time"
|
14
|
+
input_name: "Input player's name:"
|
15
|
+
difficulty: 'Chose difficulty'
|
16
|
+
invalid_command: 'You have passed unexpected command. Please choose one from listed commands'
|
13
17
|
out_of_attempts: 'Unfortunately you have no more attempts'
|
14
18
|
rules: " ____________________________________________________________________________________________\n
|
15
19
|
| |\n
|