# -*- encoding: utf-8 -*- # stub: cast_off 0.3.5 ruby lib # stub: ext/cast_off/extconf.rb Gem::Specification.new do |s| s.name = "cast_off".freeze s.version = "0.3.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Satoshi Shiba".freeze] s.date = "2011-11-28" s.description = "CastOff is a compiler for Ruby1.9.3.\nCommand line tool cast_off is available after installation.\nSee 'cast_off --help' for more information.\n".freeze s.email = "shiba@rvm.jp".freeze s.executables = ["cast_off".freeze] s.extensions = ["ext/cast_off/extconf.rb".freeze] s.extra_rdoc_files = ["README".freeze, "README.en".freeze] s.files = ["README".freeze, "README.en".freeze, "bin/cast_off".freeze, "cast_off.gemspec".freeze, "ext/cast_off/cast_off.c.rb".freeze, "ext/cast_off/depend".freeze, "ext/cast_off/extconf.rb".freeze, "ext/cast_off/generated_c_include/inline_api.h".freeze, "ext/cast_off/generated_c_include/iter_api.h".freeze, "ext/cast_off/generated_c_include/unbox_api.h.rb".freeze, "ext/cast_off/generated_c_include/vm_api.h".freeze, "ext/cast_off/ruby_source/1.9.2/debug.h".freeze, "ext/cast_off/ruby_source/1.9.2/eval_intern.h".freeze, "ext/cast_off/ruby_source/1.9.2/gc.h".freeze, "ext/cast_off/ruby_source/1.9.2/id.h".freeze, "ext/cast_off/ruby_source/1.9.2/insns.inc".freeze, "ext/cast_off/ruby_source/1.9.2/insns_info.inc".freeze, "ext/cast_off/ruby_source/1.9.2/iseq.h".freeze, "ext/cast_off/ruby_source/1.9.2/manual_update.h".freeze, "ext/cast_off/ruby_source/1.9.2/method.h".freeze, "ext/cast_off/ruby_source/1.9.2/node.h".freeze, "ext/cast_off/ruby_source/1.9.2/thread_pthread.h".freeze, "ext/cast_off/ruby_source/1.9.2/thread_win32.h".freeze, "ext/cast_off/ruby_source/1.9.2/vm_core.h".freeze, "ext/cast_off/ruby_source/1.9.2/vm_exec.h".freeze, "ext/cast_off/ruby_source/1.9.2/vm_insnhelper.c".freeze, "ext/cast_off/ruby_source/1.9.2/vm_insnhelper.h".freeze, "ext/cast_off/ruby_source/1.9.2/vm_opts.h".freeze, "ext/cast_off/ruby_source/1.9.3/atomic.h".freeze, "ext/cast_off/ruby_source/1.9.3/constant.h".freeze, "ext/cast_off/ruby_source/1.9.3/debug.h".freeze, "ext/cast_off/ruby_source/1.9.3/eval_intern.h".freeze, "ext/cast_off/ruby_source/1.9.3/gc.h".freeze, "ext/cast_off/ruby_source/1.9.3/id.h".freeze, "ext/cast_off/ruby_source/1.9.3/insns.inc".freeze, "ext/cast_off/ruby_source/1.9.3/insns_info.inc".freeze, "ext/cast_off/ruby_source/1.9.3/internal.h".freeze, "ext/cast_off/ruby_source/1.9.3/iseq.h".freeze, "ext/cast_off/ruby_source/1.9.3/manual_update.h".freeze, "ext/cast_off/ruby_source/1.9.3/method.h".freeze, "ext/cast_off/ruby_source/1.9.3/node.h".freeze, "ext/cast_off/ruby_source/1.9.3/thread_pthread.h".freeze, "ext/cast_off/ruby_source/1.9.3/thread_win32.h".freeze, "ext/cast_off/ruby_source/1.9.3/vm_core.h".freeze, "ext/cast_off/ruby_source/1.9.3/vm_exec.h".freeze, "ext/cast_off/ruby_source/1.9.3/vm_insnhelper.c".freeze, "ext/cast_off/ruby_source/1.9.3/vm_insnhelper.h".freeze, "ext/cast_off/ruby_source/1.9.3/vm_opts.h".freeze, "lib/cast_off.rb".freeze, "lib/cast_off/compile.rb".freeze, "lib/cast_off/compile/basicblock.rb".freeze, "lib/cast_off/compile/cfg.rb".freeze, "lib/cast_off/compile/code_manager.rb".freeze, "lib/cast_off/compile/configuration.rb".freeze, "lib/cast_off/compile/dependency.rb".freeze, "lib/cast_off/compile/information.rb".freeze, "lib/cast_off/compile/instruction.rb".freeze, "lib/cast_off/compile/ir/call_ir.rb".freeze, "lib/cast_off/compile/ir/guard_ir.rb".freeze, "lib/cast_off/compile/ir/jump_ir.rb".freeze, "lib/cast_off/compile/ir/operand.rb".freeze, "lib/cast_off/compile/ir/param_ir.rb".freeze, "lib/cast_off/compile/ir/return_ir.rb".freeze, "lib/cast_off/compile/ir/simple_ir.rb".freeze, "lib/cast_off/compile/ir/sub_ir.rb".freeze, "lib/cast_off/compile/iseq.rb".freeze, "lib/cast_off/compile/method_information.rb".freeze, "lib/cast_off/compile/namespace/namespace.rb".freeze, "lib/cast_off/compile/namespace/uuid.rb".freeze, "lib/cast_off/compile/stack.rb".freeze, "lib/cast_off/compile/translator.rb".freeze, "lib/cast_off/suggestion.rb".freeze, "lib/cast_off/util.rb".freeze] s.homepage = "http://github.com/soba1104/CastOff".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Compiler for Ruby1.9.3".freeze end