icu_tournament 0.8.9 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -3
- data/VERSION.yml +3 -3
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -1,11 +1,13 @@
|
|
1
|
-
=
|
1
|
+
= ICU Tournament
|
2
2
|
|
3
|
-
For reading or writing files of chess tournament data.
|
3
|
+
For reading or writing files of chess tournament data. Original project name on github was _chess_icu_.
|
4
4
|
|
5
5
|
|
6
6
|
== Install
|
7
7
|
|
8
|
-
|
8
|
+
The gem is hosted on gemcutter only:
|
9
|
+
|
10
|
+
sudo gem install icu_tournament
|
9
11
|
|
10
12
|
For Ruby prior to version 1.9 you also need:
|
11
13
|
|
data/VERSION.yml
CHANGED