Skip to content

Commit 6320002

Browse files
committed
version++
1 parent 580cf86 commit 6320002

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
rack-reverse-proxy (0.7.0)
11+
rack-reverse-proxy (0.8.0)
1212
rack (>= 1.0.0)
1313

1414
GEM

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

rack-reverse-proxy.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Gem::Specification.new do |s|
22
s.name = %q{rack-reverse-proxy}
3-
s.version = "0.7.0"
3+
s.version = "0.8.0"
44

55
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6-
s.authors = ["Jon Swope"]
6+
s.authors = ["Jon Swope", "Ian Ehlert"]
77
s.date = %q{2012-01-26}
88
s.description = %q{A Rack based reverse proxy for basic needs. Useful for testing or in cases where webserver configuration is unavailable.}
9-
s.email = %q{[email protected]}
9+
1010
s.extra_rdoc_files = [
1111
"LICENSE",
1212
"README.md"

0 commit comments

Comments
 (0)