icu_ratings 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/icu_ratings/version.rb +5 -0
  2. metadata +32 -11
  3. data/VERSION.yml +0 -5
@@ -0,0 +1,5 @@
1
+ module ICU
2
+ class Ratings
3
+ VERSION = "1.0.3"
4
+ end
5
+ end
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icu_ratings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 0
8
+ - 3
9
+ version: 1.0.3
5
10
  platform: ruby
6
11
  authors:
7
12
  - Mark Orr
@@ -9,10 +14,22 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2010-08-22 00:00:00 +01:00
17
+ date: 2010-10-11 00:00:00 +01:00
13
18
  default_executable:
14
- dependencies: []
15
-
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: rspec
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ segments:
29
+ - 0
30
+ version: "0"
31
+ type: :development
32
+ version_requirements: *id001
16
33
  description: Build an object that represents a chess tournament then get it to calculate ratings of all the players.
17
34
  email: mark.j.l.orr@googlemail.com
18
35
  executables: []
@@ -23,19 +40,19 @@ extra_rdoc_files:
23
40
  - LICENCE
24
41
  - README.rdoc
25
42
  files:
26
- - LICENCE
27
- - README.rdoc
28
- - VERSION.yml
29
- - lib/icu_ratings.rb
30
43
  - lib/icu_ratings/player.rb
31
44
  - lib/icu_ratings/result.rb
32
45
  - lib/icu_ratings/tournament.rb
33
46
  - lib/icu_ratings/util.rb
47
+ - lib/icu_ratings/version.rb
48
+ - lib/icu_ratings.rb
34
49
  - spec/player_spec.rb
35
50
  - spec/result_spec.rb
36
51
  - spec/spec_helper.rb
37
52
  - spec/tournament_spec.rb
38
53
  - spec/util_spec.rb
54
+ - LICENCE
55
+ - README.rdoc
39
56
  has_rdoc: true
40
57
  homepage: http://github.com/sanichi/icu_ratings
41
58
  licenses: []
@@ -46,21 +63,25 @@ rdoc_options:
46
63
  require_paths:
47
64
  - lib
48
65
  required_ruby_version: !ruby/object:Gem::Requirement
66
+ none: false
49
67
  requirements:
50
68
  - - ">="
51
69
  - !ruby/object:Gem::Version
70
+ segments:
71
+ - 0
52
72
  version: "0"
53
- version:
54
73
  required_rubygems_version: !ruby/object:Gem::Requirement
74
+ none: false
55
75
  requirements:
56
76
  - - ">="
57
77
  - !ruby/object:Gem::Version
78
+ segments:
79
+ - 0
58
80
  version: "0"
59
- version:
60
81
  requirements: []
61
82
 
62
83
  rubyforge_project:
63
- rubygems_version: 1.3.5
84
+ rubygems_version: 1.3.7
64
85
  signing_key:
65
86
  specification_version: 3
66
87
  summary: For rating chess tournaments.
data/VERSION.yml DELETED
@@ -1,5 +0,0 @@
1
- ---
2
- :patch: 2
3
- :build:
4
- :major: 1
5
- :minor: 0