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.
@@ -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,
@@ -1,3 +1,3 @@
1
1
  module ExvoAuth
2
- VERSION = "0.9.4"
2
+ VERSION = "0.9.5"
3
3
  end
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: 51
4
+ hash: 49
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 4
10
- version: 0.9.4
9
+ - 5
10
+ version: 0.9.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jacek Becela