facebook_app 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ module FacebookApp
5
5
  (send(state, :viral).to_i.fdiv(send(state, :advertising).to_i)*100).to_s
6
6
  end
7
7
 
8
- def splash_state_count(marketing_mode)
8
+ def splash_page_state_count(marketing_mode)
9
9
  state_count(:splash_page, marketing_mode).to_s
10
10
  end
11
11
 
@@ -1,3 +1,3 @@
1
1
  module FacebookApp
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
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.12
5
+ version: 0.0.13
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jack Kinsella