# -*- encoding: utf-8 -*-
# stub: riot-gear 0.0.11 ruby lib

Gem::Specification.new do |s|
  s.name = "riot-gear".freeze
  s.version = "0.0.11".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Justin 'Gus' Knowlden".freeze]
  s.date = "2013-12-03"
  s.description = "Riot + HTTParty smoke testing framework. You'd use it for integration testing with real HTTP requests and responses".freeze
  s.email = "gus@gusg.us".freeze
  s.files = [".gitignore".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/riot/gear.rb".freeze, "lib/riot/gear/context.rb".freeze, "lib/riot/gear/context/anything.rb".freeze, "lib/riot/gear/context/asserts_cookie.rb".freeze, "lib/riot/gear/context/asserts_header.rb".freeze, "lib/riot/gear/context/asserts_json.rb".freeze, "lib/riot/gear/context/asserts_status.rb".freeze, "lib/riot/gear/context/once.rb".freeze, "lib/riot/gear/context/persist_cookie.rb".freeze, "lib/riot/gear/middleware.rb".freeze, "lib/riot/gear/middleware/riotparty.rb".freeze, "lib/riot/gear/version.rb".freeze, "riot-gear.gemspec".freeze, "test/actions/delete_test.rb".freeze, "test/actions/get_test.rb".freeze, "test/actions/post_test.rb".freeze, "test/actions/put_test.rb".freeze, "test/assertions/asserts_json_test.rb".freeze, "test/helpers/cookie_values_test.rb".freeze, "test/helpers/json_path_test.rb".freeze, "test/once_block_test.rb".freeze, "test/riotparty_proxy_methods_test.rb".freeze, "test/setting_up_gear_context_test.rb".freeze, "test/teststrap.rb".freeze]
  s.homepage = "http://github.com/thumblemonks/riot-gear".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Riot + HTTParty smoke testing framework.".freeze
  s.test_files = ["test/actions/delete_test.rb".freeze, "test/actions/get_test.rb".freeze, "test/actions/post_test.rb".freeze, "test/actions/put_test.rb".freeze, "test/assertions/asserts_json_test.rb".freeze, "test/helpers/cookie_values_test.rb".freeze, "test/helpers/json_path_test.rb".freeze, "test/once_block_test.rb".freeze, "test/riotparty_proxy_methods_test.rb".freeze, "test/setting_up_gear_context_test.rb".freeze, "test/teststrap.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<riot>.freeze, [">= 0.12.6".freeze])
  s.add_runtime_dependency(%q<httparty>.freeze, [">= 0.12.0".freeze])
end