invader_zim 0.1.6 → 0.1.7
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/Gemfile.lock +1 -1
- data/lib/invader_zim/cli.rb +1 -1
- data/lib/invader_zim/version.rb +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: ea3704d7dfe874cc3ce8a4348192fcf9b3a29d550a4e270ada64987df7b6dfaf
|
|
4
|
+
data.tar.gz: 5a445aeb9843ae9898f8a9b808651aa0fbf18e1966c48e427571cb3a55bea014
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b498e96e92bbbc1d11d29a5546baae1eff2622e1d54c85e64d3d0885364a032d01cf965120d7147f3d474d046040abbc52cc836cb35b9446b27784c702c9c540
|
|
7
|
+
data.tar.gz: 67890cb0bc929f9c7650be92418f62e2a630049e737320a3b752743d21017a2ce176c3030d1f2a5bd8a80086b556ec3aabb766ef7f3563b021a96635631637e2
|
data/Gemfile.lock
CHANGED
data/lib/invader_zim/cli.rb
CHANGED
|
@@ -234,7 +234,7 @@ class InvaderZim::CLI
|
|
|
234
234
|
elsif input == "exit"
|
|
235
235
|
system "clear"
|
|
236
236
|
print_image("zim.gif")
|
|
237
|
-
puts CLIColorize.colorize("For your betrayal in attempting leave
|
|
237
|
+
puts CLIColorize.colorize("For your betrayal in attempting to leave I have decided to launch you into space.\n", :green).strip
|
|
238
238
|
sleep(4)
|
|
239
239
|
puts CLIColorize.colorize("Launching you into space is just the first part of my plan! Now is where the fun really starts!\n", :green).strip
|
|
240
240
|
sleep(4)
|
data/lib/invader_zim/version.rb
CHANGED