--- !ruby/object:Gem::Specification name: binding_of_caller version: !ruby/object:Gem::Version hash: 1509392978297545075 prerelease: segments: - 0 - 6 - 6 version: 0.6.6 platform: ruby authors: - John Mair (banisterfiend) autorequire: bindir: bin cert_chain: [] date: 2012-03-01 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: bacon prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 2002549777813010636 segments: - 0 version: "0" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: rake prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 2002549777813010636 segments: - 0 version: "0" type: :development version_requirements: *id002 description: Retrieve the binding of a method's caller. Can also retrieve bindings even further up the stack. email: jrmair@gmail.com executables: [] extensions: - ext/binding_of_caller/extconf.rb extra_rdoc_files: [] files: - .gemtest - .gitignore - .travis.yml - .yardopts - Gemfile - HISTORY - LICENSE - README.md - Rakefile - binding_of_caller.gemspec - examples/example.rb - ext/binding_of_caller/binding_of_caller.c - ext/binding_of_caller/extconf.rb - ext/binding_of_caller/ruby_headers/192/debug.h - ext/binding_of_caller/ruby_headers/192/dln.h - ext/binding_of_caller/ruby_headers/192/eval_intern.h - ext/binding_of_caller/ruby_headers/192/gc.h - ext/binding_of_caller/ruby_headers/192/id.h - ext/binding_of_caller/ruby_headers/192/iseq.h - ext/binding_of_caller/ruby_headers/192/method.h - ext/binding_of_caller/ruby_headers/192/node.h - ext/binding_of_caller/ruby_headers/192/regenc.h - ext/binding_of_caller/ruby_headers/192/regint.h - ext/binding_of_caller/ruby_headers/192/regparse.h - ext/binding_of_caller/ruby_headers/192/thread_pthread.h - ext/binding_of_caller/ruby_headers/192/thread_win32.h - ext/binding_of_caller/ruby_headers/192/timev.h - ext/binding_of_caller/ruby_headers/192/transcode_data.h - ext/binding_of_caller/ruby_headers/192/version.h - ext/binding_of_caller/ruby_headers/192/vm_core.h - ext/binding_of_caller/ruby_headers/192/vm_exec.h - ext/binding_of_caller/ruby_headers/192/vm_insnhelper.h - ext/binding_of_caller/ruby_headers/192/vm_opts.h - ext/binding_of_caller/ruby_headers/193/addr2line.h - ext/binding_of_caller/ruby_headers/193/atomic.h - ext/binding_of_caller/ruby_headers/193/constant.h - ext/binding_of_caller/ruby_headers/193/debug.h - ext/binding_of_caller/ruby_headers/193/dln.h - ext/binding_of_caller/ruby_headers/193/encdb.h - ext/binding_of_caller/ruby_headers/193/eval_intern.h - ext/binding_of_caller/ruby_headers/193/gc.h - ext/binding_of_caller/ruby_headers/193/id.h - ext/binding_of_caller/ruby_headers/193/internal.h - ext/binding_of_caller/ruby_headers/193/iseq.h - ext/binding_of_caller/ruby_headers/193/method.h - ext/binding_of_caller/ruby_headers/193/node.h - ext/binding_of_caller/ruby_headers/193/parse.h - ext/binding_of_caller/ruby_headers/193/regenc.h - ext/binding_of_caller/ruby_headers/193/regint.h - ext/binding_of_caller/ruby_headers/193/regparse.h - ext/binding_of_caller/ruby_headers/193/revision.h - ext/binding_of_caller/ruby_headers/193/thread_pthread.h - ext/binding_of_caller/ruby_headers/193/thread_win32.h - ext/binding_of_caller/ruby_headers/193/timev.h - ext/binding_of_caller/ruby_headers/193/transcode_data.h - ext/binding_of_caller/ruby_headers/193/transdb.h - ext/binding_of_caller/ruby_headers/193/version.h - ext/binding_of_caller/ruby_headers/193/vm_core.h - ext/binding_of_caller/ruby_headers/193/vm_exec.h - ext/binding_of_caller/ruby_headers/193/vm_insnhelper.h - ext/binding_of_caller/ruby_headers/193/vm_opts.h - lib/binding_of_caller.rb - lib/binding_of_caller/version.rb - test/test_binding_of_caller.rb homepage: http://github.com/banister/binding_of_caller licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 2002549777813010636 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 2002549777813010636 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.12 signing_key: specification_version: 3 summary: Retrieve the binding of a method's caller. Can also retrieve bindings even further up the stack. test_files: - test/test_binding_of_caller.rb