gruesome 0.0.2 → 0.0.3

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.
@@ -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