facebook_app 0.0.18 → 0.0.19

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.
@@ -3,7 +3,7 @@ module FacebookApp
3
3
 
4
4
  def denied
5
5
  track_conversion(:deny_permissions)
6
- client_side_redirect(facebook_app.identified_tracking_link)
6
+ client_side_redirect(facebook_app.identified_path)
7
7
  end
8
8
 
9
9
  # this is the callback URL. It should handle both the case
@@ -1,3 +1,3 @@
1
1
  module FacebookApp
2
- VERSION = "0.0.18"
2
+ VERSION = "0.0.19"
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.18
5
+ version: 0.0.19
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jack Kinsella