tumblr-game 1.2.5 → 1.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tumblr-game/gosu.rb +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6eae8f3fd3487df7f7094732b7613635010e837
4
- data.tar.gz: 8226b0a5a91ca3b95b2d64e0e9bfdc7402c4d3d4
3
+ metadata.gz: aca34894248585f3753dabcb2093700c4c4c196e
4
+ data.tar.gz: 35775065b2818c913cb33808b370298b108be22f
5
5
  SHA512:
6
- metadata.gz: 990f6a9fc418a8847b111abbcf6204ceb90110c7580f35e488d59edc59e6736a4a0f08f9d49e66190d92ed4cff0373084d73b645aa171d9ea7f828a32df381ab
7
- data.tar.gz: 1e1d7a500a58cd768174e3a084975f92bd52c73d8c55ca1dd2192905525a9e59a9acc9ce04eb6062a27bc7a6f507d860b037902131cafb4781b151a9ae8922af
6
+ metadata.gz: 5a3bbf087f21767286b2996c8a09e50b7e45d2cf36ddbb9243181e3b96e0e799c5618d27abe457ea3ac11b5821e6e01be599b8a9589352dd2ae34e0ee1545cfb
7
+ data.tar.gz: 540c76c487355da51106505c54945ff372028374b2917340c56c82254c1ce658b8f5b502bd2589ccb6ce5cc5d36c1b741f4e4384be1091922ff21f0ce469769b
@@ -135,9 +135,9 @@ class MyWindow < Gosu::Window
135
135
  ## update the Timer object
136
136
  @timer.update
137
137
 
138
- if @timer.return_time == 0 then
139
- check_win
140
- end
138
+ #if @timer.return_time == 0 then
139
+ # check_win
140
+ #end
141
141
 
142
142
  end
143
143
 
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.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Canero