social_stream-base 0.9.25 → 0.9.26

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.
@@ -126,9 +126,6 @@ class Contact < ActiveRecord::Base
126
126
  # We need to update that status here
127
127
  def relation_ids=(ids)
128
128
  remove_follower(ids)
129
- if defined?(SocialStream::Presence) and SocialStream::Presence.enable
130
- SocialStream::Presence::XmppServerOrder::removeBuddy(self)
131
- end
132
129
  association(:relations).ids_writer(ids)
133
130
  end
134
131
 
@@ -1,5 +1,5 @@
1
1
  module SocialStream
2
2
  module Base
3
- VERSION = "0.9.25".freeze
3
+ VERSION = "0.9.26".freeze
4
4
  end
5
5
  end
@@ -1,4 +1,3 @@
1
- <!--
2
1
  /*
3
2
  Screw - A jQuery plugin
4
3
  ==================================================================
@@ -185,4 +184,3 @@
185
184
  });
186
185
 
187
186
  })(jQuery);
188
- -->
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_stream-base
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 25
10
- version: 0.9.25
9
+ - 26
10
+ version: 0.9.26
11
11
  platform: ruby
12
12
  authors:
13
13
  - GING - DIT - UPM