# -*- encoding: utf-8 -*-
# stub: multiwoven-integrations 0.1.29 ruby lib

Gem::Specification.new do |s|
  s.name = "multiwoven-integrations".freeze
  s.version = "0.1.29".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "changelog_uri" => "https://github.com/Multiwoven/multiwoven-integrations/blob/master/CHANGELOG.md", "github_repo" => "https://github.com/Multiwoven/multiwoven-integrations", "homepage_uri" => "https://www.multiwoven.com/", "source_code_uri" => "https://github.com/Multiwoven/multiwoven-integrations" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Subin T P".freeze]
  s.bindir = "exe".freeze
  s.date = "2024-02-26"
  s.description = "Multiwoven Integrations is a comprehensive Ruby gem designed to facilitate seamless connectivity between various data sources and SaaS platforms.".freeze
  s.email = ["subin@multiwoven.com".freeze]
  s.files = [".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".vscode/settings.json".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/multiwoven/integrations.rb".freeze, "lib/multiwoven/integrations/config.rb".freeze, "lib/multiwoven/integrations/core/base_connector.rb".freeze, "lib/multiwoven/integrations/core/constants.rb".freeze, "lib/multiwoven/integrations/core/destination_connector.rb".freeze, "lib/multiwoven/integrations/core/http_client.rb".freeze, "lib/multiwoven/integrations/core/rate_limiter.rb".freeze, "lib/multiwoven/integrations/core/source_connector.rb".freeze, "lib/multiwoven/integrations/core/utils.rb".freeze, "lib/multiwoven/integrations/destination/facebook_custom_audience/client.rb".freeze, "lib/multiwoven/integrations/destination/facebook_custom_audience/config/catalog.json".freeze, "lib/multiwoven/integrations/destination/facebook_custom_audience/config/meta.json".freeze, "lib/multiwoven/integrations/destination/facebook_custom_audience/config/spec.json".freeze, "lib/multiwoven/integrations/destination/facebook_custom_audience/icon.svg".freeze, "lib/multiwoven/integrations/destination/klaviyo/client.rb".freeze, "lib/multiwoven/integrations/destination/klaviyo/config/catalog.json".freeze, "lib/multiwoven/integrations/destination/klaviyo/config/meta.json".freeze, "lib/multiwoven/integrations/destination/klaviyo/config/spec.json".freeze, "lib/multiwoven/integrations/destination/klaviyo/icon.svg".freeze, "lib/multiwoven/integrations/destination/salesforce_crm/client.rb".freeze, "lib/multiwoven/integrations/destination/salesforce_crm/config/catalog.json".freeze, "lib/multiwoven/integrations/destination/salesforce_crm/config/meta.json".freeze, "lib/multiwoven/integrations/destination/salesforce_crm/config/spec.json".freeze, "lib/multiwoven/integrations/destination/salesforce_crm/icon.svg".freeze, "lib/multiwoven/integrations/destination/slack/client.rb".freeze, "lib/multiwoven/integrations/destination/slack/config/catalog.json".freeze, "lib/multiwoven/integrations/destination/slack/config/meta.json".freeze, "lib/multiwoven/integrations/destination/slack/config/spec.json".freeze, "lib/multiwoven/integrations/destination/slack/icon.svg".freeze, "lib/multiwoven/integrations/protocol/protocol.json".freeze, "lib/multiwoven/integrations/protocol/protocol.rb".freeze, "lib/multiwoven/integrations/rollout.rb".freeze, "lib/multiwoven/integrations/service.rb".freeze, "lib/multiwoven/integrations/source/bigquery/client.rb".freeze, "lib/multiwoven/integrations/source/bigquery/config/meta.json".freeze, "lib/multiwoven/integrations/source/bigquery/config/spec.json".freeze, "lib/multiwoven/integrations/source/bigquery/icon.svg".freeze, "lib/multiwoven/integrations/source/postgresql/client.rb".freeze, "lib/multiwoven/integrations/source/postgresql/config/meta.json".freeze, "lib/multiwoven/integrations/source/postgresql/config/spec.json".freeze, "lib/multiwoven/integrations/source/postgresql/icon.svg".freeze, "lib/multiwoven/integrations/source/redshift/client.rb".freeze, "lib/multiwoven/integrations/source/redshift/config/meta.json".freeze, "lib/multiwoven/integrations/source/redshift/config/spec.json".freeze, "lib/multiwoven/integrations/source/redshift/icon.svg".freeze, "lib/multiwoven/integrations/source/snowflake/client.rb".freeze, "lib/multiwoven/integrations/source/snowflake/config/meta.json".freeze, "lib/multiwoven/integrations/source/snowflake/config/spec.json".freeze, "lib/multiwoven/integrations/source/snowflake/icon.svg".freeze, "sig/multiwoven/integrations.rbs".freeze]
  s.homepage = "https://www.multiwoven.com/".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Integration suite for open source reverse ETL platform".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<activesupport>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<async-websocket>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<dry-schema>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<dry-struct>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<dry-types>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<git>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<google-cloud-bigquery>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<pg>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<rake>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<restforce>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<ruby-limiter>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<ruby-odbc>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<sequel>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<slack-ruby-client>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<byebug>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rubocop>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<simplecov_json_formatter>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<webmock>.freeze, [">= 0".freeze])
end