memory-profiler 1.1.1 → 1.1.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.
data/releases.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Releases
2
2
 
3
+ ## v1.1.2
4
+
5
+ - Fix handling of GC compaction (I hope).
6
+
3
7
  ## v0.1.0
4
8
 
5
9
  - Initial implementation.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: memory-profiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -45,10 +45,14 @@ extra_rdoc_files: []
45
45
  files:
46
46
  - context/getting-started.md
47
47
  - context/index.yaml
48
+ - context/rack-integration.md
48
49
  - ext/extconf.rb
50
+ - ext/memory/profiler/allocations.c
51
+ - ext/memory/profiler/allocations.h
49
52
  - ext/memory/profiler/capture.c
50
53
  - ext/memory/profiler/capture.h
51
54
  - ext/memory/profiler/profiler.c
55
+ - ext/memory/profiler/queue.h
52
56
  - lib/memory/profiler.rb
53
57
  - lib/memory/profiler/call_tree.rb
54
58
  - lib/memory/profiler/capture.rb
metadata.gz.sig CHANGED
Binary file