# -*- encoding: utf-8 -*- # stub: eric-fakeweb 1.2.2 ruby lib Gem::Specification.new do |s| s.name = "eric-fakeweb".freeze s.version = "1.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Blaine Cook".freeze, "Chris Kampmeier".freeze] s.date = "2009-05-04" s.email = "chris@kampers.net".freeze s.extra_rdoc_files = ["CHANGELOG".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze] s.files = ["CHANGELOG".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib".freeze, "lib/fake_web".freeze, "lib/fake_web.rb".freeze, "lib/fake_web/ext".freeze, "lib/fake_web/ext/net_http.rb".freeze, "lib/fake_web/registry.rb".freeze, "lib/fake_web/responder.rb".freeze, "lib/fake_web/response.rb".freeze, "lib/fake_web/stub_socket.rb".freeze, "lib/fakeweb.rb".freeze, "test".freeze, "test/fixtures".freeze, "test/fixtures/google_response_from_curl".freeze, "test/fixtures/google_response_with_transfer_encoding".freeze, "test/fixtures/google_response_without_transfer_encoding".freeze, "test/fixtures/test_example.txt".freeze, "test/fixtures/test_txt_file".freeze, "test/test_allow_net_connect.rb".freeze, "test/test_fake_authentication.rb".freeze, "test/test_fake_web.rb".freeze, "test/test_fake_web_open_uri.rb".freeze, "test/test_helper.rb".freeze, "test/test_query_string.rb".freeze, "test/test_trailing_slashes.rb".freeze] s.homepage = "http://github.com/chrisk/fakeweb".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze, "--title".freeze, "FakeWeb API Documentation".freeze, "--charset".freeze, "utf-8".freeze, "--line-numbers".freeze, "--inline-source".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A tool for faking responses to HTTP requests".freeze s.test_files = ["test/fixtures".freeze, "test/fixtures/google_response_from_curl".freeze, "test/fixtures/google_response_with_transfer_encoding".freeze, "test/fixtures/google_response_without_transfer_encoding".freeze, "test/fixtures/test_example.txt".freeze, "test/fixtures/test_txt_file".freeze, "test/test_allow_net_connect.rb".freeze, "test/test_fake_authentication.rb".freeze, "test/test_fake_web.rb".freeze, "test/test_fake_web_open_uri.rb".freeze, "test/test_helper.rb".freeze, "test/test_query_string.rb".freeze, "test/test_trailing_slashes.rb".freeze] s.specification_version = 2 s.add_development_dependency(%q.freeze, [">= 0.9.5".freeze]) end