# -*- encoding: utf-8 -*-
# stub: contextio 1.7.0 ruby lib

Gem::Specification.new do |s|
  s.name = "contextio".freeze
  s.version = "1.7.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Ben Hamill".freeze]
  s.date = "2014-01-22"
  s.description = "Provides Ruby interface to Context.IO".freeze
  s.email = ["ben@benhamill.com".freeze]
  s.files = [".document".freeze, ".gitignore".freeze, ".rspec".freeze, ".yardopts".freeze, "CHANGES.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "contextio.gemspec".freeze, "lib/contextio.rb".freeze, "lib/contextio/account.rb".freeze, "lib/contextio/account_collection.rb".freeze, "lib/contextio/account_sync_data.rb".freeze, "lib/contextio/api.rb".freeze, "lib/contextio/api/association_helpers.rb".freeze, "lib/contextio/api/resource.rb".freeze, "lib/contextio/api/resource_collection.rb".freeze, "lib/contextio/api/url_builder.rb".freeze, "lib/contextio/body_part.rb".freeze, "lib/contextio/body_part_collection.rb".freeze, "lib/contextio/connect_token.rb".freeze, "lib/contextio/connect_token_collection.rb".freeze, "lib/contextio/contact.rb".freeze, "lib/contextio/contact_collection.rb".freeze, "lib/contextio/email_address.rb".freeze, "lib/contextio/email_address_collection.rb".freeze, "lib/contextio/email_settings.rb".freeze, "lib/contextio/file.rb".freeze, "lib/contextio/file_collection.rb".freeze, "lib/contextio/folder.rb".freeze, "lib/contextio/folder_collection.rb".freeze, "lib/contextio/folder_sync_data.rb".freeze, "lib/contextio/message.rb".freeze, "lib/contextio/message_collection.rb".freeze, "lib/contextio/oauth_provider.rb".freeze, "lib/contextio/oauth_provider_collection.rb".freeze, "lib/contextio/source.rb".freeze, "lib/contextio/source_collection.rb".freeze, "lib/contextio/source_sync_data.rb".freeze, "lib/contextio/thread.rb".freeze, "lib/contextio/thread_collection.rb".freeze, "lib/contextio/version.rb".freeze, "lib/contextio/webhook.rb".freeze, "lib/contextio/webhook_collection.rb".freeze, "spec/config.yml.example".freeze, "spec/integration/accounts_messages_spec.rb".freeze, "spec/integration/folders_messages_spec.rb".freeze, "spec/integration/source_sync_data_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/contextio/account_collection_spec.rb".freeze, "spec/unit/contextio/account_spec.rb".freeze, "spec/unit/contextio/api/association_helpers_spec.rb".freeze, "spec/unit/contextio/api/resource_collection_spec.rb".freeze, "spec/unit/contextio/api/resource_spec.rb".freeze, "spec/unit/contextio/api/url_builder_spec.rb".freeze, "spec/unit/contextio/api_spec.rb".freeze, "spec/unit/contextio/connect_token_collection_spec.rb".freeze, "spec/unit/contextio/connect_token_spec.rb".freeze, "spec/unit/contextio/email_settings_spec.rb".freeze, "spec/unit/contextio/oauth_provider_collection_spec.rb".freeze, "spec/unit/contextio/oauth_provider_spec.rb".freeze, "spec/unit/contextio/source_collection_spec.rb".freeze, "spec/unit/contextio/source_spec.rb".freeze, "spec/unit/contextio/version_spec.rb".freeze, "spec/unit/contextio_spec.rb".freeze]
  s.homepage = "https://github.com/contextio/contextio-ruby#readme".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Provides interface to Context.IO".freeze
  s.test_files = ["spec/config.yml.example".freeze, "spec/integration/accounts_messages_spec.rb".freeze, "spec/integration/folders_messages_spec.rb".freeze, "spec/integration/source_sync_data_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/contextio/account_collection_spec.rb".freeze, "spec/unit/contextio/account_spec.rb".freeze, "spec/unit/contextio/api/association_helpers_spec.rb".freeze, "spec/unit/contextio/api/resource_collection_spec.rb".freeze, "spec/unit/contextio/api/resource_spec.rb".freeze, "spec/unit/contextio/api/url_builder_spec.rb".freeze, "spec/unit/contextio/api_spec.rb".freeze, "spec/unit/contextio/connect_token_collection_spec.rb".freeze, "spec/unit/contextio/connect_token_spec.rb".freeze, "spec/unit/contextio/email_settings_spec.rb".freeze, "spec/unit/contextio/oauth_provider_collection_spec.rb".freeze, "spec/unit/contextio/oauth_provider_spec.rb".freeze, "spec/unit/contextio/source_collection_spec.rb".freeze, "spec/unit/contextio/source_spec.rb".freeze, "spec/unit/contextio/version_spec.rb".freeze, "spec/unit/contextio_spec.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<faraday>.freeze, ["~> 0.8.0".freeze])
  s.add_runtime_dependency(%q<faraday_middleware>.freeze, ["~> 0.9.0".freeze])
  s.add_runtime_dependency(%q<simple_oauth>.freeze, ["~> 0.2.0".freeze])
  s.add_development_dependency(%q<bundler>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rubygems-tasks>.freeze, ["~> 0.2".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 2.14".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<yard>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<redcarpet>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<pry-doc>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<webmock>.freeze, [">= 0".freeze])
end