facebook_app 0.0.23 → 0.0.24

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.
@@ -24,7 +24,7 @@ module FacebookApp
24
24
  # see permissions dialogue is included here since there
25
25
  # are sometimes race conditions when the javascript tracking
26
26
  # may only register after the app level one does
27
- transition [:see_permissions_dialogue, :installed] => :generated_infographic
27
+ transition [:permissions_dialogue, :installed] => :generated_infographic
28
28
  end
29
29
 
30
30
  event :sign_up_on_identified do
@@ -1,3 +1,3 @@
1
1
  module FacebookApp
2
- VERSION = "0.0.23"
2
+ VERSION = "0.0.24"
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.23
5
+ version: 0.0.24
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jack Kinsella