# -*- encoding: utf-8 -*- # stub: tobox 0.6.1 ruby lib Gem::Specification.new do |s| s.name = "tobox".freeze s.version = "0.6.1".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", "bug_tracker_uri" => "https://gitlab.com/os85/tobox/issues", "changelog_uri" => "https://gitlab.com/os85/tobox/-/blob/master/CHANGELOG.md", "documentation_uri" => "https://gitlab.com/os85/tobox", "homepage_uri" => "https://gitlab.com/os85/tobox", "rubygems_mfa_required" => "true", "source_code_uri" => "https://gitlab.com/os85/tobox" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["HoneyryderChuck".freeze] s.bindir = "exe".freeze s.date = "2024-10-30" s.description = "Transactional outbox pattern implementation in ruby".freeze s.email = ["cardoso_tiago@hotmail.com".freeze] s.executables = ["tobox".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "exe/tobox".freeze, "lib/tobox.rb".freeze, "lib/tobox/application.rb".freeze, "lib/tobox/cli.rb".freeze, "lib/tobox/configuration.rb".freeze, "lib/tobox/fetcher.rb".freeze, "lib/tobox/plugins/datadog.rb".freeze, "lib/tobox/plugins/datadog/configuration.rb".freeze, "lib/tobox/plugins/datadog/integration.rb".freeze, "lib/tobox/plugins/datadog/patcher.rb".freeze, "lib/tobox/plugins/event_grouping.rb".freeze, "lib/tobox/plugins/inbox.rb".freeze, "lib/tobox/plugins/progress.rb".freeze, "lib/tobox/plugins/sentry.rb".freeze, "lib/tobox/plugins/stats.rb".freeze, "lib/tobox/plugins/zeitwerk.rb".freeze, "lib/tobox/pool.rb".freeze, "lib/tobox/pool/fiber_pool.rb".freeze, "lib/tobox/pool/threaded_pool.rb".freeze, "lib/tobox/version.rb".freeze, "lib/tobox/worker.rb".freeze] s.homepage = "https://gitlab.com/os85/tobox".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Transactional outbox pattern implementation in ruby".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.35".freeze]) end