cinch-bgg 0.0.5 → 0.0.6

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.
data/cinch-bgg.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "cinch-bgg"
5
- s.version = "0.0.5"
5
+ s.version = "0.0.6"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Caitlin Woodward"]
8
8
  s.email = ["caitlin@caitlinwoodward.me"]
@@ -67,7 +67,7 @@ module Cinch
67
67
  end
68
68
 
69
69
  def link_to_bgg(m, username)
70
- @community[m.user.nick.downcase] = username
70
+ @community[m.user.nick] = username
71
71
  File.open("#{@data_dir}#{USERS_FILE}", 'w') do |file|
72
72
  @community.each do |irc_nick, bgg_name|
73
73
  file.write("#{irc_nick},#{bgg_name}\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cinch-bgg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: