# -*- encoding: utf-8 -*- # stub: standard-procedure-plumbing 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "standard-procedure-plumbing".freeze s.version = "0.4.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/standard-procedure/plumbing/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/standard-procedure/plumbing", "source_code_uri" => "https://github.com/standard-procedure/plumbing" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Rahoul Baruah".freeze] s.bindir = "exe".freeze s.date = "2024-09-15" s.description = "A composable event pipeline and sequential pipelines of operations".freeze s.email = ["rahoulb@echodek.co".freeze] s.files = ["README.md".freeze, "Rakefile".freeze, "lib/plumbing.rb".freeze, "lib/plumbing/actor.rb".freeze, "lib/plumbing/actor/async.rb".freeze, "lib/plumbing/actor/inline.rb".freeze, "lib/plumbing/actor/kernel.rb".freeze, "lib/plumbing/actor/rails.rb".freeze, "lib/plumbing/actor/threaded.rb".freeze, "lib/plumbing/actor/transporter.rb".freeze, "lib/plumbing/config.rb".freeze, "lib/plumbing/custom_filter.rb".freeze, "lib/plumbing/error.rb".freeze, "lib/plumbing/event.rb".freeze, "lib/plumbing/filter.rb".freeze, "lib/plumbing/junction.rb".freeze, "lib/plumbing/pipe.rb".freeze, "lib/plumbing/pipeline.rb".freeze, "lib/plumbing/pipeline/contracts.rb".freeze, "lib/plumbing/pipeline/operations.rb".freeze, "lib/plumbing/rubber_duck.rb".freeze, "lib/plumbing/rubber_duck/module.rb".freeze, "lib/plumbing/rubber_duck/object.rb".freeze, "lib/plumbing/rubber_duck/proxy.rb".freeze, "lib/plumbing/types.rb".freeze, "lib/plumbing/version.rb".freeze, "spec/become_equal_to_matcher.rb".freeze, "spec/examples/actor_spec.rb".freeze, "spec/examples/pipe_spec.rb".freeze, "spec/examples/pipeline_spec.rb".freeze, "spec/examples/rubber_duck_spec.rb".freeze, "spec/plumbing/a_pipe.rb".freeze, "spec/plumbing/actor/transporter_spec.rb".freeze, "spec/plumbing/actor_spec.rb".freeze, "spec/plumbing/custom_filter_spec.rb".freeze, "spec/plumbing/filter_spec.rb".freeze, "spec/plumbing/junction_spec.rb".freeze, "spec/plumbing/pipe_spec.rb".freeze, "spec/plumbing/pipeline_spec.rb".freeze, "spec/plumbing/rubber_duck_spec.rb".freeze, "spec/plumbing_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/standard-procedure/plumbing".freeze s.required_ruby_version = Gem::Requirement.new(">= 3.2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Plumbing - various pipelines for your ruby application".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end