debug_inspector 0.0.1 → 0.0.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.
- data/README.md +1 -1
- data/lib/debug_inspector.rb +5 -1
- data/lib/debug_inspector/version.rb +3 -0
- metadata +10 -7
- checksums.yaml +0 -7
data/README.md
CHANGED
@@ -5,7 +5,7 @@ debug_inspector
|
|
5
5
|
|
6
6
|
_A Ruby wrapper for the new MRI 2.0 debug\_inspector API_
|
7
7
|
|
8
|
-
**
|
8
|
+
**This library only works on MRI 2.0. Requiring it on unsupported Rubies will result in a no-op**
|
9
9
|
|
10
10
|
Usage
|
11
11
|
-----
|
data/lib/debug_inspector.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: debug_inspector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- John Mair (banisterfiend)
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-13 00:00:00.000000000 Z
|
12
13
|
dependencies: []
|
13
14
|
description: A Ruby wrapper for the MRI 2.0 debug_inspector API
|
14
15
|
email:
|
@@ -24,27 +25,29 @@ files:
|
|
24
25
|
- ext/debug_inspector/debug_inspector.c
|
25
26
|
- ext/debug_inspector/extconf.rb
|
26
27
|
- lib/debug_inspector.rb
|
28
|
+
- lib/debug_inspector/version.rb
|
27
29
|
homepage: https://github.com/banister/debug_inspector
|
28
30
|
licenses: []
|
29
|
-
metadata: {}
|
30
31
|
post_install_message:
|
31
32
|
rdoc_options: []
|
32
33
|
require_paths:
|
33
34
|
- lib
|
34
35
|
required_ruby_version: !ruby/object:Gem::Requirement
|
36
|
+
none: false
|
35
37
|
requirements:
|
36
|
-
- - '>='
|
38
|
+
- - ! '>='
|
37
39
|
- !ruby/object:Gem::Version
|
38
40
|
version: '0'
|
39
41
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
40
43
|
requirements:
|
41
|
-
- - '>='
|
44
|
+
- - ! '>='
|
42
45
|
- !ruby/object:Gem::Version
|
43
46
|
version: '0'
|
44
47
|
requirements: []
|
45
48
|
rubyforge_project:
|
46
|
-
rubygems_version:
|
49
|
+
rubygems_version: 1.8.23
|
47
50
|
signing_key:
|
48
|
-
specification_version:
|
51
|
+
specification_version: 3
|
49
52
|
summary: A Ruby wrapper for the MRI 2.0 debug_inspector API
|
50
53
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 0818f4d1a14ebba76cdf967f063526c1caae14f6
|
4
|
-
data.tar.gz: 5999c5d5a10721d1a824c648d1c9825491c5a1b0
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: c1598e9ae43dd251033b733e15998a5e40f1acd13ea3cdca657a371377dbae8da4739f51423e18d099723efa0e6b587ef0af14cf7a525a75f03235a056045fca
|
7
|
-
data.tar.gz: b33a0f6ff4a4ea8db69186c7578768e8309138dd84357b9cea49966ac1abd3291e3f65f6ed9816efa03c1325c05fc57be38f13e0196ff5d299e3a927337a5531
|