studio_game_funky 1.0.0 → 1.0.1
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 +3 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b27d7bbb562cc41cf8c7f4a6440dcfa7d6bfd80e6c197f3274293130897eb8f
|
4
|
+
data.tar.gz: 5d9644af9951a41a9e0ccc81c8116e1086e986f0cc98e108f03353d34c123665
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbabf549aae26bac080a8fcda14a73ae8f015fd9e4c490adeeb483b7c919169e74535a4dae48065023e4f7fcf2199577a2215f030133e648fcfa1e47bedef4ab
|
7
|
+
data.tar.gz: d3a44f1a411a2d865c8b8e4a650efee4818e5bdb7f45bae929b0f6efd36967896adf2b18bc0652706b112fac52c38b721eb2d5440ca564d9fde8cc4468070dd0
|
data/README
CHANGED
@@ -1,3 +1,5 @@
|
|
1
1
|
Welcome to my crazy fun game!
|
2
2
|
Choose how many rounds you would like to play and along the way you may find items, go berserk or even become clumsy!
|
3
|
-
The possibilities are endless.... who will win out of you and your friends?!
|
3
|
+
The possibilities are endless.... who will win out of you and your friends?!
|
4
|
+
|
5
|
+
To play, run the command 'studio_game' and follow the instructions!
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: studio_game_funky
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Katie Louise Rodgers
|
@@ -34,6 +34,8 @@ description: |-
|
|
34
34
|
Welcome to my crazy fun game!
|
35
35
|
Choose how many rounds you would like to play and along the way you may find items, go berserk or even become clumsy!
|
36
36
|
The possibilities are endless.... who will win out of you and your friends?!
|
37
|
+
|
38
|
+
To play, run the command 'studio_game' and follow the instructions!
|
37
39
|
email: katierodgers95@gmail.com
|
38
40
|
executables:
|
39
41
|
- studio_game
|