rack-rescue 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/{Users/dneighman/Projects/rack-rescue/Gemfile → Gemfile} +0 -0
- data/{Users/dneighman/Projects/rack-rescue/Gemfile.lock → Gemfile.lock} +0 -0
- data/{Users/dneighman/Projects/rack-rescue/LICENSE → LICENSE} +0 -0
- data/{Users/dneighman/Projects/rack-rescue/README.textile → README.textile} +0 -0
- data/{Users/dneighman/Projects/rack-rescue/Rakefile → Rakefile} +0 -0
- data/{Users/dneighman/Projects/rack-rescue/TODO.textile → TODO.textile} +0 -0
- data/{Users/dneighman/Projects/rack-rescue/lib → lib}/rack/rescue/default_exceptions.rb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/lib → lib}/rack/rescue/exceptions.rb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/lib → lib}/rack/rescue/handler.rb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/lib → lib}/rack/rescue/responder.rb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/lib → lib}/rack/rescue/templates/rack_rescue_templates/error.development.html.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/lib → lib}/rack/rescue/templates/rack_rescue_templates/error.html.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/lib → lib}/rack/rescue/templates/rack_rescue_templates/error.text.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/lib → lib}/rack/rescue/templates/rack_rescue_templates/not_found.text.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/lib → lib}/rack/rescue.rb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/lib → lib}/rack-rescue.rb +0 -0
- data/rack-rescue-0.1.0.gem +0 -0
- data/{Users/dneighman/Projects/rack-rescue/rack-rescue.gemspec → rack-rescue.gemspec} +2 -2
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/exceptions_spec.rb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/fixtures/alternate_errors/alternate_exceptions.foo_env.html.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/fixtures/alternate_errors/alternate_exceptions.html.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/fixtures/alternate_errors/custom_exception.text.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/fixtures/alternate_errors/error.xml.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/fixtures/alternate_errors/inherit_from_error_backtrace.text.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/fixtures/alternate_errors/inherit_from_error_header.text.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/fixtures/alternate_errors/inherit_from_error_message.text.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/fixtures/alternate_errors/not_found.text.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/fixtures/alternate_errors/not_found.xml.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/fixtures/layouts/custom_error_layout.xml.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/fixtures/layouts/error.html.erb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/handler_spec.rb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack-rescue_spec.rb +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/spec.opts +0 -0
- data/{Users/dneighman/Projects/rack-rescue/spec → spec}/spec_helper.rb +0 -0
- metadata +37 -36
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
@@ -3,7 +3,7 @@ require 'bundler'
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = 'rack-rescue'
|
|
6
|
-
s.version = '0.1.
|
|
6
|
+
s.version = '0.1.1'
|
|
7
7
|
s.homepage = %q{http://github.com/hassox/rack-rescue}
|
|
8
8
|
s.authors = ["Daniel Neighman"]
|
|
9
9
|
s.autorequire = %q{rack/rescue}
|
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|
|
17
17
|
s.rubygems_version = %q{1.3.6}
|
|
18
18
|
|
|
19
19
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
20
|
-
s.files = Dir[
|
|
20
|
+
s.files = Dir['**/*']
|
|
21
21
|
|
|
22
22
|
s.add_bundler_dependencies
|
|
23
23
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/{Users/dneighman/Projects/rack-rescue/spec → spec}/rack/rescue/fixtures/layouts/error.html.erb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rack-rescue
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Daniel Neighman
|
|
@@ -142,39 +142,40 @@ extensions: []
|
|
|
142
142
|
extra_rdoc_files: []
|
|
143
143
|
|
|
144
144
|
files:
|
|
145
|
-
-
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
-
|
|
150
|
-
-
|
|
151
|
-
-
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
-
|
|
156
|
-
-
|
|
157
|
-
-
|
|
158
|
-
-
|
|
159
|
-
-
|
|
160
|
-
-
|
|
161
|
-
-
|
|
162
|
-
-
|
|
163
|
-
-
|
|
164
|
-
-
|
|
165
|
-
-
|
|
166
|
-
-
|
|
167
|
-
-
|
|
168
|
-
-
|
|
169
|
-
-
|
|
170
|
-
-
|
|
171
|
-
-
|
|
172
|
-
-
|
|
173
|
-
- /
|
|
174
|
-
- /
|
|
175
|
-
- /
|
|
176
|
-
- /
|
|
177
|
-
- /
|
|
145
|
+
- Gemfile
|
|
146
|
+
- Gemfile.lock
|
|
147
|
+
- lib/rack/rescue/default_exceptions.rb
|
|
148
|
+
- lib/rack/rescue/exceptions.rb
|
|
149
|
+
- lib/rack/rescue/handler.rb
|
|
150
|
+
- lib/rack/rescue/responder.rb
|
|
151
|
+
- lib/rack/rescue/templates/rack_rescue_templates/error.development.html.erb
|
|
152
|
+
- lib/rack/rescue/templates/rack_rescue_templates/error.html.erb
|
|
153
|
+
- lib/rack/rescue/templates/rack_rescue_templates/error.text.erb
|
|
154
|
+
- lib/rack/rescue/templates/rack_rescue_templates/not_found.text.erb
|
|
155
|
+
- lib/rack/rescue.rb
|
|
156
|
+
- lib/rack-rescue.rb
|
|
157
|
+
- LICENSE
|
|
158
|
+
- rack-rescue-0.1.0.gem
|
|
159
|
+
- rack-rescue.gemspec
|
|
160
|
+
- Rakefile
|
|
161
|
+
- README.textile
|
|
162
|
+
- spec/rack/rescue/exceptions_spec.rb
|
|
163
|
+
- spec/rack/rescue/fixtures/alternate_errors/alternate_exceptions.foo_env.html.erb
|
|
164
|
+
- spec/rack/rescue/fixtures/alternate_errors/alternate_exceptions.html.erb
|
|
165
|
+
- spec/rack/rescue/fixtures/alternate_errors/custom_exception.text.erb
|
|
166
|
+
- spec/rack/rescue/fixtures/alternate_errors/error.xml.erb
|
|
167
|
+
- spec/rack/rescue/fixtures/alternate_errors/inherit_from_error_backtrace.text.erb
|
|
168
|
+
- spec/rack/rescue/fixtures/alternate_errors/inherit_from_error_header.text.erb
|
|
169
|
+
- spec/rack/rescue/fixtures/alternate_errors/inherit_from_error_message.text.erb
|
|
170
|
+
- spec/rack/rescue/fixtures/alternate_errors/not_found.text.erb
|
|
171
|
+
- spec/rack/rescue/fixtures/alternate_errors/not_found.xml.erb
|
|
172
|
+
- spec/rack/rescue/fixtures/layouts/custom_error_layout.xml.erb
|
|
173
|
+
- spec/rack/rescue/fixtures/layouts/error.html.erb
|
|
174
|
+
- spec/rack/rescue/handler_spec.rb
|
|
175
|
+
- spec/rack-rescue_spec.rb
|
|
176
|
+
- spec/spec.opts
|
|
177
|
+
- spec/spec_helper.rb
|
|
178
|
+
- TODO.textile
|
|
178
179
|
has_rdoc: true
|
|
179
180
|
homepage: http://github.com/hassox/rack-rescue
|
|
180
181
|
licenses: []
|