--- !ruby/object:Gem::Specification name: table_sync version: !ruby/object:Gem::Version version: 6.5.1 platform: ruby authors: - Umbrellio autorequire: bindir: bin cert_chain: [] date: 2024-10-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: memery requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rabbit_messaging requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0.13' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0.13' - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: self_data requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: DB Table synchronization between microservices based on Model's event system and RabbitMQ messaging email: - oss@umbrellio.biz executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/ci.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE.md - README.md - Rakefile - bin/console - bin/setup - lib/table_sync.rb - lib/table_sync/errors.rb - lib/table_sync/event.rb - lib/table_sync/instrument.rb - lib/table_sync/instrument_adapter/active_support.rb - lib/table_sync/naming_resolver/active_record.rb - lib/table_sync/naming_resolver/sequel.rb - lib/table_sync/orm_adapter/active_record.rb - lib/table_sync/orm_adapter/base.rb - lib/table_sync/orm_adapter/sequel.rb - lib/table_sync/publishing.rb - lib/table_sync/publishing/batch.rb - lib/table_sync/publishing/data/objects.rb - lib/table_sync/publishing/data/raw.rb - lib/table_sync/publishing/helpers/attributes.rb - lib/table_sync/publishing/helpers/debounce.rb - lib/table_sync/publishing/helpers/objects.rb - lib/table_sync/publishing/message/base.rb - lib/table_sync/publishing/message/batch.rb - lib/table_sync/publishing/message/raw.rb - lib/table_sync/publishing/message/single.rb - lib/table_sync/publishing/params/base.rb - lib/table_sync/publishing/params/batch.rb - lib/table_sync/publishing/params/raw.rb - lib/table_sync/publishing/params/single.rb - lib/table_sync/publishing/raw.rb - lib/table_sync/publishing/single.rb - lib/table_sync/receiving.rb - lib/table_sync/receiving/config.rb - lib/table_sync/receiving/config_decorator.rb - lib/table_sync/receiving/dsl.rb - lib/table_sync/receiving/handler.rb - lib/table_sync/receiving/model/active_record.rb - lib/table_sync/receiving/model/sequel.rb - lib/table_sync/setup/active_record.rb - lib/table_sync/setup/base.rb - lib/table_sync/setup/sequel.rb - lib/table_sync/utils.rb - lib/table_sync/utils/interface_checker.rb - lib/table_sync/utils/proc_array.rb - lib/table_sync/utils/proc_keywords_resolver.rb - lib/table_sync/utils/required_validator.rb - lib/table_sync/version.rb - log/.keep - table_sync.gemspec homepage: https://github.com/umbrellio/table_sync licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.3 signing_key: specification_version: 4 summary: DB Table synchronization between microservices based on Model's event system and RabbitMQ messaging test_files: []