icu_tournament 1.6.1 → 1.6.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -355,7 +355,7 @@ module ICU
355
355
  def total
356
356
  points = @player.points
357
357
  abort "the 'Total' keyword", 0 unless @r[0].match(/^Total$/i)
358
- abort "the player's (#{@player.object_id}, #{@player.results.size}) total points to be #{points}", 1 unless @r[1].to_f == points
358
+ abort "the player's (#{@player.name}) total points to be #{points}", 1 unless @r[1].to_f == points
359
359
  @state = 5
360
360
  end
361
361
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ICU
4
4
  class Tournament
5
- VERSION = "1.6.1"
5
+ VERSION = "1.6.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icu_tournament
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-26 00:00:00.000000000 Z
12
+ date: 2012-07-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dbf
@@ -173,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  segments:
175
175
  - 0
176
- hash: -1105282509829891822
176
+ hash: 2248538419215277086
177
177
  required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  none: false
179
179
  requirements:
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  version: '0'
183
183
  segments:
184
184
  - 0
185
- hash: -1105282509829891822
185
+ hash: 2248538419215277086
186
186
  requirements: []
187
187
  rubyforge_project: icu_tournament
188
188
  rubygems_version: 1.8.24