burger_game 1.1.2 → 1.1.3
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/README.md +1 -1
- data/burger_game.gemspec +1 -1
- 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: e8fef212d85f38e1f9b773be1109595e1d0fda16742c47a66313ed3cb01b985c
|
|
4
|
+
data.tar.gz: ccaac25042f999eb663d023e753638d7327ef855404d0c723fb4635a605734a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b338ba25df117a9785183e3e8468b125d2601b7ea9f341d0c978581904888e09335322d0773943142fcfb800ebfe885666b040e79a5fa17ab4e5ec5f255fbd9
|
|
7
|
+
data.tar.gz: 9d7e1cae75c35c6d4a1e7e5307b99a3cb3a193c5c77c66aa1bfb1d2336a2ff28a74a74c11bc3ba80a7c1c7dd7952a530a6da9e069340c01585a2728e6fa3e419
|
data/README.md
CHANGED
|
@@ -586,7 +586,7 @@ Another way to install this app is by using the bash script.
|
|
|
586
586
|
3. Run script to install and run the app the first time:
|
|
587
587
|
|
|
588
588
|
```
|
|
589
|
-
./install.sh
|
|
589
|
+
./install.sh
|
|
590
590
|
```
|
|
591
591
|
- The next time you want to only run the game (no need to install again), just run the script:
|
|
592
592
|
```
|
data/burger_game.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "burger_game"
|
|
3
|
-
s.version = "1.1.
|
|
3
|
+
s.version = "1.1.3"
|
|
4
4
|
s.summary = "A Ruby Burger Game"
|
|
5
5
|
s.description = "A simple text-based Ruby terminal game, that simulates a burger shop, where you need to build the meal for the customers with different requests and preferences."
|
|
6
6
|
s.authors = ["Jessica Gozali"]
|