xray-rails 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -71,8 +71,8 @@ module Xray
71
71
 
72
72
  def should_inject_xray?(status, headers, response)
73
73
  status == 200 &&
74
- !empty?(response) &&
75
74
  html_request?(headers, response) &&
75
+ !empty?(response) &&
76
76
  !file?(headers) &&
77
77
  !response.body.frozen?
78
78
  end
@@ -1,3 +1,3 @@
1
1
  module Xray
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xray-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-10 00:00:00.000000000 Z
12
+ date: 2013-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -191,7 +191,8 @@ files:
191
191
  - LICENSE
192
192
  - README.md
193
193
  homepage: https://github.com/brentd/xray-rails
194
- licenses: []
194
+ licenses:
195
+ - MIT
195
196
  post_install_message:
196
197
  rdoc_options: []
197
198
  require_paths: