# -*- encoding: utf-8 -*- # stub: casting 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "casting".freeze s.version = "1.0.1".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 = "2022-07-17" 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 = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/casting.rb".freeze, "lib/casting/client.rb".freeze, "lib/casting/context.rb".freeze, "lib/casting/delegation.rb".freeze, "lib/casting/enum.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/null.rb".freeze, "lib/casting/super_delegate.rb".freeze, "lib/casting/version.rb".freeze, "test/casting_enum_test.rb".freeze, "test/casting_test.rb".freeze, "test/class_refinement_test.rb".freeze, "test/client_test.rb".freeze, "test/context_test.rb".freeze, "test/delegation_test.rb".freeze, "test/frozen_client_test.rb".freeze, "test/method_consolidator_test.rb".freeze, "test/missing_method_client_test.rb".freeze, "test/module_cleanup_test.rb".freeze, "test/null_module_test.rb".freeze, "test/super_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/saturnflyer/casting".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Proper method delegation.".freeze s.test_files = ["test/test_helper.rb".freeze, "test/casting_enum_test.rb".freeze, "test/casting_test.rb".freeze, "test/class_refinement_test.rb".freeze, "test/client_test.rb".freeze, "test/context_test.rb".freeze, "test/delegation_test.rb".freeze, "test/frozen_client_test.rb".freeze, "test/method_consolidator_test.rb".freeze, "test/missing_method_client_test.rb".freeze, "test/module_cleanup_test.rb".freeze, "test/null_module_test.rb".freeze, "test/super_test.rb".freeze] end