Sha256: 2aad2dff396b44e21d4f42349329a4004c41fb346ca2f049b2fbf11e9bb22f17

Contents?: true

Size: 334 Bytes

Versions: 9

Compression:

Stored size: 334 Bytes

Contents

# frozen_string_literal: true

module TableSync
  module Publishing
    require_relative "publishing/base_publisher"
    require_relative "publishing/publisher"
    require_relative "publishing/batch_publisher"
    require_relative "publishing/orm_adapter/active_record"
    require_relative "publishing/orm_adapter/sequel"
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
table_sync-5.1.0 lib/table_sync/publishing.rb
table_sync-5.0.0 lib/table_sync/publishing.rb
table_sync-4.2.2 lib/table_sync/publishing.rb
table_sync-4.2.1 lib/table_sync/publishing.rb
table_sync-4.2.0 lib/table_sync/publishing.rb
table_sync-4.1.3 lib/table_sync/publishing.rb
table_sync-4.1.1 lib/table_sync/publishing.rb
table_sync-4.1.0 lib/table_sync/publishing.rb
table_sync-4.0.0 lib/table_sync/publishing.rb