--- !ruby/object:Gem::Specification name: cast_off version: !ruby/object:Gem::Version version: 0.2.1 prerelease: platform: ruby authors: - Satoshi Shiba autorequire: bindir: bin cert_chain: [] date: 2011-11-07 00:00:00.000000000 Z dependencies: [] description: ! 'CastOff is a performance improvement tool for Ruby1.9.3 ' email: shiba@rvm.jp executables: - CastOff extensions: - ext/cast_off/extconf.rb extra_rdoc_files: - README - README.en files: - lib/cast_off.rb - lib/cast_off/compile.rb - lib/cast_off/compile/cfg.rb - lib/cast_off/compile/translator.rb - lib/cast_off/compile/namespace/namespace.rb - lib/cast_off/compile/namespace/uuid.rb - lib/cast_off/compile/ir/jump_ir.rb - lib/cast_off/compile/ir/param_ir.rb - lib/cast_off/compile/ir/guard_ir.rb - lib/cast_off/compile/ir/return_ir.rb - lib/cast_off/compile/ir/sub_ir.rb - lib/cast_off/compile/ir/operand.rb - lib/cast_off/compile/ir/call_ir.rb - lib/cast_off/compile/ir/simple_ir.rb - lib/cast_off/compile/instruction.rb - lib/cast_off/compile/information.rb - lib/cast_off/compile/dependency.rb - lib/cast_off/compile/code_manager.rb - lib/cast_off/compile/stack.rb - lib/cast_off/compile/iseq.rb - lib/cast_off/compile/configuration.rb - lib/cast_off/compile/method_information.rb - lib/cast_off/compile/basicblock.rb - lib/cast_off/util.rb - lib/cast_off/suggestion.rb - ext/cast_off/extconf.rb - ext/cast_off/cast_off.c.rb - ext/cast_off/depend - ext/cast_off/generated_c_include/vm_api.h - ext/cast_off/generated_c_include/iter_api.h - ext/cast_off/generated_c_include/unbox_api.h.rb - ext/cast_off/generated_c_include/inline_api.h - ext/cast_off/cast_off.h - ext/cast_off/ruby_source/method.h - ext/cast_off/ruby_source/atomic.h - ext/cast_off/ruby_source/vm_insnhelper.h - ext/cast_off/ruby_source/constant.h - ext/cast_off/ruby_source/id.h - ext/cast_off/ruby_source/iseq.h - ext/cast_off/ruby_source/debug.h - ext/cast_off/ruby_source/insns.inc - ext/cast_off/ruby_source/node.h - ext/cast_off/ruby_source/internal.h - ext/cast_off/ruby_source/manual_update.h - ext/cast_off/ruby_source/insns_info.inc - ext/cast_off/ruby_source/gc.h - ext/cast_off/ruby_source/thread_win32.h - ext/cast_off/ruby_source/vm_exec.h - ext/cast_off/ruby_source/thread_pthread.h - ext/cast_off/ruby_source/vm_opts.h - ext/cast_off/ruby_source/vm_insnhelper.c - ext/cast_off/ruby_source/vm_core.h - ext/cast_off/ruby_source/eval_intern.h - cast_off.gemspec - README - README.en - bin/CastOff homepage: http://github.com/soba1104/CastOff licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - = - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.11 signing_key: specification_version: 3 summary: Performance improvement tool for Ruby1.9.3 test_files: []