sanichi-chess_icu 0.4.9 → 0.4.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/tournament.rb +1 -1
  3. metadata +2 -2
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 9
4
+ :patch: 10
data/lib/tournament.rb CHANGED
@@ -198,7 +198,7 @@ with inconsitent rankings, it will be reranked (i.e. the method _rerank_ will be
198
198
  def time_control=(time_control)
199
199
  @time_control = time_control.to_s.strip
200
200
  @time_control = nil if @time_control == ''
201
- raise "invalid tournament time control (#{time_control})" unless @time_control.nil? || @time_control.match(/[1-9]\d/)
201
+ raise "invalid tournament time control (#{time_control})" unless @time_control.nil? || @time_control.match(/[1-9]/)
202
202
  end
203
203
 
204
204
  # Add a new team. The argument is either a team (possibly already with members) or the name of a new team.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sanichi-chess_icu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Orr
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-16 00:00:00 -07:00
12
+ date: 2009-08-23 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency