Skip to content

Commit

Permalink
Regenerate gemspec for version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswope committed Apr 5, 2011
1 parent 74d55c8 commit 0c1d08f
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions rack-reverse-proxy.gemspec
@@ -1,43 +1,40 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{rack-reverse-proxy}
s.version = "0.4.0"
s.version = "0.4.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jon Swope"]
s.date = %q{2010-11-07}
s.date = %q{2011-04-04}
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"
"README.rdoc"
]
s.files = [
".document",
".gitignore",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/rack/reverse_proxy.rb",
"rack-reverse-proxy.gemspec",
"spec/rack/reverse_proxy_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/rack/reverse_proxy.rb",
"rack-reverse-proxy.gemspec",
"spec/rack/reverse_proxy_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/jaswope/rack-reverse-proxy}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
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
Expand Down

0 comments on commit 0c1d08f

Please sign in to comment.