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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0d57c44f658aea282bd2c807d17bf553881b32fdfe17abb3af89577c112a856
4
- data.tar.gz: dd367dc131c78d57d28facf5300c94041cae979688b5a724c9f876f47d11ba63
3
+ metadata.gz: ea3704d7dfe874cc3ce8a4348192fcf9b3a29d550a4e270ada64987df7b6dfaf
4
+ data.tar.gz: 5a445aeb9843ae9898f8a9b808651aa0fbf18e1966c48e427571cb3a55bea014
5
5
  SHA512:
6
- metadata.gz: cc0f2ca4c6a3e97fbd48505196bebe5ee937f306c55818d809b8552b734f5d49cd3184e964bafaac2f4bfbdcae8eb8009e2d9cdf187b2e1f5b3017d2a53d8061
7
- data.tar.gz: 234b09db969f0339307d6e08cc72a1ffac2ff3d03e68197f4c872c46b53962430659ff0f17895925993831918f559f317059a45440a3f955d1b70c4a4f7bee41
6
+ metadata.gz: b498e96e92bbbc1d11d29a5546baae1eff2622e1d54c85e64d3d0885364a032d01cf965120d7147f3d474d046040abbc52cc836cb35b9446b27784c702c9c540
7
+ data.tar.gz: 67890cb0bc929f9c7650be92418f62e2a630049e737320a3b752743d21017a2ce176c3030d1f2a5bd8a80086b556ec3aabb766ef7f3563b021a96635631637e2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- invader_zim (0.1.4)
4
+ invader_zim (0.1.6)
5
5
  catpix_mini (~> 0.1.1)
6
6
  cli-colorize (~> 2.0)
7
7
  mini_magick (~> 4.7)
@@ -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 to I have decided to launch you into space.\n", :green).strip
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)
@@ -1,3 +1,3 @@
1
1
  module InvaderZim
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
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.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'David Mathew Anderson'"