Pulse 1.3.1 → 1.3.1.1

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/handling.rb +1 -1
  2. metadata +2 -1
@@ -32,7 +32,7 @@ module Pulse
32
32
  # Someone has changed their nickname
33
33
  # mk!mk@maero.dk NICK mk_
34
34
  def got_nick command
35
- each_user command.sender.nickname do |user|
35
+ each_instance_of command.sender.nickname do |user|
36
36
  emit :rename, user, command[0]
37
37
  user.name = command[0]
38
38
  end
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 3
8
8
  - 1
9
- version: 1.3.1
9
+ - 1
10
+ version: 1.3.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Mikkel Kroman