# -*- encoding: utf-8 -*- # stub: rat-hole 0.1.11 ruby lib Gem::Specification.new do |s| s.name = "rat-hole".freeze s.version = "0.1.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 = ["Michael Hale".freeze, "David Bogus".freeze, "Nathaniel Talbott".freeze] s.date = "2010-01-12" s.description = "Rat Hole is a handy library for creating a rack compliant http proxy that allows you to modify the request from the user and the response from the server.".freeze s.email = "mikehale@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "CHANGELOG.rdoc".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/rat_hole.rb".freeze, "lib/rat_hole_test.rb".freeze, "lib/util.rb".freeze, "rat-hole.gemspec".freeze, "test/mock_request.rb".freeze, "test/test_rat_hole.rb".freeze] s.homepage = "http://github.com/mikehale/rat-hole".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rack compliant http proxy".freeze s.test_files = ["test/mock_request.rb".freeze, "test/test_rat_hole.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.9.1".freeze]) end