proxylocal.gemspec in proxylocal-0.1.0 vs proxylocal.gemspec in proxylocal-0.1.1

- old
+ new

@@ -1,25 +1,27 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{proxylocal} - s.version = "0.1.0" + s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Just Lest"] + s.cert_chain = ["/Users/lest/.gem/gem-public_cert.pem"] s.date = %q{2010-11-23} s.default_executable = %q{proxylocal} - s.description = %q{http://proxylocal.com/} + s.description = %q{Proxy your local web-server and make it publicly available over the internet} 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.rubyforge_project = %q{} s.rubygems_version = %q{1.3.7} - s.summary = %q{http://proxylocal.com/} + s.signing_key = %q{/Users/lest/.gem/gem-private_key.pem} + s.summary = %q{Proxy your local web-server and make it publicly available over the internet} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3