facebook_app 0.0.9 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  h1 Spamalytics
2
2
  h2 Unique users who reached splash page
3
- = render :partial => 'conversion_stage', :locals => {:state => :splash_page, :conversion_summary => conversion_summary }
3
+ = render :partial => 'conversion_stage', :locals => {:state => :splash_page_state_count, :conversion_summary => conversion_summary }
4
4
  h2 Unique users who saw permissions dialogue for this app
5
5
  = render :partial => 'conversion_stage', :locals => {:state => :permissions_state_count, :conversion_summary => conversion_summary }
6
6
  h2 Unique users who installed this facebook app (accepted permissions)
@@ -1,3 +1,3 @@
1
1
  module FacebookApp
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.12"
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.9
5
+ version: 0.0.12
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jack Kinsella