# -*- encoding: utf-8 -*- # stub: rails-transactional-outbox 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "rails-transactional-outbox".freeze s.version = "0.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/BookingSync/rails-transactional-outbox/blob/master/CHANGELOG.md", "homepage_uri" => "https://github.com/BookingSync/rails-transactional-outbox", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/BookingSync/rails-transactional-outbox" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Karol Galanciak".freeze] s.date = "2023-05-26" s.description = "An implementation of transactional outbox pattern to be used with Rails.".freeze s.email = ["karol.galanciak@gmail.com".freeze] s.executables = ["rails_transactional_outbox_health_check".freeze] s.files = [".circleci/config.yml".freeze, ".github/workflows/ci.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/rails_transactional_outbox_health_check".freeze, "bin/setup".freeze, "lib/rails-transactional-outbox.rb".freeze, "lib/rails_transactional_outbox.rb".freeze, "lib/rails_transactional_outbox/configuration.rb".freeze, "lib/rails_transactional_outbox/error_handlers.rb".freeze, "lib/rails_transactional_outbox/error_handlers/null_error_handler.rb".freeze, "lib/rails_transactional_outbox/event_type.rb".freeze, "lib/rails_transactional_outbox/exponential_backoff.rb".freeze, "lib/rails_transactional_outbox/health_check.rb".freeze, "lib/rails_transactional_outbox/monitor.rb".freeze, "lib/rails_transactional_outbox/null_lock_client.rb".freeze, "lib/rails_transactional_outbox/outbox_entries_processor.rb".freeze, "lib/rails_transactional_outbox/outbox_entries_processors.rb".freeze, "lib/rails_transactional_outbox/outbox_entries_processors/base_processor.rb".freeze, "lib/rails_transactional_outbox/outbox_entries_processors/non_ordered_processor.rb".freeze, "lib/rails_transactional_outbox/outbox_entries_processors/ordered_by_causality_key_processor.rb".freeze, "lib/rails_transactional_outbox/outbox_entry_factory.rb".freeze, "lib/rails_transactional_outbox/outbox_model.rb".freeze, "lib/rails_transactional_outbox/railtie.rb".freeze, "lib/rails_transactional_outbox/record_processor.rb".freeze, "lib/rails_transactional_outbox/record_processors.rb".freeze, "lib/rails_transactional_outbox/record_processors/active_record_processor.rb".freeze, "lib/rails_transactional_outbox/record_processors/base_processor.rb".freeze, "lib/rails_transactional_outbox/reliable_model.rb".freeze, "lib/rails_transactional_outbox/reliable_model/reliable_callback.rb".freeze, "lib/rails_transactional_outbox/reliable_model/reliable_callbacks_registry.rb".freeze, "lib/rails_transactional_outbox/runner.rb".freeze, "lib/rails_transactional_outbox/runner_sleep_interval.rb".freeze, "lib/rails_transactional_outbox/tracers.rb".freeze, "lib/rails_transactional_outbox/tracers/datadog_tracer.rb".freeze, "lib/rails_transactional_outbox/tracers/null_tracer.rb".freeze, "lib/rails_transactional_outbox/version.rb".freeze, "lib/tasks/rails_transactional_outbox.rake".freeze, "rails-transactional-outbox.gemspec".freeze] s.homepage = "https://github.com/BookingSync/rails-transactional-outbox".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "An implementation of transactional outbox pattern to be used with Rails.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end