# -*- encoding: utf-8 -*- # stub: casting 0.6.4 ruby lib Gem::Specification.new do |s| s.name = "casting".freeze s.version = "0.6.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jim Gay".freeze] s.date = "2013-11-14" s.description = "Casting assists in method delegation which preserves the binding of 'self' to the object receiving a message.\n\n This allows you to define behavior and apply it to an object temporarily without extending the object's super class structure.".freeze s.email = ["jim@saturnflyer.com".freeze] s.files = ["lib/casting.rb".freeze, "lib/casting/client.rb".freeze, "lib/casting/delegation.rb".freeze, "lib/casting/method_consolidator.rb".freeze, "lib/casting/missing_method_client.rb".freeze, "lib/casting/missing_method_client_class.rb".freeze, "lib/casting/prepared_delegation.rb".freeze, "lib/casting/version.rb".freeze, "test/casting_19_test.rb".freeze, "test/casting_20_test.rb".freeze, "test/casting_test.rb".freeze, "test/class_refinement_test.rb".freeze, "test/client_test.rb".freeze, "test/delegation_test.rb".freeze, "test/method_consolidator_test.rb".freeze, "test/missing_method_client_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/saturnflyer/casting".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Proper method delegation.".freeze s.test_files = ["test/test_helper.rb".freeze, "test/casting_19_test.rb".freeze, "test/casting_20_test.rb".freeze, "test/casting_test.rb".freeze, "test/class_refinement_test.rb".freeze, "test/client_test.rb".freeze, "test/delegation_test.rb".freeze, "test/method_consolidator_test.rb".freeze, "test/missing_method_client_test.rb".freeze] end