invader_zim 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 538a82da234bb28232e91a581c4a7fe98f85feeadc0fee1877ec62010c81e59d
4
- data.tar.gz: 6b5e7240c9f329619f9603664f11d032532d1deb96d46c41327ac957428e0cbd
3
+ metadata.gz: b0d57c44f658aea282bd2c807d17bf553881b32fdfe17abb3af89577c112a856
4
+ data.tar.gz: dd367dc131c78d57d28facf5300c94041cae979688b5a724c9f876f47d11ba63
5
5
  SHA512:
6
- metadata.gz: 4ae81a709c0fff7571a43cb8d1e9c126138a01db67ab2940962a7a31ecd5261f9229af82f613fb210c4f0ce0d9c125af44d423a2b028a3f1975433f0b4d2e122
7
- data.tar.gz: 3c05650f504346a4974d39fed685ec5f063102aa1586130e2a7c976096e376a0549fe96dd2a3cad3dea98b04cc68203fb1f89efab8760b23ce5c708404ad78a0
6
+ metadata.gz: cc0f2ca4c6a3e97fbd48505196bebe5ee937f306c55818d809b8552b734f5d49cd3184e964bafaac2f4bfbdcae8eb8009e2d9cdf187b2e1f5b3017d2a53d8061
7
+ data.tar.gz: 234b09db969f0339307d6e08cc72a1ffac2ff3d03e68197f4c872c46b53962430659ff0f17895925993831918f559f317059a45440a3f955d1b70c4a4f7bee41
@@ -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 I have decided to launch you into space.\n", :green).strip
237
+ puts CLIColorize.colorize("For your betrayal in attempting leave to 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)
@@ -1,3 +1,3 @@
1
1
  module InvaderZim
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: invader_zim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'David Mathew Anderson'"