remnant 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ class Remnant
7
7
  def call(env)
8
8
  @response = [500, '', '']
9
9
 
10
- if env['REQUEST_PATH'].include?('/asset')
10
+ if env['REQUEST_PATH'] && env['REQUEST_PATH'].include?('/asset')
11
11
  @response = @app.call(env)
12
12
  else
13
13
 
@@ -1,3 +1,3 @@
1
1
  class Remnant
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remnant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: