Sha256: 4358b6ed83d1a5cc1d3c8449215d91946f31d06ee7cb28d074f2c638193f4399
Contents?: true
Size: 1.83 KB
Versions: 1
Compression:
Stored size: 1.83 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{proxymachine} s.version = "0.2.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tom Preston-Werner"] s.date = %q{2009-10-14} s.default_executable = %q{proxymachine} s.email = %q{tom@mojombo.com} s.executables = ["proxymachine"] s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ ".document", ".gitignore", "History.txt", "LICENSE", "README.md", "Rakefile", "VERSION.yml", "bin/proxymachine", "examples/git.rb", "examples/long.rb", "examples/transparent.rb", "lib/proxymachine.rb", "lib/proxymachine/client_connection.rb", "lib/proxymachine/server_connection.rb", "proxymachine.gemspec", "test/proxymachine_test.rb", "test/test_helper.rb" ] s.homepage = %q{http://github.com/mojombo/proxymachine} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{ProxyMachine is a simple content aware (layer 7) TCP routing proxy.} s.test_files = [ "test/proxymachine_test.rb", "test/test_helper.rb", "examples/git.rb", "examples/long.rb", "examples/transparent.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<eventmachine>, [">= 0.12.9"]) else s.add_dependency(%q<eventmachine>, [">= 0.12.9"]) end else s.add_dependency(%q<eventmachine>, [">= 0.12.9"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proxymachine-0.2.8 | proxymachine.gemspec |