icu_ratings 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -14,7 +14,7 @@ FIDE's.
14
14
 
15
15
  sudo gem install icu_ratings
16
16
 
17
- Tested with ruby 1.8.7, 1.9.1, 1.9.2.
17
+ Tested with ruby 1.8.7 and 1.9.2.
18
18
 
19
19
  == Usage
20
20
 
@@ -1,5 +1,5 @@
1
1
  module ICU
2
2
  class Ratings
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
data/spec/spec_helper.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  require 'rubygems'
2
- require 'spec'
2
+ require 'rspec'
3
3
  require File.expand_path(File.dirname(__FILE__) + '/../lib/icu_ratings')
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 3
9
- version: 1.0.3
8
+ - 4
9
+ version: 1.0.4
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: 2010-10-11 00:00:00 +01:00
17
+ date: 2010-10-14 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -26,8 +26,10 @@ dependencies:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
28
  segments:
29
+ - 2
29
30
  - 0
30
- version: "0"
31
+ - 0
32
+ version: 2.0.0
31
33
  type: :development
32
34
  version_requirements: *id001
33
35
  description: Build an object that represents a chess tournament then get it to calculate ratings of all the players.