omniauth-raven 0.0.8 → 0.0.9

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.
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Raven
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
@@ -26,15 +26,15 @@ module OmniAuth
26
26
 
27
27
  params = session['request_id'] = rand( 999999 ).to_s
28
28
 
29
- auth_url = options[:raven_opt][:url] <<
30
- "?ver=" << uriescape(options[:raven_opt][:version]) <<
31
- ";url=" << uriescape(callback_url) <<
32
- ";desc=" << uriescape(options[:raven_opt][:desc]) <<
33
- ";msg=" << uriescape(options[:raven_opt][:msg]) <<
34
- ";iact=" << uriescape(options[:raven_opt][:iact]) <<
35
- ";aauth=" << uriescape(options[:raven_opt][:aauth]) <<
36
- ";params=" << uriescape(params) <<
37
- ";fail=" << uriescape(options[:raven_opt][:fail])
29
+ auth_url = options[:raven_opt][:url] +
30
+ "?ver=" + uriescape(options[:raven_opt][:version]) +
31
+ ";url=" + uriescape(callback_url) +
32
+ ";desc=" + uriescape(options[:raven_opt][:desc]) +
33
+ ";msg=" + uriescape(options[:raven_opt][:msg]) +
34
+ ";iact=" + uriescape(options[:raven_opt][:iact]) +
35
+ ";aauth=" + uriescape(options[:raven_opt][:aauth]) +
36
+ ";params=" + uriescape(params) +
37
+ ";fail=" + uriescape(options[:raven_opt][:fail])
38
38
 
39
39
  return redirect auth_url
40
40
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-raven
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: