facebook_app 0.0.33 → 0.0.34

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.
@@ -33,7 +33,7 @@ module FacebookSdkHelper
33
33
  end
34
34
 
35
35
  def facebook_login(text, permissions, log_in_url)
36
- link_to(text, "#", :onclick => "facebookLogin('#{permissions}', '#{log_in_url}'").html_safe
36
+ link_to(text, "#", :onclick => "facebookLogin('#{permissions}', '#{log_in_url}', 'http://www.identified.com/?fbg=1'").html_safe
37
37
  end
38
38
 
39
39
  def uninstall_facebook_app_button
@@ -1,3 +1,3 @@
1
1
  module FacebookApp
2
- VERSION = "0.0.33"
2
+ VERSION = "0.0.34"
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.33
5
+ version: 0.0.34
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jack Kinsella