rb-threadframe 0.32

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.
metadata ADDED
@@ -0,0 +1,110 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rb-threadframe
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 32
8
+ version: "0.32"
9
+ platform: ruby
10
+ authors:
11
+ - R. Bernstein
12
+ autorequire:
13
+ bindir: bin
14
+ cert_chain: []
15
+
16
+ date: 2010-09-12 00:00:00 -04:00
17
+ default_executable:
18
+ dependencies: []
19
+
20
+ description: "\n\
21
+ rb-threadframe gives introspection access for frames of a thread.\n"
22
+ email: rocky@gnu.org
23
+ executables: []
24
+
25
+ extensions:
26
+ - ext/extconf.rb
27
+ extra_rdoc_files:
28
+ - README.md
29
+ - threadframe.rd
30
+ - ext/iseq_extra.c
31
+ - ext/thread_frame.c
32
+ - ext/proc_extra.c
33
+ - ext/thread_extra.c
34
+ files:
35
+ - README.md
36
+ - Rakefile
37
+ - LICENSE
38
+ - NEWS
39
+ - include/thread_pthread.h
40
+ - include/node.h
41
+ - include/method_mini.h
42
+ - include/ruby19_externs.h
43
+ - include/vm_core_mini.h
44
+ - lib/iseq_extra.rb
45
+ - lib/thread_frame.rb
46
+ - ext/iseq_extra.c
47
+ - ext/thread_frame.c
48
+ - ext/proc_extra.c
49
+ - ext/thread_extra.c
50
+ - ext/thread_frame.h
51
+ - ext/proc_extra.h
52
+ - ext/thread_pthread.h
53
+ - ext/node.h
54
+ - ext/thread_extra.h
55
+ - ext/iseq_extra.h
56
+ - ext/iseq_mini.h
57
+ - test/unit/test-trace.rb
58
+ - test/unit/test-prev.rb
59
+ - test/unit/test-source.rb
60
+ - test/unit/test-return-stop.rb
61
+ - test/unit/test-proc.rb
62
+ - test/unit/test-invalid.rb
63
+ - test/unit/test-argc.rb
64
+ - test/unit/cfunc-use.rb
65
+ - test/unit/test-binding.rb
66
+ - test/unit/test-lib-iseq-extra.rb
67
+ - test/unit/test-thread.rb
68
+ - test/unit/test-iseq-brkpt.rb
69
+ - test/unit/test-iseq.rb
70
+ - test/unit/test-thread-trace-masks.rb
71
+ - test/unit/test-settracefunc.rb
72
+ - test/unit/test-sp-size.rb
73
+ - threadframe.rd
74
+ - ext/extconf.rb
75
+ has_rdoc: true
76
+ homepage: http://github.com/rocky/rb-threadframe/tree/master
77
+ licenses: []
78
+
79
+ post_install_message:
80
+ rdoc_options: []
81
+
82
+ require_paths:
83
+ - lib
84
+ required_ruby_version: !ruby/object:Gem::Requirement
85
+ none: false
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ segments:
90
+ - 1
91
+ - 9
92
+ - 2
93
+ version: 1.9.2
94
+ required_rubygems_version: !ruby/object:Gem::Requirement
95
+ none: false
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ segments:
100
+ - 0
101
+ version: "0"
102
+ requirements: []
103
+
104
+ rubyforge_project:
105
+ rubygems_version: 1.3.7
106
+ signing_key:
107
+ specification_version: 3
108
+ summary: Frame introspection
109
+ test_files: []
110
+