kag-gather 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
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.to_i} matches, has #{u.adds.to_i} times, subbed #{u.substitutions.to_i} times, and has deserted matches #{u.desertions.to_i} times."
52
+ "#{user.nick} has played in #{u.matches.to_i} matches, has added #{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.2'
2
+ VERSION = '1.4.3'
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.2
4
+ version: 1.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: