saucy-kiss 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ 0.1.4
2
+
3
+ Require saucy 0.9.1
4
+
1
5
  0.1.3
2
6
 
3
7
  Do not clear identity if user is signed in but without an account (e.g. /accounts)
@@ -58,7 +58,7 @@ describe Saucy::Kiss::ControllerFilters do
58
58
 
59
59
  it "does not re-identify if you're signed in but have no account, e.g. on the /accounts page" do
60
60
  controller.stub(:signed_out? => false,
61
- :current_account? => false)
61
+ :current_account? => false)
62
62
  km.should_receive(:identify).never()
63
63
  controller.identify_to_kissmetrics
64
64
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: saucy-kiss
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jason Morrison
@@ -99,7 +99,7 @@ dependencies:
99
99
  requirements:
100
100
  - - ~>
101
101
  - !ruby/object:Gem::Version
102
- version: 0.9.0
102
+ version: 0.9.1
103
103
  type: :runtime
104
104
  version_requirements: *id008
105
105
  description: Record Saucy SaaS events to KISSmetrics