facebook_app 0.0.7 → 0.0.8

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.
@@ -27,7 +27,7 @@ module FacebookApp
27
27
  redirect_to facebook_app.identified_path
28
28
  else
29
29
  Conversion.track(cookies[:conversion_id], :accept_permissions)
30
- redirect_to root_url
30
+ redirect_to logged_in_url
31
31
  end
32
32
  end
33
33
  end
@@ -1,3 +1,3 @@
1
1
  module FacebookApp
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
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.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jack Kinsella