bindex 0.2.0 → 0.3.0

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.
Files changed (146) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +13 -33
  3. data/bindex.gemspec +1 -1
  4. data/ext/bindex/com/gsamokovarov/bindex/JRubyIntegration.java +2 -2
  5. data/ext/bindex/cruby.c +41 -13
  6. data/ext/bindex/extconf.rb +0 -15
  7. data/lib/bindex/jruby.rb +0 -1
  8. data/lib/bindex/jruby_internals.jar +0 -0
  9. data/lib/bindex/jruby_internals_9k.jar +0 -0
  10. data/lib/bindex/version.rb +1 -1
  11. metadata +17 -152
  12. data/ext/bindex/bindex.h +0 -11
  13. data/ext/bindex/bindings.c +0 -106
  14. data/ext/bindex/ruby_193.h +0 -101
  15. data/ext/bindex/ruby_193/addr2line.h +0 -21
  16. data/ext/bindex/ruby_193/constant.h +0 -34
  17. data/ext/bindex/ruby_193/debug.h +0 -41
  18. data/ext/bindex/ruby_193/dln.h +0 -50
  19. data/ext/bindex/ruby_193/encdb.h +0 -167
  20. data/ext/bindex/ruby_193/eval_intern.h +0 -234
  21. data/ext/bindex/ruby_193/gc.h +0 -99
  22. data/ext/bindex/ruby_193/id.h +0 -177
  23. data/ext/bindex/ruby_193/internal.h +0 -242
  24. data/ext/bindex/ruby_193/iseq.h +0 -126
  25. data/ext/bindex/ruby_193/method.h +0 -105
  26. data/ext/bindex/ruby_193/node.h +0 -504
  27. data/ext/bindex/ruby_193/parse.h +0 -302
  28. data/ext/bindex/ruby_193/probes.h +0 -369
  29. data/ext/bindex/ruby_193/regenc.h +0 -219
  30. data/ext/bindex/ruby_193/regint.h +0 -850
  31. data/ext/bindex/ruby_193/regparse.h +0 -362
  32. data/ext/bindex/ruby_193/revision.h +0 -1
  33. data/ext/bindex/ruby_193/ruby_atomic.h +0 -175
  34. data/ext/bindex/ruby_193/siphash.h +0 -48
  35. data/ext/bindex/ruby_193/thread_pthread.h +0 -51
  36. data/ext/bindex/ruby_193/thread_win32.h +0 -40
  37. data/ext/bindex/ruby_193/timev.h +0 -21
  38. data/ext/bindex/ruby_193/transcode_data.h +0 -117
  39. data/ext/bindex/ruby_193/transdb.h +0 -186
  40. data/ext/bindex/ruby_193/verconf.h +0 -12
  41. data/ext/bindex/ruby_193/version.h +0 -52
  42. data/ext/bindex/ruby_193/vm_core.h +0 -763
  43. data/ext/bindex/ruby_193/vm_exec.h +0 -184
  44. data/ext/bindex/ruby_193/vm_insnhelper.h +0 -220
  45. data/ext/bindex/ruby_193/vm_opts.h +0 -51
  46. data/ext/bindex/ruby_20.h +0 -142
  47. data/ext/bindex/ruby_20/addr2line.h +0 -21
  48. data/ext/bindex/ruby_20/constant.h +0 -36
  49. data/ext/bindex/ruby_20/dln.h +0 -50
  50. data/ext/bindex/ruby_20/encdb.h +0 -169
  51. data/ext/bindex/ruby_20/eval_intern.h +0 -241
  52. data/ext/bindex/ruby_20/gc.h +0 -104
  53. data/ext/bindex/ruby_20/id.h +0 -135
  54. data/ext/bindex/ruby_20/internal.h +0 -395
  55. data/ext/bindex/ruby_20/iseq.h +0 -140
  56. data/ext/bindex/ruby_20/method.h +0 -138
  57. data/ext/bindex/ruby_20/node.h +0 -541
  58. data/ext/bindex/ruby_20/parse.h +0 -292
  59. data/ext/bindex/ruby_20/probes.h +0 -369
  60. data/ext/bindex/ruby_20/probes_helper.h +0 -67
  61. data/ext/bindex/ruby_20/regenc.h +0 -227
  62. data/ext/bindex/ruby_20/regint.h +0 -915
  63. data/ext/bindex/ruby_20/regparse.h +0 -367
  64. data/ext/bindex/ruby_20/revision.h +0 -1
  65. data/ext/bindex/ruby_20/ruby_atomic.h +0 -170
  66. data/ext/bindex/ruby_20/siphash.h +0 -48
  67. data/ext/bindex/ruby_20/thread_pthread.h +0 -56
  68. data/ext/bindex/ruby_20/thread_win32.h +0 -45
  69. data/ext/bindex/ruby_20/timev.h +0 -21
  70. data/ext/bindex/ruby_20/transcode_data.h +0 -127
  71. data/ext/bindex/ruby_20/transdb.h +0 -190
  72. data/ext/bindex/ruby_20/verconf.h +0 -12
  73. data/ext/bindex/ruby_20/version.h +0 -52
  74. data/ext/bindex/ruby_20/vm_core.h +0 -1018
  75. data/ext/bindex/ruby_20/vm_debug.h +0 -41
  76. data/ext/bindex/ruby_20/vm_exec.h +0 -173
  77. data/ext/bindex/ruby_20/vm_insnhelper.h +0 -274
  78. data/ext/bindex/ruby_20/vm_opts.h +0 -56
  79. data/ext/bindex/ruby_21.h +0 -142
  80. data/ext/bindex/ruby_21/addr2line.h +0 -21
  81. data/ext/bindex/ruby_21/constant.h +0 -36
  82. data/ext/bindex/ruby_21/dln.h +0 -51
  83. data/ext/bindex/ruby_21/encdb.h +0 -170
  84. data/ext/bindex/ruby_21/eval_intern.h +0 -260
  85. data/ext/bindex/ruby_21/gc.h +0 -101
  86. data/ext/bindex/ruby_21/id.h +0 -210
  87. data/ext/bindex/ruby_21/internal.h +0 -889
  88. data/ext/bindex/ruby_21/iseq.h +0 -136
  89. data/ext/bindex/ruby_21/method.h +0 -142
  90. data/ext/bindex/ruby_21/node.h +0 -543
  91. data/ext/bindex/ruby_21/parse.h +0 -298
  92. data/ext/bindex/ruby_21/probes.h +0 -401
  93. data/ext/bindex/ruby_21/probes_helper.h +0 -67
  94. data/ext/bindex/ruby_21/regenc.h +0 -223
  95. data/ext/bindex/ruby_21/regint.h +0 -911
  96. data/ext/bindex/ruby_21/regparse.h +0 -363
  97. data/ext/bindex/ruby_21/revision.h +0 -1
  98. data/ext/bindex/ruby_21/ruby_atomic.h +0 -170
  99. data/ext/bindex/ruby_21/siphash.h +0 -48
  100. data/ext/bindex/ruby_21/thread_native.h +0 -23
  101. data/ext/bindex/ruby_21/thread_pthread.h +0 -56
  102. data/ext/bindex/ruby_21/thread_win32.h +0 -45
  103. data/ext/bindex/ruby_21/timev.h +0 -42
  104. data/ext/bindex/ruby_21/transcode_data.h +0 -123
  105. data/ext/bindex/ruby_21/transdb.h +0 -190
  106. data/ext/bindex/ruby_21/verconf.h +0 -13
  107. data/ext/bindex/ruby_21/version.h +0 -52
  108. data/ext/bindex/ruby_21/vm_core.h +0 -1043
  109. data/ext/bindex/ruby_21/vm_debug.h +0 -37
  110. data/ext/bindex/ruby_21/vm_exec.h +0 -182
  111. data/ext/bindex/ruby_21/vm_insnhelper.h +0 -273
  112. data/ext/bindex/ruby_21/vm_opts.h +0 -56
  113. data/ext/bindex/ruby_21preview.h +0 -146
  114. data/ext/bindex/ruby_21preview/addr2line.h +0 -21
  115. data/ext/bindex/ruby_21preview/constant.h +0 -36
  116. data/ext/bindex/ruby_21preview/dln.h +0 -51
  117. data/ext/bindex/ruby_21preview/encdb.h +0 -270
  118. data/ext/bindex/ruby_21preview/eval_intern.h +0 -217
  119. data/ext/bindex/ruby_21preview/gc.h +0 -100
  120. data/ext/bindex/ruby_21preview/id.h +0 -169
  121. data/ext/bindex/ruby_21preview/internal.h +0 -765
  122. data/ext/bindex/ruby_21preview/iseq.h +0 -136
  123. data/ext/bindex/ruby_21preview/method.h +0 -141
  124. data/ext/bindex/ruby_21preview/node.h +0 -543
  125. data/ext/bindex/ruby_21preview/parse.h +0 -298
  126. data/ext/bindex/ruby_21preview/probes.h +0 -385
  127. data/ext/bindex/ruby_21preview/probes_helper.h +0 -67
  128. data/ext/bindex/ruby_21preview/regenc.h +0 -223
  129. data/ext/bindex/ruby_21preview/regint.h +0 -911
  130. data/ext/bindex/ruby_21preview/regparse.h +0 -363
  131. data/ext/bindex/ruby_21preview/revision.h +0 -1
  132. data/ext/bindex/ruby_21preview/ruby_atomic.h +0 -130
  133. data/ext/bindex/ruby_21preview/siphash.h +0 -48
  134. data/ext/bindex/ruby_21preview/thread_native.h +0 -23
  135. data/ext/bindex/ruby_21preview/thread_pthread.h +0 -56
  136. data/ext/bindex/ruby_21preview/thread_win32.h +0 -45
  137. data/ext/bindex/ruby_21preview/timev.h +0 -42
  138. data/ext/bindex/ruby_21preview/transcode_data.h +0 -123
  139. data/ext/bindex/ruby_21preview/transdb.h +0 -190
  140. data/ext/bindex/ruby_21preview/verconf.h +0 -13
  141. data/ext/bindex/ruby_21preview/version.h +0 -53
  142. data/ext/bindex/ruby_21preview/vm_core.h +0 -1017
  143. data/ext/bindex/ruby_21preview/vm_debug.h +0 -37
  144. data/ext/bindex/ruby_21preview/vm_exec.h +0 -180
  145. data/ext/bindex/ruby_21preview/vm_insnhelper.h +0 -272
  146. data/ext/bindex/ruby_21preview/vm_opts.h +0 -56
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 34aa50088ea6aef2477158e8e8cc6e9c79bc61a9
4
- data.tar.gz: f28ceecbdfcb050ad460d5b98ce1c49a3b471ae2
3
+ metadata.gz: a786a7432d70960e943a5114f81888e4ae66a856
4
+ data.tar.gz: 62378c2b62cf68d181882727ca55d97cfd22e0f9
5
5
  SHA512:
6
- metadata.gz: 26de5ac63dd38eee300a749896c9eb24e3c2aa76a3f28264282e703fe7052217e4f0bc6c62a768ed85812b3afe1032a1bcc30a01a76fee7f0873f92b99edfe89
7
- data.tar.gz: add6aec5daa85df64266f3632afb64cf38c098bab43dffa41311537de8ee7f24e400aa1b5c2aba772c8524d878d04dc93eca8f101ca3a0d98692dd40615bc6ab
6
+ metadata.gz: 4b5d57034831194f380cbf8912b10560f9e5368cfec9e800b5c62069660c838f8209344a9a682eb277f80a5184b70d5271288b0c89f14745ee234c0d92287430
7
+ data.tar.gz: 43f9c1b35db5f6d58ea66ce7d9152b450dbb7abf308a4988fefb41745cfccc3dccb570eb3355702ad19bb25d1cf6e0d07e9662a1a8fd9f626ae444898a6066c5
@@ -1,43 +1,21 @@
1
1
  language: ruby
2
2
 
3
3
  rvm:
4
- - ruby-1.9.3-p551
5
- - ruby-1.9.3-p550
6
- - ruby-1.9.3-p547
7
- - ruby-1.9.3-p545
8
- - ruby-1.9.3-p484
9
-
10
- - ruby-2.0.0-p598
11
- - ruby-2.0.0-p576
12
- - ruby-2.0.0-p481
13
- - ruby-2.0.0-p451
14
- - ruby-2.0.0-p353
15
- - ruby-2.0.0-p247
16
- - ruby-2.0.0-p195
17
- - ruby-2.0.0-p0
18
-
19
- - ruby-2.1.5
20
- - ruby-2.1.4
21
- - ruby-2.1.3
22
- - ruby-2.1.2-clang
23
- - ruby-2.1.2
24
- - ruby-2.1.1-clang
25
- - ruby-2.1.1
26
- - ruby-2.1.0-rc1
27
- - ruby-2.1.0-preview2
28
- - ruby-2.1.0-preview1
4
+ - ruby-2.0.0-p648
5
+ - ruby-2.1.10
29
6
  - ruby-2.1.0
30
-
7
+ - ruby-2.2.6
8
+ - ruby-2.3.3
9
+ - ruby-2.4.0
31
10
  - ruby-head
32
11
 
33
- - rbx-2.2.7
34
- - rbx-2.2.6
35
- - rbx-2.2.2
36
-
12
+ - jruby-9.1.8.0
13
+ - jruby-1.7.26
37
14
  - jruby-head
38
- - jruby-1.7.9-d19
39
- - jruby-1.7.17
40
- - jruby-1.7.11
15
+
16
+ allow_failures:
17
+ - rvm: ruby-head
18
+ - rvm: jruby-head
41
19
 
42
20
  env:
43
21
  global:
@@ -46,3 +24,5 @@ env:
46
24
  before_install: gem install bundler
47
25
 
48
26
  sudo: false
27
+
28
+ cache: bundler
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.homepage = "https://github.com/gsamokovarov/bindex"
13
13
  spec.license = "MIT"
14
14
 
15
- spec.required_ruby_version = ">= 1.9.3"
15
+ spec.required_ruby_version = ">= 2.0.0"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0")
18
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -26,14 +26,14 @@ public class JRubyIntegration {
26
26
  }
27
27
  }
28
28
 
29
- private static class BindexMethods {
29
+ public static class BindexMethods {
30
30
  @JRubyMethod(name = "current_bindings", meta = true)
31
31
  public static IRubyObject currentBindings(ThreadContext context, IRubyObject self) {
32
32
  return RubyBindingsCollector.collectCurrentFor(context);
33
33
  }
34
34
  }
35
35
 
36
- private static class ExceptionExtensionMethods {
36
+ public static class ExceptionExtensionMethods {
37
37
  @JRubyMethod
38
38
  public static IRubyObject bindings(ThreadContext context, IRubyObject self) {
39
39
  InstanceVariables instanceVariables = self.getInstanceVariables();
@@ -1,24 +1,52 @@
1
- #include "bindex.h"
1
+ #include <ruby.h>
2
+ #include <ruby/debug.h>
2
3
 
3
4
  VALUE bx_mBindex;
4
5
 
5
6
  static VALUE
6
- bx_current_bindings(VALUE self)
7
+ current_bindings_callback(const rb_debug_inspector_t *context, void *data)
7
8
  {
8
- return current_bindings();
9
+ VALUE locations = rb_debug_inspector_backtrace_locations(context);
10
+ VALUE binding, bindings = rb_ary_new();
11
+ long i, length = RARRAY_LEN(locations);
12
+
13
+ for (i = 0; i < length; i++) {
14
+ binding = rb_debug_inspector_frame_binding_get(context, i);
15
+
16
+ if (!NIL_P(binding)) {
17
+ rb_ary_push(bindings, binding);
18
+ }
19
+ }
20
+
21
+ return bindings;
9
22
  }
10
23
 
11
- static VALUE
12
- bx_exc_set_backtrace(VALUE self, VALUE bt)
24
+ VALUE
25
+ current_bindings(void)
26
+ {
27
+ return rb_debug_inspector_open(current_bindings_callback, NULL);
28
+ }
29
+
30
+ static void
31
+ set_exception_bindings_callback(VALUE tpval, void *data)
13
32
  {
14
- /* rb_check_backtrace can raise an exception, if the input arguments are not
15
- * to its likings. Set the bindings afterwards, so we don't waste when not
16
- * needed. */
17
- VALUE backtrace = rb_iv_set(self, "bt", rb_check_backtrace(bt));
33
+ rb_trace_arg_t *trace_arg = rb_tracearg_from_tracepoint(tpval);
34
+ VALUE exception = rb_tracearg_raised_exception(trace_arg);
18
35
 
19
- rb_iv_set(self, "bindings", current_bindings());
36
+ rb_iv_set(exception, "bindings", current_bindings());
37
+ }
20
38
 
21
- return backtrace;
39
+ void
40
+ set_exception_bindings_on_raise(void)
41
+ {
42
+ VALUE tpval = rb_tracepoint_new(0, RUBY_EVENT_RAISE, set_exception_bindings_callback, 0);
43
+ rb_tracepoint_enable(tpval);
44
+ }
45
+
46
+ static VALUE
47
+ bx_current_bindings(VALUE self)
48
+ {
49
+ return current_bindings();
22
50
  }
23
51
 
24
52
  static VALUE
@@ -40,7 +68,7 @@ Init_cruby(void)
40
68
  bx_mBindex = rb_define_module("Bindex");
41
69
 
42
70
  rb_define_singleton_method(bx_mBindex, "current_bindings", bx_current_bindings, 0);
43
-
44
- rb_define_method(rb_eException, "set_backtrace", bx_exc_set_backtrace, 1);
45
71
  rb_define_method(rb_eException, "bindings", bx_exc_bindings, 0);
72
+
73
+ set_exception_bindings_on_raise();
46
74
  }
@@ -2,21 +2,6 @@ case RUBY_ENGINE
2
2
  when "ruby"
3
3
  require "mkmf"
4
4
 
5
- case "#{RUBY_VERSION}#{RUBY_PATCHLEVEL}"
6
- when /1\.9\.3/
7
- $CFLAGS << " -D RUBY_193"
8
- $INCFLAGS << " -I./ruby_193/"
9
- when /2\.0\.*/
10
- $CFLAGS << " -D RUBY_20"
11
- $INCFLAGS << " -I./ruby_20/"
12
- when "2.1.0-1"
13
- $CFLAGS << " -D RUBY_21PREVIEW"
14
- $INCFLAGS << " -I./ruby_21PREVIEW/"
15
- when /2\.1\.*/
16
- $CFLAGS << " -D RUBY_21"
17
- $INCFLAGS << " -I./ruby_21/"
18
- end
19
-
20
5
  $CFLAGS << " -Wall"
21
6
  $CFLAGS << " -g3 -O0" if ENV["DEBUG"]
22
7
 
@@ -5,6 +5,5 @@ else
5
5
  end
6
6
 
7
7
  java_import com.gsamokovarov.bindex.JRubyIntegration
8
- java_import com.gsamokovarov.bindex.SetExceptionBindingsEventHook
9
8
 
10
9
  JRubyIntegration.setup(JRuby.runtime)
@@ -1,3 +1,3 @@
1
1
  module Bindex
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,72 +1,72 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bindex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genadi Samokovarov
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-26 00:00:00.000000000 Z
11
+ date: 2017-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: minitest
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
18
  version: '5.4'
20
- type: :development
19
+ name: minitest
21
20
  prerelease: false
21
+ type: :development
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '5.4'
27
27
  - !ruby/object:Gem::Dependency
28
- name: bundler
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - ">="
32
31
  - !ruby/object:Gem::Version
33
32
  version: '0'
34
- type: :development
33
+ name: bundler
35
34
  prerelease: false
35
+ type: :development
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: rake
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - ">="
46
45
  - !ruby/object:Gem::Version
47
46
  version: '0'
48
- type: :development
47
+ name: rake
49
48
  prerelease: false
49
+ type: :development
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: rake-compiler
57
56
  requirement: !ruby/object:Gem::Requirement
58
57
  requirements:
59
58
  - - ">="
60
59
  - !ruby/object:Gem::Version
61
60
  version: '0'
62
- type: :development
61
+ name: rake-compiler
63
62
  prerelease: false
63
+ type: :development
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description:
69
+ description:
70
70
  email:
71
71
  - gsamokovarov@gmail.com
72
72
  executables: []
@@ -82,8 +82,6 @@ files:
82
82
  - README.md
83
83
  - Rakefile
84
84
  - bindex.gemspec
85
- - ext/bindex/bindex.h
86
- - ext/bindex/bindings.c
87
85
  - ext/bindex/com/gsamokovarov/bindex/BindingBuilder.java.erb
88
86
  - ext/bindex/com/gsamokovarov/bindex/CurrentBindingsIterator.java
89
87
  - ext/bindex/com/gsamokovarov/bindex/JRubyIntegration.java
@@ -93,139 +91,6 @@ files:
93
91
  - ext/bindex/com/gsamokovarov/bindex/ThreadContextInternals.java
94
92
  - ext/bindex/cruby.c
95
93
  - ext/bindex/extconf.rb
96
- - ext/bindex/ruby_193.h
97
- - ext/bindex/ruby_193/addr2line.h
98
- - ext/bindex/ruby_193/constant.h
99
- - ext/bindex/ruby_193/debug.h
100
- - ext/bindex/ruby_193/dln.h
101
- - ext/bindex/ruby_193/encdb.h
102
- - ext/bindex/ruby_193/eval_intern.h
103
- - ext/bindex/ruby_193/gc.h
104
- - ext/bindex/ruby_193/id.h
105
- - ext/bindex/ruby_193/internal.h
106
- - ext/bindex/ruby_193/iseq.h
107
- - ext/bindex/ruby_193/method.h
108
- - ext/bindex/ruby_193/node.h
109
- - ext/bindex/ruby_193/parse.h
110
- - ext/bindex/ruby_193/probes.h
111
- - ext/bindex/ruby_193/regenc.h
112
- - ext/bindex/ruby_193/regint.h
113
- - ext/bindex/ruby_193/regparse.h
114
- - ext/bindex/ruby_193/revision.h
115
- - ext/bindex/ruby_193/ruby_atomic.h
116
- - ext/bindex/ruby_193/siphash.h
117
- - ext/bindex/ruby_193/thread_pthread.h
118
- - ext/bindex/ruby_193/thread_win32.h
119
- - ext/bindex/ruby_193/timev.h
120
- - ext/bindex/ruby_193/transcode_data.h
121
- - ext/bindex/ruby_193/transdb.h
122
- - ext/bindex/ruby_193/verconf.h
123
- - ext/bindex/ruby_193/version.h
124
- - ext/bindex/ruby_193/vm_core.h
125
- - ext/bindex/ruby_193/vm_exec.h
126
- - ext/bindex/ruby_193/vm_insnhelper.h
127
- - ext/bindex/ruby_193/vm_opts.h
128
- - ext/bindex/ruby_20.h
129
- - ext/bindex/ruby_20/addr2line.h
130
- - ext/bindex/ruby_20/constant.h
131
- - ext/bindex/ruby_20/dln.h
132
- - ext/bindex/ruby_20/encdb.h
133
- - ext/bindex/ruby_20/eval_intern.h
134
- - ext/bindex/ruby_20/gc.h
135
- - ext/bindex/ruby_20/id.h
136
- - ext/bindex/ruby_20/internal.h
137
- - ext/bindex/ruby_20/iseq.h
138
- - ext/bindex/ruby_20/method.h
139
- - ext/bindex/ruby_20/node.h
140
- - ext/bindex/ruby_20/parse.h
141
- - ext/bindex/ruby_20/probes.h
142
- - ext/bindex/ruby_20/probes_helper.h
143
- - ext/bindex/ruby_20/regenc.h
144
- - ext/bindex/ruby_20/regint.h
145
- - ext/bindex/ruby_20/regparse.h
146
- - ext/bindex/ruby_20/revision.h
147
- - ext/bindex/ruby_20/ruby_atomic.h
148
- - ext/bindex/ruby_20/siphash.h
149
- - ext/bindex/ruby_20/thread_pthread.h
150
- - ext/bindex/ruby_20/thread_win32.h
151
- - ext/bindex/ruby_20/timev.h
152
- - ext/bindex/ruby_20/transcode_data.h
153
- - ext/bindex/ruby_20/transdb.h
154
- - ext/bindex/ruby_20/verconf.h
155
- - ext/bindex/ruby_20/version.h
156
- - ext/bindex/ruby_20/vm_core.h
157
- - ext/bindex/ruby_20/vm_debug.h
158
- - ext/bindex/ruby_20/vm_exec.h
159
- - ext/bindex/ruby_20/vm_insnhelper.h
160
- - ext/bindex/ruby_20/vm_opts.h
161
- - ext/bindex/ruby_21.h
162
- - ext/bindex/ruby_21/addr2line.h
163
- - ext/bindex/ruby_21/constant.h
164
- - ext/bindex/ruby_21/dln.h
165
- - ext/bindex/ruby_21/encdb.h
166
- - ext/bindex/ruby_21/eval_intern.h
167
- - ext/bindex/ruby_21/gc.h
168
- - ext/bindex/ruby_21/id.h
169
- - ext/bindex/ruby_21/internal.h
170
- - ext/bindex/ruby_21/iseq.h
171
- - ext/bindex/ruby_21/method.h
172
- - ext/bindex/ruby_21/node.h
173
- - ext/bindex/ruby_21/parse.h
174
- - ext/bindex/ruby_21/probes.h
175
- - ext/bindex/ruby_21/probes_helper.h
176
- - ext/bindex/ruby_21/regenc.h
177
- - ext/bindex/ruby_21/regint.h
178
- - ext/bindex/ruby_21/regparse.h
179
- - ext/bindex/ruby_21/revision.h
180
- - ext/bindex/ruby_21/ruby_atomic.h
181
- - ext/bindex/ruby_21/siphash.h
182
- - ext/bindex/ruby_21/thread_native.h
183
- - ext/bindex/ruby_21/thread_pthread.h
184
- - ext/bindex/ruby_21/thread_win32.h
185
- - ext/bindex/ruby_21/timev.h
186
- - ext/bindex/ruby_21/transcode_data.h
187
- - ext/bindex/ruby_21/transdb.h
188
- - ext/bindex/ruby_21/verconf.h
189
- - ext/bindex/ruby_21/version.h
190
- - ext/bindex/ruby_21/vm_core.h
191
- - ext/bindex/ruby_21/vm_debug.h
192
- - ext/bindex/ruby_21/vm_exec.h
193
- - ext/bindex/ruby_21/vm_insnhelper.h
194
- - ext/bindex/ruby_21/vm_opts.h
195
- - ext/bindex/ruby_21preview.h
196
- - ext/bindex/ruby_21preview/addr2line.h
197
- - ext/bindex/ruby_21preview/constant.h
198
- - ext/bindex/ruby_21preview/dln.h
199
- - ext/bindex/ruby_21preview/encdb.h
200
- - ext/bindex/ruby_21preview/eval_intern.h
201
- - ext/bindex/ruby_21preview/gc.h
202
- - ext/bindex/ruby_21preview/id.h
203
- - ext/bindex/ruby_21preview/internal.h
204
- - ext/bindex/ruby_21preview/iseq.h
205
- - ext/bindex/ruby_21preview/method.h
206
- - ext/bindex/ruby_21preview/node.h
207
- - ext/bindex/ruby_21preview/parse.h
208
- - ext/bindex/ruby_21preview/probes.h
209
- - ext/bindex/ruby_21preview/probes_helper.h
210
- - ext/bindex/ruby_21preview/regenc.h
211
- - ext/bindex/ruby_21preview/regint.h
212
- - ext/bindex/ruby_21preview/regparse.h
213
- - ext/bindex/ruby_21preview/revision.h
214
- - ext/bindex/ruby_21preview/ruby_atomic.h
215
- - ext/bindex/ruby_21preview/siphash.h
216
- - ext/bindex/ruby_21preview/thread_native.h
217
- - ext/bindex/ruby_21preview/thread_pthread.h
218
- - ext/bindex/ruby_21preview/thread_win32.h
219
- - ext/bindex/ruby_21preview/timev.h
220
- - ext/bindex/ruby_21preview/transcode_data.h
221
- - ext/bindex/ruby_21preview/transdb.h
222
- - ext/bindex/ruby_21preview/verconf.h
223
- - ext/bindex/ruby_21preview/version.h
224
- - ext/bindex/ruby_21preview/vm_core.h
225
- - ext/bindex/ruby_21preview/vm_debug.h
226
- - ext/bindex/ruby_21preview/vm_exec.h
227
- - ext/bindex/ruby_21preview/vm_insnhelper.h
228
- - ext/bindex/ruby_21preview/vm_opts.h
229
94
  - lib/bindex.rb
230
95
  - lib/bindex/jruby.rb
231
96
  - lib/bindex/jruby_internals.jar
@@ -244,7 +109,7 @@ homepage: https://github.com/gsamokovarov/bindex
244
109
  licenses:
245
110
  - MIT
246
111
  metadata: {}
247
- post_install_message:
112
+ post_install_message:
248
113
  rdoc_options: []
249
114
  require_paths:
250
115
  - lib
@@ -252,16 +117,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
252
117
  requirements:
253
118
  - - ">="
254
119
  - !ruby/object:Gem::Version
255
- version: 1.9.3
120
+ version: 2.0.0
256
121
  required_rubygems_version: !ruby/object:Gem::Requirement
257
122
  requirements:
258
123
  - - ">="
259
124
  - !ruby/object:Gem::Version
260
125
  version: '0'
261
126
  requirements: []
262
- rubyforge_project:
263
- rubygems_version: 2.2.2
264
- signing_key:
127
+ rubyforge_project:
128
+ rubygems_version: 2.6.8
129
+ signing_key:
265
130
  specification_version: 4
266
131
  summary: Bindings for your Ruby exceptions
267
132
  test_files: