# -*- encoding: utf-8 -*-
# stub: crowdskout 0.0.4 ruby lib

Gem::Specification.new do |s|
  s.name = "crowdskout".freeze
  s.version = "0.0.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Crowdskout".freeze, "Revv".freeze, "Kyle Schutt".freeze]
  s.date = "2016-05-03"
  s.description = "Ruby library for interactions with Crowdskout v1 API".freeze
  s.email = "kyle@revv.co".freeze
  s.files = [".rspec".freeze, "README.md".freeze, "crowdskout.gemspec".freeze, "lib/crowdskout.rb".freeze, "lib/crowdskout/api.rb".freeze, "lib/crowdskout/auth/oauth2.rb".freeze, "lib/crowdskout/components/attributes/attribute.rb".freeze, "lib/crowdskout/components/attributes/option.rb".freeze, "lib/crowdskout/components/component.rb".freeze, "lib/crowdskout/components/fields/field_options.rb".freeze, "lib/crowdskout/components/profiles/gender.rb".freeze, "lib/crowdskout/components/profiles/name.rb".freeze, "lib/crowdskout/components/profiles/profile.rb".freeze, "lib/crowdskout/components/result_set.rb".freeze, "lib/crowdskout/exceptions/oauth2_exception.rb".freeze, "lib/crowdskout/exceptions/service_exception.rb".freeze, "lib/crowdskout/services/attribute_service.rb".freeze, "lib/crowdskout/services/base_service.rb".freeze, "lib/crowdskout/services/field_service.rb".freeze, "lib/crowdskout/services/profile_service.rb".freeze, "lib/crowdskout/util/config.rb".freeze, "lib/crowdskout/util/helpers.rb".freeze, "lib/crowdskout/version.rb".freeze, "spec/crowdskout/auth/oauth2_spec.rb".freeze, "spec/crowdskout/services/attribute_service_spec.rb".freeze, "spec/crowdskout/services/field_service_spec.rb".freeze, "spec/crowdskout/services/profile_service_spec.rb".freeze]
  s.homepage = "https://github.com/revvco/crowdskout".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Crowdskout SDK for Ruby".freeze
  s.test_files = ["spec/crowdskout/auth/oauth2_spec.rb".freeze, "spec/crowdskout/services/attribute_service_spec.rb".freeze, "spec/crowdskout/services/field_service_spec.rb".freeze, "spec/crowdskout/services/profile_service_spec.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<rest-client>.freeze, ["~> 1.6".freeze, ">= 1.6.7".freeze])
  s.add_runtime_dependency(%q<json>.freeze, ["~> 1.8".freeze, ">= 1.8.1".freeze])
  s.add_runtime_dependency(%q<mime-types>.freeze, ["~> 1.25".freeze, ">= 1.25.1".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 2.14".freeze])
end