Sha256: ca68f775440e44be4a55d7e3814aa2d41ba0fcf62b7771282bb0cdfc97e14850
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{proxylocal} s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Just Lest"] s.date = %q{2010-11-23} s.default_executable = %q{proxylocal} s.description = %q{http://proxylocal.com/} s.email = %q{just.lest@gmail.com} s.executables = ["proxylocal"] s.extra_rdoc_files = ["bin/proxylocal", "lib/client.rb"] s.files = ["Manifest", "Rakefile", "bin/proxylocal", "lib/client.rb", "proxylocal.gemspec"] s.homepage = %q{http://proxylocal.com/} s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Proxylocal"] s.require_paths = ["lib"] s.rubyforge_project = %q{proxylocal} s.rubygems_version = %q{1.3.7} s.summary = %q{http://proxylocal.com/} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<eventmachine>, [">= 0.12.10"]) s.add_runtime_dependency(%q<bert>, [">= 1.1.2"]) else s.add_dependency(%q<eventmachine>, [">= 0.12.10"]) s.add_dependency(%q<bert>, [">= 1.1.2"]) end else s.add_dependency(%q<eventmachine>, [">= 0.12.10"]) s.add_dependency(%q<bert>, [">= 1.1.2"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proxylocal-0.1.0 | proxylocal.gemspec |