# -*- encoding: utf-8 -*- # stub: casting 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "casting".freeze s.version = "1.0.2".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 = "2023-01-07" 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] 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 end