File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- 0.2 .0
1
+ 0.3 .0
Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{rack-reverse-proxy}
8
- s . version = "0.2 .0"
8
+ s . version = "0.3 .0"
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Jon Swope" ]
12
- s . date = %q{2010-04-11 }
12
+ s . date = %q{2010-04-20 }
13
13
s . description = %q{A Rack based reverse proxy for basic needs. Useful for testing or in cases where webserver configuration is unavailable.}
14
14
15
15
s . extra_rdoc_files = [
16
16
"LICENSE" ,
17
- "README" ,
18
17
"README.rdoc"
19
18
]
20
19
s . files = [
@@ -36,8 +35,8 @@ Gem::Specification.new do |s|
36
35
s . rubygems_version = %q{1.3.6}
37
36
s . summary = %q{A Simple Reverse Proxy for Rack}
38
37
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"
41
40
]
42
41
43
42
if s . respond_to? :specification_version then
You can’t perform that action at this time.
0 commit comments