# -*- encoding: utf-8 -*- # stub: outboxable 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "outboxable".freeze s.version = "1.0.2".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/broosk1993/outboxable/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/broosk1993/outboxable", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/broosk1993/outboxable" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Brusk Awat".freeze] s.bindir = "exe".freeze s.date = "2023-04-13" s.description = "The Outboxable Gem is tailored for Rails applications to implement the transactional outbox pattern. It currently only supports ActiveRecord.".freeze s.email = ["broosk.edogawa@gmail.com".freeze] s.files = [".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/generators/outboxable/install_generator.rb".freeze, "lib/outboxable.rb".freeze, "lib/outboxable/configuration.rb".freeze, "lib/outboxable/connection.rb".freeze, "lib/outboxable/polling_publisher_worker.rb".freeze, "lib/outboxable/publishing_manager.rb".freeze, "lib/outboxable/rabbitmq/publisher.rb".freeze, "lib/outboxable/version.rb".freeze, "lib/outboxable/worker.rb".freeze, "lib/templates/activerecord_initializer.rb".freeze, "lib/templates/activerecrod_outbox.rb".freeze, "lib/templates/create_outboxable_outboxes.rb".freeze, "lib/templates/mongoid_initializer.rb".freeze, "lib/templates/mongoid_outbox.rb".freeze, "sig/outboxable.rbs".freeze] s.homepage = "https://github.com/broosk1993/outboxable".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.1.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "An opiniated Gem for Rails applications to implement the transactional outbox pattern.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 2.19.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.3.0".freeze]) end