icu_tournament 1.2.8 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 2
8
- - 8
9
- version: 1.2.8
7
+ - 3
8
+ - 1
9
+ version: 1.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mark Orr
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-02-04 00:00:00 +00:00
17
+ date: 2011-02-11 00:00:00 +00:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -94,6 +94,7 @@ files:
94
94
  - lib/icu_tournament/tournament_fcsv.rb
95
95
  - lib/icu_tournament/tournament_krause.rb
96
96
  - lib/icu_tournament/tournament_sp.rb
97
+ - lib/icu_tournament/tournament_spx.rb
97
98
  - lib/icu_tournament/util.rb
98
99
  - lib/icu_tournament/version.rb
99
100
  - lib/icu_tournament.rb
@@ -106,6 +107,7 @@ files:
106
107
  - spec/tournament_krause_spec.rb
107
108
  - spec/tournament_sp_spec.rb
108
109
  - spec/tournament_spec.rb
110
+ - spec/tournament_spx_spec.rb
109
111
  - spec/util_spec.rb
110
112
  - LICENCE
111
113
  - README.rdoc
@@ -151,4 +153,5 @@ test_files:
151
153
  - spec/tournament_krause_spec.rb
152
154
  - spec/tournament_sp_spec.rb
153
155
  - spec/tournament_spec.rb
156
+ - spec/tournament_spx_spec.rb
154
157
  - spec/util_spec.rb