Sha256: c58a64d1545bce6e59a3cc03b3bb5b882eae8dd0937605502a444d65fbbc97fb

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.4
platform: ruby
authors:
- Jim Gay
autorequire: 
bindir: bin
cert_chain: []
date: 2013-11-14 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.3
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

Package Spec version

casting-0.6.4