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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ui.rb +2 -2
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4a63e6356c3aebf135e66163c4c73f53b776539a7e72023a3c6369bfab7bc99
4
- data.tar.gz: ef1708f5f705150abbabfb40a57430036904f4afdbd5c8b6569639767944695e
3
+ metadata.gz: 6693b3fd864c6076f5501acbe1a51636ec8bda88482df2767607d93c4c545ed7
4
+ data.tar.gz: 2e98d4176368889e203b0733b3920f9d5444e08cb8055d9ab22a77c92cf97b60
5
5
  SHA512:
6
- metadata.gz: 6afa74551ab65060d42055b034d6796fd4f8a1703e720010e07dfa7f09e6a3b48421865a0bb6408e4c03c31f93833770f572a650786527b9439b83ba5d0455c8
7
- data.tar.gz: a53e29573583e890460fd6803001161c7ac589dfb570a70c80bd40fc85589eaa0201b48693a713f7d1f1df7a8309611b0751b5ade68c3367f4a3227f73286e5f
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
- 'Written by Webster Avosa as a '.white + UI_EMAIL.light_white +
125
- 'Livestorm Back-End Hiring Test'.light_green
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.2
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.22
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: []