--- !ruby/object:Gem::Specification name: casting version: !ruby/object:Gem::Version version: 0.7.2 platform: ruby authors: - Jim Gay autorequire: bindir: bin cert_chain: [] date: 2016-07-28 00:00:00.000000000 Z dependencies: [] description: |- Casting assists in method delegation which preserves the binding of 'self' to the object receiving a message. This allows you to define behavior and apply it to an object temporarily without extending the object's super class structure. email: - jim@saturnflyer.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - Rakefile - lib/casting.rb - lib/casting/client.rb - lib/casting/context.rb - lib/casting/delegation.rb - lib/casting/method_consolidator.rb - lib/casting/missing_method_client.rb - lib/casting/missing_method_client_class.rb - lib/casting/null.rb - lib/casting/prepared_delegation.rb - lib/casting/super_delegate.rb - lib/casting/version.rb - test/casting_19_test.rb - test/casting_20_test.rb - test/casting_test.rb - test/class_refinement_test.rb - test/client_test.rb - test/delegation_test.rb - test/method_consolidator_test.rb - test/missing_method_client_test.rb - test/module_cleanup_test.rb - test/null_module_test.rb - test/super_test.rb - test/test_helper.rb homepage: http://github.com/saturnflyer/casting licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.6.6 signing_key: specification_version: 4 summary: Proper method delegation. test_files: - test/test_helper.rb - test/casting_19_test.rb - test/casting_20_test.rb - test/casting_test.rb - test/class_refinement_test.rb - test/client_test.rb - test/delegation_test.rb - test/method_consolidator_test.rb - test/missing_method_client_test.rb - test/null_module_test.rb - test/module_cleanup_test.rb - test/super_test.rb