Sha256: 2e1dfab16aa9fb93ba24f98783f3a5bb91535a5c64b7e382838e51565469dba2
Contents?: true
Size: 1.84 KB
Versions: 0
Compression: gzip
Compressed size: 681 Bytes
Stored size: 681 Bytes
Contents
--- !ruby/object:Gem::Specification name: casting version: !ruby/object:Gem::Version version: 0.6.5 platform: ruby authors: - Jim Gay autorequire: bindir: bin cert_chain: [] date: 2014-01-09 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: - lib/casting.rb - lib/casting/client.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/prepared_delegation.rb - lib/casting/version.rb - 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 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.0.14 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