allocation_tracer 0.5.1 → 0.5.2

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: 0490edb35cef102a8ae71d1bb580a4706e4fe54c
4
- data.tar.gz: 757f80cbd164caccf83294f36bea9e6ad7f84d3f
3
+ metadata.gz: 20aaa4ea4d9283d6a64f48e9e2d94bff5a304691
4
+ data.tar.gz: 9b88b53beeace38d99cd2969b7ceb1da0a62c16c
5
5
  SHA512:
6
- metadata.gz: 3949336005c81e65fb067cc938276cc21d4fcc87c291b25a4d2afd2527e522e45879d390fb74dc00905514994a3031874edc2eaee761de1cf127dbe3d2807192
7
- data.tar.gz: 7d89c07e3f732139d86610a28ab51dc42f4ef51478f20af324edfa012a90abdae94bc1527325f9ab164795fc61225a63ea0a648b746750e4e7f93d5a093a3999
6
+ metadata.gz: 44fb04040a1b8ae0d04a3a8037ee179bf267b83cad7a4f5da8af28825374a83ff3ed3bf95cea0f197e429443d9f41b8132e429a5f7336f8f5206ae34e59c62e5
7
+ data.tar.gz: 994dc1b683b0504c26c4c8d4cf1ef3329738409d8ae33ec2b493d7342cd497b4f5e86c487d2f172bd41d9702c42fdf4ed546159c45978d74e80e7d00056bb7e5
@@ -1,3 +1,3 @@
1
1
  module ObjectSpace::AllocationTracer
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
@@ -58,7 +58,6 @@ module Rack
58
58
  result = ObjectSpace::AllocationTracer.result
59
59
  ObjectSpace::AllocationTracer.pause
60
60
 
61
- p env["PATH_INFO"]
62
61
  case env["PATH_INFO"]
63
62
  when /lifetime_table/
64
63
  raise "Unsupported: lifetime_table"
@@ -34,7 +34,8 @@ describe ObjectSpace::AllocationTracer do
34
34
  i.to_s
35
35
  }
36
36
  end
37
- #GC.start
37
+
38
+ GC.start
38
39
  #pp result
39
40
 
40
41
  expect(result[[__FILE__, line + 0]][0]).to be >= 50_000
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: allocation_tracer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koichi Sasada