tumblr-game 1.2.3 → 1.2.4

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
  SHA1:
3
- metadata.gz: 2e3d3bd481c0d378b748e63db548c8684baec4fd
4
- data.tar.gz: a94a00be723610a30be739900f543a74c45b5964
3
+ metadata.gz: ce9fcb3d1a0a330e1622735d3eb52507ac5d6c8a
4
+ data.tar.gz: ea2d8752e319e3da76ed24105ee09954003376f8
5
5
  SHA512:
6
- metadata.gz: 2d4c83c15dc73c3473067969738e1792b1d074d838b10a5d9f657180b83d426cbdfbbd6c802bc3bafd95a1ae9202f921c7cd6b5222d3f72f8a5f78b38ee28463
7
- data.tar.gz: 3e807097b3e6c7ed8d878a86647067d435debec2791135a4ce5ffa1ac70e8201ee75a9f8faf5c2552297c4707e718f223be26f3c4498cc629a01995b35bc1c01
6
+ metadata.gz: 16275ae677cdf7ce5cf87dddfa146b9ebe6b9feb137e24dca2c06f3e6799521045548810b2a3de6c6632f5875f0544dac133029bfac16ba5243474207c8d3713
7
+ data.tar.gz: fdc5e842e7ffc4c0c7f89b55b27d054c99aab30601d9c9915f1763c077734bce7a971bbf7db148d6af6909377707d2a61434dcc462bd7b1ae2b951cec50c2591
data/lib/tumblr-game.rb CHANGED
@@ -28,6 +28,7 @@ class Game
28
28
 
29
29
  window = MyWindow.new(@width, @height) # start the game
30
30
  window.show
31
+ self.delete
31
32
  else
32
33
  puts "Error downloading pictures from Tumblr. Please check your internet connection or the blog name you entered. Blogs need at least 5 pictures."
33
34
  end
@@ -122,7 +122,7 @@ class MyWindow < Gosu::Window
122
122
  ## update the Timer object
123
123
  @timer.update
124
124
 
125
- if timer.return_time == 0 then
125
+ if @timer.return_time == 0 then
126
126
  check_win
127
127
  end
128
128
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tumblr-game
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Canero