# -*- encoding: utf-8 -*- # stub: proxymachine 0.2.8 ruby lib Gem::Specification.new do |s| s.name = "proxymachine".freeze s.version = "0.2.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tom Preston-Werner".freeze] s.date = "2009-10-14" s.email = "tom@mojombo.com".freeze s.executables = ["proxymachine".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = [".document".freeze, ".gitignore".freeze, "History.txt".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "bin/proxymachine".freeze, "examples/git.rb".freeze, "examples/long.rb".freeze, "examples/transparent.rb".freeze, "lib/proxymachine.rb".freeze, "lib/proxymachine/client_connection.rb".freeze, "lib/proxymachine/server_connection.rb".freeze, "proxymachine.gemspec".freeze, "test/proxymachine_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/mojombo/proxymachine".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ProxyMachine is a simple content aware (layer 7) TCP routing proxy.".freeze s.test_files = ["test/proxymachine_test.rb".freeze, "test/test_helper.rb".freeze, "examples/git.rb".freeze, "examples/long.rb".freeze, "examples/transparent.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.12.9".freeze]) end