rack-reverse-proxy.gemspec in rack-reverse-proxy-0.2.0 vs rack-reverse-proxy.gemspec in rack-reverse-proxy-0.3.0

- old
+ new

@@ -3,20 +3,19 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rack-reverse-proxy} - s.version = "0.2.0" + s.version = "0.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jon Swope"] - s.date = %q{2010-04-11} + s.date = %q{2010-04-20} s.description = %q{A Rack based reverse proxy for basic needs. Useful for testing or in cases where webserver configuration is unavailable.} s.email = %q{jaswope@gmail.com} s.extra_rdoc_files = [ "LICENSE", - "README", "README.rdoc" ] s.files = [ ".document", ".gitignore", @@ -34,11 +33,11 @@ s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.6} s.summary = %q{A Simple Reverse Proxy for Rack} s.test_files = [ - "spec/spec_helper.rb", - "spec/rack/reverse_proxy_spec.rb" + "spec/rack/reverse_proxy_spec.rb", + "spec/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3