gruesome 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Grue
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -249,7 +249,6 @@ module Gruesome
249
249
  end
250
250
  @memory.writev(instruction.destination, result)
251
251
  when Opcode::REMOVE_OBJ
252
- puts "remove_obj"
253
252
  @object_table.object_remove_object(operands[0])
254
253
  when Opcode::RET
255
254
  routine_return(operands[0])
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dave Wilkinson