tipjar 0.1.193 → 0.1.194

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.
@@ -53,7 +53,7 @@ module Bitbot::Common
53
53
  #
54
54
  def user_with_username(username)
55
55
  bot.user_list.each do |user|
56
- return user if user.user == username
56
+ return user if user.nick == username
57
57
  end
58
58
  nil
59
59
  end
data/tipjar.gemspec CHANGED
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{tipjar}
5
- s.version = "0.1.193"
5
+ s.version = "0.1.194"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["WeirdThall", "Zach Wily"]
8
8
  s.email = ["weirdthall@gmail.com", "zach@zwily.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tipjar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.193
4
+ version: 0.1.194
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-11-19 00:00:00.000000000 Z
13
+ date: 2013-11-21 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cinch