# -*- encoding: utf-8 -*- # stub: llrb 0.0.1 ruby lib # stub: ext/llrb/extconf.rb Gem::Specification.new do |s| s.name = "llrb".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Takashi Kokubun".freeze] s.bindir = "exe".freeze s.date = "2017-07-09" s.description = "LLRB is LLVM-based JIT compiler for Ruby. Note that this gem can be only installed to fork of CRuby.".freeze s.email = ["takashikkbn@gmail.com".freeze] s.extensions = ["ext/llrb/extconf.rb".freeze] s.files = [".gitignore".freeze, ".gitmodules".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/bm_app_fib".freeze, "bin/bm_empty_method".freeze, "bin/bm_loop_while".freeze, "bin/bm_plus".freeze, "bin/console".freeze, "bin/loop_while.rb".freeze, "bin/setup".freeze, "ext/llrb/cfg.h".freeze, "ext/llrb/compiler.c".freeze, "ext/llrb/compiler/funcs.h".freeze, "ext/llrb/compiler/stack.h".freeze, "ext/llrb/cruby.h".freeze, "ext/llrb/cruby/ccan/build_assert/build_assert.h".freeze, "ext/llrb/cruby/ccan/check_type/check_type.h".freeze, "ext/llrb/cruby/ccan/container_of/container_of.h".freeze, "ext/llrb/cruby/ccan/list/list.h".freeze, "ext/llrb/cruby/ccan/str/str.h".freeze, "ext/llrb/cruby/internal.h".freeze, "ext/llrb/cruby/iseq.h".freeze, "ext/llrb/cruby/method.h".freeze, "ext/llrb/cruby/node.h".freeze, "ext/llrb/cruby/probes_helper.h".freeze, "ext/llrb/cruby/ruby_assert.h".freeze, "ext/llrb/cruby/ruby_atomic.h".freeze, "ext/llrb/cruby/thread_pthread.h".freeze, "ext/llrb/cruby/vm_core.h".freeze, "ext/llrb/cruby/vm_debug.h".freeze, "ext/llrb/cruby/vm_exec.h".freeze, "ext/llrb/cruby/vm_opts.h".freeze, "ext/llrb/cruby_extra/id.h".freeze, "ext/llrb/cruby_extra/insns.inc".freeze, "ext/llrb/cruby_extra/insns_info.inc".freeze, "ext/llrb/cruby_extra/probes.h".freeze, "ext/llrb/extconf.rb".freeze, "ext/llrb/llrb.c".freeze, "ext/llrb/optimizer.cc".freeze, "ext/llrb/parser.c".freeze, "ext/llrb/profiler.c".freeze, "ext/llrb_insn_checkkeyword.c".freeze, "ext/llrb_insn_checkmatch.c".freeze, "ext/llrb_insn_concatarray.c".freeze, "ext/llrb_insn_concatstrings.c".freeze, "ext/llrb_insn_defined.c".freeze, "ext/llrb_insn_getclassvariable.c".freeze, "ext/llrb_insn_getinstancevariable.c".freeze, "ext/llrb_insn_getlocal.c".freeze, "ext/llrb_insn_getlocal_level0.c".freeze, "ext/llrb_insn_getlocal_level1.c".freeze, "ext/llrb_insn_getspecial.c".freeze, "ext/llrb_insn_invokeblock.c".freeze, "ext/llrb_insn_invokesuper.c".freeze, "ext/llrb_insn_opt_aref.c".freeze, "ext/llrb_insn_opt_aset.c".freeze, "ext/llrb_insn_opt_div.c".freeze, "ext/llrb_insn_opt_eq.c".freeze, "ext/llrb_insn_opt_ge.c".freeze, "ext/llrb_insn_opt_gt.c".freeze, "ext/llrb_insn_opt_le.c".freeze, "ext/llrb_insn_opt_lt.c".freeze, "ext/llrb_insn_opt_ltlt.c".freeze, "ext/llrb_insn_opt_minus.c".freeze, "ext/llrb_insn_opt_mod.c".freeze, "ext/llrb_insn_opt_mult.c".freeze, "ext/llrb_insn_opt_neq.c".freeze, "ext/llrb_insn_opt_plus.c".freeze, "ext/llrb_insn_opt_send_without_block.c".freeze, "ext/llrb_insn_opt_str_freeze.c".freeze, "ext/llrb_insn_putspecialobject.c".freeze, "ext/llrb_insn_send.c".freeze, "ext/llrb_insn_setclassvariable.c".freeze, "ext/llrb_insn_setconstant.c".freeze, "ext/llrb_insn_setinstancevariable.c".freeze, "ext/llrb_insn_setlocal.c".freeze, "ext/llrb_insn_setlocal_level0.c".freeze, "ext/llrb_insn_setlocal_level1.c".freeze, "ext/llrb_insn_setspecial.c".freeze, "ext/llrb_insn_splatarray.c".freeze, "ext/llrb_insn_throw.c".freeze, "ext/llrb_insn_trace.c".freeze, "ext/llrb_push_result.c".freeze, "ext/llrb_self_from_cfp.c".freeze, "ext/llrb_set_pc.c".freeze, "lib/llrb.rb".freeze, "lib/llrb/jit.rb".freeze, "lib/llrb/start.rb".freeze, "lib/llrb/version.rb".freeze, "llrb.gemspec".freeze, "wercker.yml".freeze] s.homepage = "https://github.com/k0kubun/llrb".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "LLRB is LLVM-based JIT compiler for Ruby. Note that this gem can be only installed to fork of CRuby.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end