|
1 | 1 | # Generated by jeweler
|
2 | 2 | # 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' |
4 | 4 | # -*- encoding: utf-8 -*-
|
5 | 5 |
|
6 | 6 | Gem::Specification.new do |s|
|
7 | 7 | s.name = %q{rack-reverse-proxy}
|
8 |
| - s.version = "0.4.0" |
| 8 | + s.version = "0.4.1" |
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-11-07} |
| 12 | + s.date = %q{2011-04-04} |
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 |
| - "README.rdoc" |
| 17 | + "README.rdoc" |
19 | 18 | ]
|
20 | 19 | s.files = [
|
21 | 20 | ".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" |
32 | 30 | ]
|
33 | 31 | s.homepage = %q{http://github.com/jaswope/rack-reverse-proxy}
|
34 |
| - s.rdoc_options = ["--charset=UTF-8"] |
35 | 32 | s.require_paths = ["lib"]
|
36 | 33 | s.rubygems_version = %q{1.3.7}
|
37 | 34 | s.summary = %q{A Simple Reverse Proxy for Rack}
|
38 | 35 | 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" |
41 | 38 | ]
|
42 | 39 |
|
43 | 40 | if s.respond_to? :specification_version then
|
|
0 commit comments