Ptrace 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ChangeLog +2 -0
  2. metadata +5 -7
data/ChangeLog CHANGED
@@ -1,3 +1,5 @@
1
+ 2013-03-03 : mkfs <mkfs@thoughtgang.org>
2
+ * Updated rakefile to handle new tasks
1
3
  2011-07-08 : mkfs <mkfs@thoughtgang.org>
2
4
  * Added Hash of syscall num-to-name
3
5
  * Version bump
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Ptrace
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 2
10
- version: 0.9.2
9
+ - 3
10
+ version: 0.9.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - TG Community
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-08 00:00:00 -04:00
19
- default_executable:
18
+ date: 2013-03-03 00:00:00 Z
20
19
  dependencies: []
21
20
 
22
21
  description: ...
@@ -43,7 +42,6 @@ files:
43
42
  - tests/ut_ptrace.rb
44
43
  - module/rdoc_input/Ptrace_ext.rb
45
44
  - module/extconf.rb
46
- has_rdoc: true
47
45
  homepage: http://rubyforge.org/projects/opdis/
48
46
  licenses:
49
47
  - GPLv3
@@ -75,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  requirements: []
76
74
 
77
75
  rubyforge_project: opdis
78
- rubygems_version: 1.6.2
76
+ rubygems_version: 1.8.11
79
77
  signing_key:
80
78
  specification_version: 3
81
79
  summary: Ruby extension library providing an API to POSIX ptrace