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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/burger_game.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ff046bbde51f8fb644e953a15408db621da8f8069a4c150b0dcf27b3ae990c8
4
- data.tar.gz: b10a17bee2c77d1aa3f2bb05a9f0cc7cfb6e5d5e978d77ce35c441f3a8f10287
3
+ metadata.gz: e8fef212d85f38e1f9b773be1109595e1d0fda16742c47a66313ed3cb01b985c
4
+ data.tar.gz: ccaac25042f999eb663d023e753638d7327ef855404d0c723fb4635a605734a7
5
5
  SHA512:
6
- metadata.gz: 31f617550c7307b0efd7cc27a4c40c65dbedfe7c877f3d0cc0faeb828dd58433440da3b19d19087f628f2f53f4c285500b6916337f9e17d667021ea8d6be9e15
7
- data.tar.gz: e73f18dbebbae5d4f2f0fa954f95318f9b6660dded8ea2ad34f418c60c27a801e8c27228e902e98ad95458fca78329b8b1f303e0a66c34835624e98f76e4d6b2
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 [OPTION]
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.2"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: burger_game
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jessica Gozali