social_stream-presence 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@
15
15
 
16
16
  //Global variables
17
17
  var BOSH_SERVICE = '<%= SocialStream::Presence.bosh_service || root_url + "http-bind/" %>';
18
- var cookie = "AuthenticationByCookie>>" + "<%=cookies["_global_session"]%>";
18
+ var cookie = "AuthenticationByCookie>>" + "<%=cookies[Rails.application.config.session_options[:key]]%>";
19
19
  var domain = '<%=SocialStream::Presence.domain%>';
20
20
  var user_name = '<%=current_user.name%>';
21
21
  var user_slug = '<%=current_user.slug%>';
@@ -1,5 +1,5 @@
1
1
  module Socialstream
2
2
  module Presence
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: social_stream-presence
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.15
5
+ version: 0.0.16
6
6
  platform: ruby
7
7
  authors:
8
8
  - Aldo Gordillo