exvo-auth 0.9.4 → 0.9.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/exvo_auth/controllers/base.rb +1 -1
- data/lib/exvo_auth/version.rb +1 -1
- metadata +3 -3
@@ -85,7 +85,7 @@ module ExvoAuth::Controllers::Base
|
|
85
85
|
end
|
86
86
|
|
87
87
|
def current_request
|
88
|
-
request.params.merge(
|
88
|
+
request.params.reject{ |k, v| ["controller", "action"].include?(k) }.merge(
|
89
89
|
:_dejavu => {
|
90
90
|
:script_name => request.script_name,
|
91
91
|
:path_info => request.path_info,
|
data/lib/exvo_auth/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exvo-auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 49
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
|
-
-
|
10
|
-
version: 0.9.
|
9
|
+
- 5
|
10
|
+
version: 0.9.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jacek Becela
|