# -*- encoding: utf-8 -*-
# stub: rainforest 1.0.3 ruby lib

Gem::Specification.new do |s|
  s.name = "rainforest".freeze
  s.version = "1.0.3".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Jon Calhon".freeze]
  s.date = "2013-11-13"
  s.description = "Rainforest allows you to create tests for your website in plain English, then run them across all major browsers with a single click.  See https://www.rainforestqa.com/ for details.".freeze
  s.email = ["joncalhoun@gmail.com".freeze]
  s.executables = ["rainforest-console".freeze]
  s.files = [".gitignore".freeze, ".travis.yml".freeze, "CONTRIBUTORS".freeze, "Gemfile".freeze, "History.txt".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/rainforest-console".freeze, "gemfiles/default-with-activesupport.gemfile".freeze, "gemfiles/json.gemfile".freeze, "gemfiles/yajl.gemfile".freeze, "lib/.DS_Store".freeze, "lib/data/ca-certificates.crt".freeze, "lib/rainforest.rb".freeze, "lib/rainforest/.DS_Store".freeze, "lib/rainforest/api_operations/create.rb".freeze, "lib/rainforest/api_operations/delete.rb".freeze, "lib/rainforest/api_operations/list.rb".freeze, "lib/rainforest/api_operations/update.rb".freeze, "lib/rainforest/api_resource.rb".freeze, "lib/rainforest/errors/api_connection_error.rb".freeze, "lib/rainforest/errors/api_error.rb".freeze, "lib/rainforest/errors/authentication_error.rb".freeze, "lib/rainforest/errors/invalid_request_error.rb".freeze, "lib/rainforest/errors/rainforest_error.rb".freeze, "lib/rainforest/json.rb".freeze, "lib/rainforest/list_object.rb".freeze, "lib/rainforest/rainforest_object.rb".freeze, "lib/rainforest/run.rb".freeze, "lib/rainforest/singleton_api_resource.rb".freeze, "lib/rainforest/test.rb".freeze, "lib/rainforest/util.rb".freeze, "lib/rainforest/version.rb".freeze, "rainforest.gemspec".freeze, "test/.DS_Store".freeze, "test/rainforest/.DS_Store".freeze, "test/rainforest/api_resource_test.rb".freeze, "test/rainforest/list_object_test.rb".freeze, "test/rainforest/metadata_test.rb".freeze, "test/rainforest/test_test.rb".freeze, "test/rainforest/util_test.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "https://github.com/joncalhoun/rainforest-ruby".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Ruby bindings for the Rainforest API".freeze
  s.test_files = ["test/rainforest/.DS_Store".freeze, "test/rainforest/api_resource_test.rb".freeze, "test/rainforest/list_object_test.rb".freeze, "test/rainforest/metadata_test.rb".freeze, "test/rainforest/test_test.rb".freeze, "test/rainforest/util_test.rb".freeze, "test/test_helper.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<rest-client>.freeze, ["~> 1.4".freeze])
  s.add_runtime_dependency(%q<multi_json>.freeze, [">= 1.0.4".freeze, "< 2".freeze])
  s.add_development_dependency(%q<mocha>.freeze, ["~> 0.13.2".freeze])
  s.add_development_dependency(%q<shoulda>.freeze, ["~> 3.4.0".freeze])
  s.add_development_dependency(%q<test-unit>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
end