# -*- encoding: utf-8 -*- # stub: rainforest 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "rainforest".freeze s.version = "1.0.1".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/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/stripe/account_test.rb".freeze, "test/stripe/api_resource_test.rb".freeze, "test/stripe/charge_test.rb".freeze, "test/stripe/coupon_test.rb".freeze, "test/stripe/customer_test.rb".freeze, "test/stripe/invoice_test.rb".freeze, "test/stripe/list_object_test.rb".freeze, "test/stripe/metadata_test.rb".freeze, "test/stripe/util_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://app.rainforestqa.com/docs/ruby".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings for the Rainforest API".freeze s.test_files = ["test/stripe/account_test.rb".freeze, "test/stripe/api_resource_test.rb".freeze, "test/stripe/charge_test.rb".freeze, "test/stripe/coupon_test.rb".freeze, "test/stripe/customer_test.rb".freeze, "test/stripe/invoice_test.rb".freeze, "test/stripe/list_object_test.rb".freeze, "test/stripe/metadata_test.rb".freeze, "test/stripe/util_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.4".freeze, "< 2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.13.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.4.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end