immunio 0.15.2 → 0.15.3
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.
- checksums.yaml +4 -4
- data/lib/immunio/plugins/http_tracker.rb +2 -2
- data/lib/immunio/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d880d5388c94ed09e79a43988fed3d48e466d827
|
|
4
|
+
data.tar.gz: fe7b3fd9a7dcd19547e3f50f97935d98da72cb5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54d760cdd8b7a6aba0688d5150c88c2b2a282f04a1f2e8e811fa6ae00dded74f0620613fe4cf5777ec885662e3d2c902a44c2531286d837c96771c5e46d7f626
|
|
7
|
+
data.tar.gz: 5f213d23612d15c9a577bab502f1f283365f459a61ec809df24777426a4b3db907a1404bde340fc9884e8ed59b5742a5d707ce39291d733100129b5d20bb82b7
|
|
@@ -113,13 +113,13 @@ module Immunio
|
|
|
113
113
|
# Determine the route name in controller#action format:
|
|
114
114
|
route_name = nil
|
|
115
115
|
|
|
116
|
-
if defined?(Rails.application)
|
|
116
|
+
if defined?(Rails.application) && Rails.application.present?
|
|
117
117
|
begin
|
|
118
118
|
path = request.env['PATH_INFO']
|
|
119
119
|
method = request.env['REQUEST_METHOD'].downcase.to_sym
|
|
120
120
|
url = Rails.application.routes.recognize_path(path, method: method)
|
|
121
121
|
route_name = "#{url[:controller]}##{url[:action]}"
|
|
122
|
-
rescue
|
|
122
|
+
rescue StandardError
|
|
123
123
|
route_name = nil
|
|
124
124
|
end
|
|
125
125
|
end
|
data/lib/immunio/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: immunio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Immunio
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -300,7 +300,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
300
300
|
version: '0'
|
|
301
301
|
requirements: []
|
|
302
302
|
rubyforge_project:
|
|
303
|
-
rubygems_version: 2.4.5
|
|
303
|
+
rubygems_version: 2.4.5.1
|
|
304
304
|
signing_key:
|
|
305
305
|
specification_version: 4
|
|
306
306
|
summary: Immunio Ruby agent
|