rack-contrib 0.9.0 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-contrib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - rack-devel
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-23 00:00:00 -08:00
12
+ date: 2009-03-07 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -18,7 +18,7 @@ dependencies:
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - ~>
21
+ - - ">="
22
22
  - !ruby/object:Gem::Version
23
23
  version: 0.9.1
24
24
  version:
@@ -66,8 +66,13 @@ files:
66
66
  - README.rdoc
67
67
  - Rakefile
68
68
  - lib/rack/contrib.rb
69
+ - lib/rack/contrib/accept_format.rb
70
+ - lib/rack/contrib/backstage.rb
69
71
  - lib/rack/contrib/bounce_favicon.rb
70
72
  - lib/rack/contrib/callbacks.rb
73
+ - lib/rack/contrib/config.rb
74
+ - lib/rack/contrib/csshttprequest.rb
75
+ - lib/rack/contrib/deflect.rb
71
76
  - lib/rack/contrib/etag.rb
72
77
  - lib/rack/contrib/evil.rb
73
78
  - lib/rack/contrib/garbagecollector.rb
@@ -76,16 +81,27 @@ files:
76
81
  - lib/rack/contrib/locale.rb
77
82
  - lib/rack/contrib/mailexceptions.rb
78
83
  - lib/rack/contrib/nested_params.rb
84
+ - lib/rack/contrib/not_found.rb
79
85
  - lib/rack/contrib/post_body_content_type_parser.rb
80
86
  - lib/rack/contrib/proctitle.rb
81
87
  - lib/rack/contrib/profiler.rb
88
+ - lib/rack/contrib/relative_redirect.rb
89
+ - lib/rack/contrib/response_cache.rb
82
90
  - lib/rack/contrib/route_exceptions.rb
83
91
  - lib/rack/contrib/sendfile.rb
92
+ - lib/rack/contrib/signals.rb
84
93
  - lib/rack/contrib/time_zone.rb
85
94
  - rack-contrib.gemspec
95
+ - test/404.html
96
+ - test/Maintenance.html
86
97
  - test/mail_settings.rb
98
+ - test/spec_rack_accept_format.rb
99
+ - test/spec_rack_backstage.rb
87
100
  - test/spec_rack_callbacks.rb
101
+ - test/spec_rack_config.rb
88
102
  - test/spec_rack_contrib.rb
103
+ - test/spec_rack_csshttprequest.rb
104
+ - test/spec_rack_deflect.rb
89
105
  - test/spec_rack_etag.rb
90
106
  - test/spec_rack_evil.rb
91
107
  - test/spec_rack_garbagecollector.rb
@@ -93,9 +109,12 @@ files:
93
109
  - test/spec_rack_lighttpd_script_name_fix.rb
94
110
  - test/spec_rack_mailexceptions.rb
95
111
  - test/spec_rack_nested_params.rb
112
+ - test/spec_rack_not_found.rb
96
113
  - test/spec_rack_post_body_content_type_parser.rb
97
114
  - test/spec_rack_proctitle.rb
98
115
  - test/spec_rack_profiler.rb
116
+ - test/spec_rack_relative_redirect.rb
117
+ - test/spec_rack_response_cache.rb
99
118
  - test/spec_rack_sendfile.rb
100
119
  has_rdoc: true
101
120
  homepage: http://github.com/rack/rack-contrib/
@@ -129,8 +148,13 @@ signing_key:
129
148
  specification_version: 2
130
149
  summary: Contributed Rack Middleware and Utilities
131
150
  test_files:
151
+ - test/spec_rack_accept_format.rb
152
+ - test/spec_rack_backstage.rb
132
153
  - test/spec_rack_callbacks.rb
154
+ - test/spec_rack_config.rb
133
155
  - test/spec_rack_contrib.rb
156
+ - test/spec_rack_csshttprequest.rb
157
+ - test/spec_rack_deflect.rb
134
158
  - test/spec_rack_etag.rb
135
159
  - test/spec_rack_evil.rb
136
160
  - test/spec_rack_garbagecollector.rb
@@ -138,7 +162,10 @@ test_files:
138
162
  - test/spec_rack_lighttpd_script_name_fix.rb
139
163
  - test/spec_rack_mailexceptions.rb
140
164
  - test/spec_rack_nested_params.rb
165
+ - test/spec_rack_not_found.rb
141
166
  - test/spec_rack_post_body_content_type_parser.rb
142
167
  - test/spec_rack_proctitle.rb
143
168
  - test/spec_rack_profiler.rb
169
+ - test/spec_rack_relative_redirect.rb
170
+ - test/spec_rack_response_cache.rb
144
171
  - test/spec_rack_sendfile.rb