facebook_app 0.0.17 → 0.0.18

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.
@@ -60,12 +60,12 @@ module FacebookApp
60
60
  end
61
61
 
62
62
  def client_side_redirect(redirect_link)
63
- %Q{
63
+ inline_script = %Q{
64
64
  <script>
65
65
  top.location="#{redirect_link}";
66
66
  </script>
67
67
  }.html_safe
68
- render :inline => client_side_redirect
68
+ render :inline => inline_script
69
69
  end
70
70
 
71
71
  def authenticator
@@ -1,3 +1,3 @@
1
1
  module FacebookApp
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: facebook_app
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.17
5
+ version: 0.0.18
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jack Kinsella
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-11-03 00:00:00 Z
13
+ date: 2011-11-04 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails