# -*- encoding: utf-8 -*-
# stub: cirro-ruby-client 2.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "cirro-ruby-client".freeze
  s.version = "2.0.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/test-IO/cirro-ruby-client/CHANGELOG.md", "homepage_uri" => "https://cirro.io/api-docs/v1#cirro-api-documentation", "source_code_uri" => "https://github.com/test-IO/cirro-ruby-client" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Cirro Dev Team".freeze]
  s.bindir = "exe".freeze
  s.date = "2022-08-17"
  s.description = "Simple wrapper for Cirro API".freeze
  s.email = ["OrgtestIODevelopers@epam.com".freeze]
  s.files = [".circleci/config.yml".freeze, ".circleci/gem_credentials".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "cirro-ruby-client.gemspec".freeze, "lib/cirro_io/client.rb".freeze, "lib/cirro_io/client/app_user.rb".freeze, "lib/cirro_io/client/app_worker.rb".freeze, "lib/cirro_io/client/base.rb".freeze, "lib/cirro_io/client/bulk_action_helper.rb".freeze, "lib/cirro_io/client/configuration.rb".freeze, "lib/cirro_io/client/gig.rb".freeze, "lib/cirro_io/client/gig_invitation.rb".freeze, "lib/cirro_io/client/gig_result.rb".freeze, "lib/cirro_io/client/gig_task.rb".freeze, "lib/cirro_io/client/gig_time_activity.rb".freeze, "lib/cirro_io/client/jwt_authentication.rb".freeze, "lib/cirro_io/client/notifications_broadcast.rb".freeze, "lib/cirro_io/client/notifications_channel.rb".freeze, "lib/cirro_io/client/notifications_template.rb".freeze, "lib/cirro_io/client/payout.rb".freeze, "lib/cirro_io/client/response_debugging_middleware.rb".freeze, "lib/cirro_io/client/version.rb".freeze, "lib/cirro_io/client/worker_filter.rb".freeze, "lib/cirro_io_v2/client.rb".freeze, "lib/cirro_io_v2/errors/http_error.rb".freeze, "lib/cirro_io_v2/errors/response_not_json_error.rb".freeze, "lib/cirro_io_v2/request_clients/base.rb".freeze, "lib/cirro_io_v2/request_clients/jwt.rb".freeze, "lib/cirro_io_v2/resources/base.rb".freeze, "lib/cirro_io_v2/resources/gig.rb".freeze, "lib/cirro_io_v2/resources/gig_ivitation.rb".freeze, "lib/cirro_io_v2/resources/notification_broadcast.rb".freeze, "lib/cirro_io_v2/resources/notification_configuration.rb".freeze, "lib/cirro_io_v2/resources/notification_layout.rb".freeze, "lib/cirro_io_v2/resources/notification_layout_template.rb".freeze, "lib/cirro_io_v2/resources/notification_locale.rb".freeze, "lib/cirro_io_v2/resources/notification_template.rb".freeze, "lib/cirro_io_v2/resources/notification_topic.rb".freeze, "lib/cirro_io_v2/resources/notification_topic_preference.rb".freeze, "lib/cirro_io_v2/resources/user.rb".freeze, "lib/cirro_io_v2/responses/base.rb".freeze, "lib/cirro_io_v2/responses/responses.rb".freeze]
  s.homepage = "https://cirro.io/api-docs/v1#cirro-api-documentation".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Ruby client library for Cirro API".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<activesupport>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<jwt>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<faraday>.freeze, ["< 1.2.0".freeze])
  s.add_runtime_dependency(%q<faraday_middleware>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<json_api_client>.freeze, [">= 1.10.0".freeze])
end