ruby-internal 0.8.0 → 0.8.1
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/Rakefile +1 -1
- data/bin/ruby-internal-node-dump +1 -1
- data/bin/ruby-internal-obfuscate +1 -1
- data/ext/cached/ruby-1.8.4/internal/node/node_type_descrip.c +45 -45
- data/ext/cached/ruby-1.8.4/internal/node/nodeinfo.c +259 -258
- data/ext/cached/ruby-1.8.5/internal/node/node_type_descrip.c +43 -43
- data/ext/cached/ruby-1.8.5/internal/node/nodeinfo.c +261 -260
- data/ext/cached/ruby-1.8.6/internal/node/node_type_descrip.c +45 -45
- data/ext/cached/ruby-1.8.6/internal/node/nodeinfo.c +261 -260
- data/ext/cached/ruby-1.8.7/internal/node/node_type_descrip.c +37 -37
- data/ext/cached/ruby-1.8.7/internal/node/nodeinfo.c +219 -218
- data/ext/cached/ruby-1.9.1/internal/node/global_entry.h +4 -0
- data/ext/cached/ruby-1.9.1/internal/node/node_type_descrip.c +41 -41
- data/ext/cached/ruby-1.9.1/internal/node/nodeinfo.c +231 -230
- data/ext/cached/ruby-1.9.2/internal/node/global_entry.h +4 -0
- data/ext/cached/ruby-1.9.2/internal/node/node_type_descrip.c +37 -37
- data/ext/cached/ruby-1.9.2/internal/node/nodeinfo.c +206 -205
- data/ext/cached/ruby-1.9.3/internal/node/global_entry.h +4 -0
- data/ext/cached/ruby-1.9.3/internal/node/node_type_descrip.c +41 -41
- data/ext/cached/ruby-1.9.3/internal/node/nodeinfo.c +230 -229
- data/ext/internal/binding/block.h +0 -20
- data/ext/internal/method/internal_method.h +5 -5
- data/ext/internal/module/classpath.c +13 -18
- data/ext/internal/module/classpath.h +3 -3
- data/ext/internal/module/getcfp.h +12 -0
- data/ext/internal/node/block.h +0 -20
- data/ext/internal/node/global_entry.h +31 -42
- data/ext/internal/node/global_entry.h.rpp +1 -1
- data/ext/internal/node/node_type_descrip.c +38 -47
- data/ext/internal/node/nodeinfo.c +311 -626
- data/ext/internal/node/nodeinfo.h +4 -1
- data/ext/internal/proc/block.h +0 -20
- data/ext/internal/tag/tag.h +0 -10
- data/ext/internal/vm/instruction/insns_info.c +5974 -3
- data/ext/internal/vm/instruction/insns_info.h +878 -0
- metadata +37 -51
metadata
CHANGED
@@ -1,51 +1,46 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-internal
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.8.1
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 8
|
9
|
-
- 0
|
10
|
-
version: 0.8.0
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Paul Brannan
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2012-05-11 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
21
15
|
name: rubypp
|
22
|
-
|
23
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
24
17
|
none: false
|
25
|
-
requirements:
|
26
|
-
- -
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
hash: 29
|
29
|
-
segments:
|
30
|
-
- 0
|
31
|
-
- 0
|
32
|
-
- 1
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
33
21
|
version: 0.0.1
|
34
22
|
type: :runtime
|
35
|
-
|
36
|
-
|
37
|
-
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 0.0.1
|
30
|
+
description: ! 'Ruby-Internal is Ruby module that provides direct access to Ruby''s
|
31
|
+
|
38
32
|
internal data structures.
|
39
33
|
|
34
|
+
'
|
40
35
|
email: curlypaul924@gmail.com
|
41
|
-
executables:
|
36
|
+
executables:
|
42
37
|
- ruby-internal-node-dump
|
43
38
|
- ruby-internal-obfuscate
|
44
|
-
extensions:
|
39
|
+
extensions:
|
45
40
|
- Rakefile
|
46
|
-
extra_rdoc_files:
|
41
|
+
extra_rdoc_files:
|
47
42
|
- README
|
48
|
-
files:
|
43
|
+
files:
|
49
44
|
- lib/internal/node/to_a.rb
|
50
45
|
- lib/internal/node/as_code.rb
|
51
46
|
- lib/internal/node/obfusc.rb
|
@@ -385,39 +380,30 @@ files:
|
|
385
380
|
- sample/irbrc
|
386
381
|
homepage: http://rubystuff.org/nodewrap/
|
387
382
|
licenses: []
|
388
|
-
|
389
383
|
post_install_message:
|
390
384
|
rdoc_options: []
|
391
|
-
|
392
|
-
require_paths:
|
385
|
+
require_paths:
|
393
386
|
- lib
|
394
387
|
- ext
|
395
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
388
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
396
389
|
none: false
|
397
|
-
requirements:
|
398
|
-
- -
|
399
|
-
- !ruby/object:Gem::Version
|
400
|
-
|
401
|
-
|
402
|
-
- 0
|
403
|
-
version: "0"
|
404
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
390
|
+
requirements:
|
391
|
+
- - ! '>='
|
392
|
+
- !ruby/object:Gem::Version
|
393
|
+
version: '0'
|
394
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
405
395
|
none: false
|
406
|
-
requirements:
|
407
|
-
- -
|
408
|
-
- !ruby/object:Gem::Version
|
409
|
-
|
410
|
-
segments:
|
411
|
-
- 0
|
412
|
-
version: "0"
|
396
|
+
requirements:
|
397
|
+
- - ! '>='
|
398
|
+
- !ruby/object:Gem::Version
|
399
|
+
version: '0'
|
413
400
|
requirements: []
|
414
|
-
|
415
401
|
rubyforge_project: nodewrap
|
416
402
|
rubygems_version: 1.8.24
|
417
403
|
signing_key:
|
418
404
|
specification_version: 3
|
419
405
|
summary: A library that provides acccess to the internals of the ruby interpreter
|
420
|
-
test_files:
|
406
|
+
test_files:
|
421
407
|
- test/test_methodsig.rb
|
422
408
|
- test/test_dump_method.rb
|
423
409
|
- test/test_dump_proc.rb
|