Skip to content

Commit 0c1d08f

Browse files
committed
Regenerate gemspec for version 0.4.1
1 parent 74d55c8 commit 0c1d08f

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

rack-reverse-proxy.gemspec

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,40 @@
11
# Generated by jeweler
22
# DO NOT EDIT THIS FILE DIRECTLY
3-
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
55

66
Gem::Specification.new do |s|
77
s.name = %q{rack-reverse-proxy}
8-
s.version = "0.4.0"
8+
s.version = "0.4.1"
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-11-07}
12+
s.date = %q{2011-04-04}
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",
18-
"README.rdoc"
17+
"README.rdoc"
1918
]
2019
s.files = [
2120
".document",
22-
".gitignore",
23-
"LICENSE",
24-
"README.rdoc",
25-
"Rakefile",
26-
"VERSION",
27-
"lib/rack/reverse_proxy.rb",
28-
"rack-reverse-proxy.gemspec",
29-
"spec/rack/reverse_proxy_spec.rb",
30-
"spec/spec.opts",
31-
"spec/spec_helper.rb"
21+
"LICENSE",
22+
"README.rdoc",
23+
"Rakefile",
24+
"VERSION",
25+
"lib/rack/reverse_proxy.rb",
26+
"rack-reverse-proxy.gemspec",
27+
"spec/rack/reverse_proxy_spec.rb",
28+
"spec/spec.opts",
29+
"spec/spec_helper.rb"
3230
]
3331
s.homepage = %q{http://github.com/jaswope/rack-reverse-proxy}
34-
s.rdoc_options = ["--charset=UTF-8"]
3532
s.require_paths = ["lib"]
3633
s.rubygems_version = %q{1.3.7}
3734
s.summary = %q{A Simple Reverse Proxy for Rack}
3835
s.test_files = [
39-
"spec/spec_helper.rb",
40-
"spec/rack/reverse_proxy_spec.rb"
36+
"spec/rack/reverse_proxy_spec.rb",
37+
"spec/spec_helper.rb"
4138
]
4239

4340
if s.respond_to? :specification_version then

0 commit comments

Comments
 (0)