Pulse 1.3.1.1 → 1.3.1.2

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.
Files changed (2) hide show
  1. data/library/pulse/client.rb +1 -1
  2. metadata +2 -2
@@ -54,7 +54,7 @@ module Pulse
54
54
  end.clear
55
55
  end
56
56
 
57
- def instances_of name
57
+ def each_instance_of name
58
58
  @channels.values.select { |c| c.user? name }.each do |channel|
59
59
  yield channel.user name
60
60
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 3
8
8
  - 1
9
- - 1
10
- version: 1.3.1.1
9
+ - 2
10
+ version: 1.3.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mikkel Kroman