Skip to content

Commit e5e8f00

Browse files
committed
Version bump to 0.3.0
1 parent e7600d7 commit e5e8f00

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0

rack-reverse-proxy.gemspec

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{rack-reverse-proxy}
8-
s.version = "0.2.0"
8+
s.version = "0.3.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Jon Swope"]
12-
s.date = %q{2010-04-11}
12+
s.date = %q{2010-04-20}
1313
s.description = %q{A Rack based reverse proxy for basic needs. Useful for testing or in cases where webserver configuration is unavailable.}
1414
s.email = %q{[email protected]}
1515
s.extra_rdoc_files = [
1616
"LICENSE",
17-
"README",
1817
"README.rdoc"
1918
]
2019
s.files = [
@@ -36,8 +35,8 @@ Gem::Specification.new do |s|
3635
s.rubygems_version = %q{1.3.6}
3736
s.summary = %q{A Simple Reverse Proxy for Rack}
3837
s.test_files = [
39-
"spec/spec_helper.rb",
40-
"spec/rack/reverse_proxy_spec.rb"
38+
"spec/rack/reverse_proxy_spec.rb",
39+
"spec/spec_helper.rb"
4140
]
4241

4342
if s.respond_to? :specification_version then

0 commit comments

Comments
 (0)