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.
Files changed (3) hide show
  1. data/README.rdoc +5 -3
  2. data/VERSION.yml +3 -3
  3. metadata +1 -1
data/README.rdoc CHANGED
@@ -1,11 +1,13 @@
1
- = ChessIcu
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
- sudo gem install icu_tournament --source http://gemcutter.org
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
@@ -1,5 +1,5 @@
1
1
  ---
2
- :build:
3
2
  :major: 0
4
- :minor: 8
5
- :patch: 9
3
+ :build:
4
+ :minor: 9
5
+ :patch: 0
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: 0.8.9
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Orr