rails_request 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/rails_request/application_controller_extension.rb +2 -1
- data/lib/rails_request/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8239121cbb8581c9b642d4388c66a490245f9c65c42fdd8c27466bcace15b882
|
4
|
+
data.tar.gz: 11baf7c130b07a9c82618b73d424058facea59966c1f0ddd08d35f7aa2b5a678
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 818c7c2d98e8f2de9e3577ac351fb5c51cff9dcba148c8240a0352fb928c5448732e30f6cdab971be205345f9abcf26be605e59fc211fb30ad672a66e795d87e
|
7
|
+
data.tar.gz: b9efe6c4188fd3a8bc0ff6b66cf89633dd2a4409a3408893e73dc4dfb56c656026cc2e72e3de242d37e65e747e88af9f5b478b186e798079afd9fce55b39e8b0
|
data/README.md
CHANGED
@@ -5,7 +5,8 @@ module RailsRequest
|
|
5
5
|
extend ActiveSupport::Concern
|
6
6
|
|
7
7
|
included do
|
8
|
-
before_action :__rails_request_capture_host_and_port
|
8
|
+
before_action :__rails_request_capture_host_and_port if repsond_to?(:before_action)
|
9
|
+
before_filter :__rails_request_capture_host_and_port if repsond_to?(:before_filter)
|
9
10
|
end
|
10
11
|
|
11
12
|
def __rails_request_capture_host_and_port
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_request
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bob Farrell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|