Ptrace 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,83 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: Ptrace
3
+ version: !ruby/object:Gem::Version
4
+ hash: 57
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 9
9
+ - 1
10
+ version: 0.9.1
11
+ platform: ruby
12
+ authors:
13
+ - TG Community
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-07-07 00:00:00 -04:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: ...
23
+ email: community@thoughtgang.org
24
+ executables: []
25
+
26
+ extensions:
27
+ - module/extconf.rb
28
+ extra_rdoc_files:
29
+ - module/rdoc_input/Ptrace_ext.rb
30
+ files:
31
+ - module/Ptrace.c
32
+ - module/ruby_compat.c
33
+ - module/ruby_compat.h
34
+ - module/Ptrace.h
35
+ - lib/Ptrace.rb
36
+ - examples/syscall.rb
37
+ - examples/regs.rb
38
+ - examples/peekpoke.rb
39
+ - examples/kill.rb
40
+ - README
41
+ - ChangeLog
42
+ - LICENSE
43
+ - tests/ut_ptrace.rb
44
+ - module/rdoc_input/Ptrace_ext.rb
45
+ - module/extconf.rb
46
+ has_rdoc: true
47
+ homepage: http://rubyforge.org/projects/opdis/
48
+ licenses:
49
+ - GPLv3
50
+ post_install_message:
51
+ rdoc_options: []
52
+
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ none: false
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ hash: 57
61
+ segments:
62
+ - 1
63
+ - 8
64
+ - 7
65
+ version: 1.8.7
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ none: false
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ hash: 3
72
+ segments:
73
+ - 0
74
+ version: "0"
75
+ requirements: []
76
+
77
+ rubyforge_project: opdis
78
+ rubygems_version: 1.6.2
79
+ signing_key:
80
+ specification_version: 3
81
+ summary: Ruby extension library providing an API to POSIX ptrace
82
+ test_files:
83
+ - tests/ut_ptrace.rb