# -*- encoding: utf-8 -*- # stub: cast_off 0.2.0 ruby lib # stub: ext/cast_off/extconf.rb Gem::Specification.new do |s| s.name = "cast_off".freeze s.version = "0.2.0".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-07" s.description = "CastOff is performance improvement tool for Ruby1.9.3\n".freeze s.email = "shiba@rvm.jp".freeze s.executables = ["CastOff".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/CastOff".freeze, "cast_off.gemspec".freeze, "ext/cast_off/cast_off.c.rb".freeze, "ext/cast_off/cast_off.h".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/atomic.h".freeze, "ext/cast_off/ruby_source/constant.h".freeze, "ext/cast_off/ruby_source/debug.h".freeze, "ext/cast_off/ruby_source/eval_intern.h".freeze, "ext/cast_off/ruby_source/gc.h".freeze, "ext/cast_off/ruby_source/id.h".freeze, "ext/cast_off/ruby_source/insns.inc".freeze, "ext/cast_off/ruby_source/insns_info.inc".freeze, "ext/cast_off/ruby_source/internal.h".freeze, "ext/cast_off/ruby_source/iseq.h".freeze, "ext/cast_off/ruby_source/manual_update.h".freeze, "ext/cast_off/ruby_source/method.h".freeze, "ext/cast_off/ruby_source/node.h".freeze, "ext/cast_off/ruby_source/thread_pthread.h".freeze, "ext/cast_off/ruby_source/thread_win32.h".freeze, "ext/cast_off/ruby_source/vm_core.h".freeze, "ext/cast_off/ruby_source/vm_exec.h".freeze, "ext/cast_off/ruby_source/vm_insnhelper.c".freeze, "ext/cast_off/ruby_source/vm_insnhelper.h".freeze, "ext/cast_off/ruby_source/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 = "performance improvement tool for Ruby1.9.3".freeze end