mission_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/lib/ui.rb +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6693b3fd864c6076f5501acbe1a51636ec8bda88482df2767607d93c4c545ed7
|
|
4
|
+
data.tar.gz: 2e98d4176368889e203b0733b3920f9d5444e08cb8055d9ab22a77c92cf97b60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0dc12cd940de6d344a95a222a04643e51cad6807aae8872e79491d265e77696e9f088ee1dada232d8d3893d93981bb86315afd29b71cdf5db905c038f21f5190
|
|
7
|
+
data.tar.gz: ec80d6c0b6281bccf392fa9c52ed9cca05638e1c9e3d87588aa20add9520bd243e277acc269843989547001ed6cddd3af5d28432a7bdf64ec2bca1e7b176199d
|
data/lib/ui.rb
CHANGED
|
@@ -121,8 +121,8 @@ module MISSIONGAME
|
|
|
121
121
|
'This is a text adventure game inspired by the movie series '.white +
|
|
122
122
|
'The Originals'.light_green
|
|
123
123
|
text <<
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
'Written by: '.white +
|
|
125
|
+
'Webster Avosa'.light_green
|
|
126
126
|
text <<
|
|
127
127
|
'Copyright ' + UI_COPYRIGHT +
|
|
128
128
|
' Webster Avosa, All Rights Reserved.'.white
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mission_game
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Webster Avosa
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2021-10-12 00:00:00.000000000 Z
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description:
|
|
41
|
+
description:
|
|
42
42
|
email: websterb17@gmail.com
|
|
43
43
|
executables:
|
|
44
44
|
- mission_game
|
|
@@ -57,7 +57,7 @@ homepage: https://github.com/avosa/mission_game
|
|
|
57
57
|
licenses:
|
|
58
58
|
- MIT
|
|
59
59
|
metadata: {}
|
|
60
|
-
post_install_message:
|
|
60
|
+
post_install_message:
|
|
61
61
|
rdoc_options: []
|
|
62
62
|
require_paths:
|
|
63
63
|
- lib
|
|
@@ -72,8 +72,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
73
|
version: '0'
|
|
74
74
|
requirements: []
|
|
75
|
-
rubygems_version: 3.2.
|
|
76
|
-
signing_key:
|
|
75
|
+
rubygems_version: 3.2.3
|
|
76
|
+
signing_key:
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: This is an open-source text-based adventure game written in Ruby.
|
|
79
79
|
test_files: []
|