kag-gather 1.4.1 → 1.4.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.
data/lib/kag/user/user.rb CHANGED
@@ -49,7 +49,7 @@ module KAG
49
49
 
50
50
  def self.stats(user)
51
51
  u = KAG::User::User.new(user)
52
- "#{user.nick} has played in #{u.matches} matches."
52
+ "#{user.nick} has played in #{u.matches.to_i} matches, has #{u.adds.to_i} times, subbed #{u.substitutions.to_i} times, and has deserted matches #{u.desertions.to_i} times."
53
53
  end
54
54
 
55
55
  protected
data/lib/kag/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module KAG
2
- VERSION = '1.4.1'
2
+ VERSION = '1.4.2'
3
3
  def self.version
4
4
  VERSION
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kag-gather
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: