debase-ruby_core_source 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +5 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/CHANGELOG.md → CHANGELOG.md} +5 -1
- data/CONTRIBUTING.md +1 -0
- data/Gemfile +5 -0
- data/LEGAL +534 -0
- data/LICENSE.txt +22 -0
- data/OLD_README +29 -0
- data/RUBY_LICENSE +56 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/Rakefile → Rakefile} +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/debase-ruby_core_source.gemspec → debase-ruby_core_source.gemspec} +1 -2
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source.rb +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/addr2line.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/constant.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/dln.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/encdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/eval_intern.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/gc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/id.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/insns.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/insns_info.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/internal.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/iseq.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/known_errors.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/method.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/node.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/node_name.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/opt_sc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/optinsn.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/optunifs.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/parse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/probes_helper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/regenc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/regint.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/regparse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/revision.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/ruby_atomic.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/siphash.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/thread_pthread.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/thread_win32.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/timev.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/transcode_data.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/transdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/version.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/vm.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/vm_core.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/vm_debug.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/vm_exec.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/vm_insnhelper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/vm_opts.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p0/vmtc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/addr2line.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/constant.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/dln.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/encdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/eval_intern.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/gc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/id.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/insns.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/insns_info.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/internal.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/iseq.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/known_errors.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/method.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/node.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/node_name.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/opt_sc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/optinsn.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/optunifs.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/parse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/probes_helper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/regenc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/regint.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/regparse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/revision.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/ruby_atomic.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/siphash.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/thread_pthread.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/thread_win32.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/timev.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/transcode_data.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/transdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/version.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/vm.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/vm_core.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/vm_debug.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/vm_exec.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/vm_insnhelper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/vm_opts.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p195/vmtc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/addr2line.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/constant.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/dln.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/encdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/eval_intern.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/gc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/id.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/insns.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/insns_info.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/internal.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/iseq.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/known_errors.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/method.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/node.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/node_name.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/opt_sc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/optinsn.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/optunifs.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/parse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/probes_helper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/regenc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/regint.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/regparse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/revision.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/ruby_atomic.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/siphash.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/thread_pthread.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/thread_win32.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/timev.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/transcode_data.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/transdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/version.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/vm.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/vm_core.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/vm_debug.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/vm_exec.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/vm_insnhelper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/vm_opts.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p247/vmtc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/addr2line.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/constant.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/dln.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/encdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/eval_intern.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/gc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/id.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/insns.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/insns_info.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/internal.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/iseq.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/known_errors.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/method.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/node.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/node_name.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/opt_sc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/optinsn.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/optunifs.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/parse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/probes_helper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/regenc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/regint.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/regparse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/revision.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/ruby_atomic.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/siphash.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/thread_pthread.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/thread_win32.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/timev.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/transcode_data.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/transdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/version.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/vm.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/vm_core.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/vm_debug.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/vm_exec.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/vm_insnhelper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/vm_opts.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p353/vmtc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/addr2line.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/constant.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/dln.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/encdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/eval_intern.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/gc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/id.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/insns.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/insns_info.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/internal.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/iseq.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/known_errors.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/method.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/node.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/node_name.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/opt_sc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/optinsn.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/optunifs.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/parse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/probes_helper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/regenc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/regint.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/regparse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/revision.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/ruby_atomic.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/siphash.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/thread_pthread.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/thread_win32.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/timev.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/transcode_data.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/transdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/version.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/vm.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/vm_core.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/vm_debug.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/vm_exec.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/vm_insnhelper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/vm_opts.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p451/vmtc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/addr2line.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/constant.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/dln.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/encdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/eval_intern.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/gc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/id.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/insns.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/insns_info.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/internal.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/iseq.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/known_errors.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/method.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/node.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/node_name.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/opt_sc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/optinsn.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/optunifs.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/parse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/probes_helper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/regenc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/regint.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/regparse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/revision.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/ruby_atomic.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/siphash.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/thread_pthread.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/thread_win32.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/timev.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/transcode_data.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/transdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/version.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/vm.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/vm_core.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/vm_debug.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/vm_exec.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/vm_insnhelper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/vm_opts.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.0.0-p481/vmtc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/addr2line.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/constant.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/dln.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/encdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/eval_intern.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/gc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/id.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/insns.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/insns_info.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/internal.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/iseq.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/known_errors.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/method.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/node.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/node_name.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/opt_sc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/optinsn.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/optunifs.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/parse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/probes_helper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/regenc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/regint.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/regparse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/revision.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/ruby_atomic.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/siphash.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/thread_native.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/thread_pthread.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/thread_win32.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/timev.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/transcode_data.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/transdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/version.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/vm.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/vm_core.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/vm_debug.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/vm_exec.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/vm_insnhelper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/vm_opts.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.0-p0/vmtc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/addr2line.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/constant.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/dln.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/encdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/eval_intern.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/gc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/id.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/insns.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/insns_info.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/internal.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/iseq.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/known_errors.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/method.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/node.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/node_name.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/opt_sc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/optinsn.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/optunifs.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/parse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/probes_helper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/regenc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/regint.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/regparse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/revision.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/ruby_atomic.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/siphash.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/thread_native.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/thread_pthread.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/thread_win32.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/timev.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/transcode_data.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/transdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/version.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/vm.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/vm_core.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/vm_debug.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/vm_exec.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/vm_insnhelper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/vm_opts.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.1-p76/vmtc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/addr2line.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/constant.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/dln.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/encdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/eval_intern.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/gc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/id.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/insns.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/insns_info.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/internal.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/iseq.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/known_errors.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/method.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/node.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/node_name.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/opt_sc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/optinsn.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/optunifs.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/parse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/probes_helper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/regenc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/regint.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/regparse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/revision.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/ruby_atomic.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/siphash.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/thread_native.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/thread_pthread.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/thread_win32.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/timev.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/transcode_data.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/transdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/version.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/vm.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/vm_core.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/vm_debug.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/vm_exec.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/vm_insnhelper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/vm_opts.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.2-p95/vmtc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/addr2line.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/constant.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/dln.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/encdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/eval_intern.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/gc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/id.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/insns.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/insns_info.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/internal.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/iseq.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/known_errors.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/method.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/node.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/node_name.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/opt_sc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/optinsn.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/optunifs.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/parse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/probes_helper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/regenc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/regint.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/regparse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/revision.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/ruby_atomic.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/siphash.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/thread_native.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/thread_pthread.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/thread_win32.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/timev.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/transcode_data.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/transdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/version.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/vm.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/vm_core.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/vm_debug.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/vm_exec.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/vm_insnhelper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/vm_opts.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.1.3-p242/vmtc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/addr2line.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/constant.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/dln.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/encdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/eval_intern.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/gc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/id.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/insns.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/insns_info.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/internal.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/iseq.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/known_errors.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/method.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/node.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/node_name.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/opt_sc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/optinsn.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/optunifs.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/parse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/probes_helper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/regenc.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/regint.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/regparse.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/revision.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/ruby_atomic.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/siphash.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/symbol.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/thread_pthread.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/thread_win32.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/timev.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/transcode_data.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/transdb.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/version.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/vm.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/vm_core.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/vm_debug.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/vm_exec.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/vm_insnhelper.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/vm_opts.h +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/ruby-2.2.0-preview1/vmtc.inc +0 -0
- data/{Users/user/work/tests/github/os97673/debase-ruby_core_source/lib → lib}/debase/ruby_core_source/version.rb +1 -1
- metadata +447 -441
- data/Users/user/work/tests/github/os97673/debase-ruby_core_source/README.md +0 -34
data/LICENSE.txt
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
The MIT LICENSE
|
2
|
+
|
3
|
+
Copyright (c) 2012 Gabriel Horner
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/OLD_README
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
Retrieve ruby core source files.
|
2
|
+
|
3
|
+
This can be used by any C extension gem that needs Ruby core headers (*.h and *.inc)
|
4
|
+
|
5
|
+
Usage:
|
6
|
+
|
7
|
+
Ruby_core_source::create_makefile_with_core(hdr_check_proc, gem_name)
|
8
|
+
takes the place of
|
9
|
+
create_makefile(gem_name)
|
10
|
+
in your extconf.rb
|
11
|
+
|
12
|
+
This will:
|
13
|
+
If hdr_check_proc is true, call create_makefile(gem_name)
|
14
|
+
Else: if core headers already exist, and hdr_check_proc is true, call create_makefile(gem_name)
|
15
|
+
Else: fetch and extract the core headers, check hdr_check_proc, and call create_makefile(gem_name)
|
16
|
+
Else: return false
|
17
|
+
|
18
|
+
Note that for Ruby preview releases, the corresponding RUBY_REVISION needs to be maintained in
|
19
|
+
http://cloud.github.com/downloads/mark-moseley/ruby_core_source/preview_revision.yml
|
20
|
+
|
21
|
+
Example use in extconf.rb:
|
22
|
+
|
23
|
+
require 'ruby_core_source'
|
24
|
+
hdrs = proc { have_header("vm_core.h") and have_header("iseq.h") }
|
25
|
+
dir_config("ruby") # allow user to pass in non-standard core include directory
|
26
|
+
if !Ruby_core_source::create_makefile_with_core(hdrs, "foo")
|
27
|
+
# error
|
28
|
+
exit(1)
|
29
|
+
end
|
data/RUBY_LICENSE
ADDED
@@ -0,0 +1,56 @@
|
|
1
|
+
Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
|
2
|
+
You can redistribute it and/or modify it under either the terms of the
|
3
|
+
2-clause BSDL (see the file BSDL), or the conditions below:
|
4
|
+
|
5
|
+
1. You may make and give away verbatim copies of the source form of the
|
6
|
+
software without restriction, provided that you duplicate all of the
|
7
|
+
original copyright notices and associated disclaimers.
|
8
|
+
|
9
|
+
2. You may modify your copy of the software in any way, provided that
|
10
|
+
you do at least ONE of the following:
|
11
|
+
|
12
|
+
a) place your modifications in the Public Domain or otherwise
|
13
|
+
make them Freely Available, such as by posting said
|
14
|
+
modifications to Usenet or an equivalent medium, or by allowing
|
15
|
+
the author to include your modifications in the software.
|
16
|
+
|
17
|
+
b) use the modified software only within your corporation or
|
18
|
+
organization.
|
19
|
+
|
20
|
+
c) give non-standard binaries non-standard names, with
|
21
|
+
instructions on where to get the original software distribution.
|
22
|
+
|
23
|
+
d) make other distribution arrangements with the author.
|
24
|
+
|
25
|
+
3. You may distribute the software in object code or binary form,
|
26
|
+
provided that you do at least ONE of the following:
|
27
|
+
|
28
|
+
a) distribute the binaries and library files of the software,
|
29
|
+
together with instructions (in the manual page or equivalent)
|
30
|
+
on where to get the original distribution.
|
31
|
+
|
32
|
+
b) accompany the distribution with the machine-readable source of
|
33
|
+
the software.
|
34
|
+
|
35
|
+
c) give non-standard binaries non-standard names, with
|
36
|
+
instructions on where to get the original software distribution.
|
37
|
+
|
38
|
+
d) make other distribution arrangements with the author.
|
39
|
+
|
40
|
+
4. You may modify and include the part of the software into any other
|
41
|
+
software (possibly commercial). But some files in the distribution
|
42
|
+
are not written by the author, so that they are not under these terms.
|
43
|
+
|
44
|
+
For the list of those files and their copying conditions, see the
|
45
|
+
file LEGAL.
|
46
|
+
|
47
|
+
5. The scripts and library files supplied as input to or produced as
|
48
|
+
output from the software do not automatically fall under the
|
49
|
+
copyright of the software, but belong to whomever generated them,
|
50
|
+
and may be sold commercially, and may be aggregated with this
|
51
|
+
software.
|
52
|
+
|
53
|
+
6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
|
54
|
+
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
55
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
56
|
+
PURPOSE.
|
File without changes
|
@@ -14,8 +14,7 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.required_rubygems_version = ">= 1.3.6"
|
15
15
|
s.required_ruby_version = '~> 2.0'
|
16
16
|
s.extra_rdoc_files = [ "README.md"]
|
17
|
-
s.files =
|
18
|
-
Dir["#{File.dirname(__FILE__)}/{Rakefile,README.md,CHANGELOG.md,debase-ruby_core_source.gemspec}"]
|
17
|
+
s.files = `git ls-files`.split("\n")
|
19
18
|
s.add_development_dependency "archive-tar-minitar", ">= 0.5.2"
|
20
19
|
s.add_development_dependency 'rake', '~> 0.9.2'
|
21
20
|
end
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|